@zthun/romulator-web 1.10.0 → 1.11.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,14 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [1.11.0](https://github.com/zthun/romulator/compare/v1.10.0...v1.11.0) (2025-10-25)
7
+
8
+ **Note:** Version bump only for package @zthun/romulator-web
9
+
10
+
11
+
12
+
13
+
6
14
  ## [1.10.0](https://github.com/zthun/romulator/compare/v1.9.0...v1.10.0) (2025-10-23)
7
15
 
8
16
 
@@ -610,7 +610,7 @@ function _create_class$2(Constructor, protoProps, staticProps) {
610
610
  if (protoProps) _defineProperties$2(Constructor.prototype, protoProps);
611
611
  return Constructor;
612
612
  }
613
- function _define_property$2$6(obj, key, value) {
613
+ function _define_property$2$7(obj, key, value) {
614
614
  if (key in obj) {
615
615
  Object.defineProperty(obj, key, {
616
616
  value: value,
@@ -633,7 +633,7 @@ function _object_spread$1(target) {
633
633
  }));
634
634
  }
635
635
  ownKeys.forEach(function(key) {
636
- _define_property$2$6(target, key, source[key]);
636
+ _define_property$2$7(target, key, source[key]);
637
637
  });
638
638
  }
639
639
  return target;
@@ -643,7 +643,7 @@ function _object_spread$1(target) {
643
643
  */ var ZCircusKeyBuilder = /*#__PURE__*/ function() {
644
644
  function ZCircusKeyBuilder(key, code) {
645
645
  _class_call_check$2(this, ZCircusKeyBuilder);
646
- _define_property$2$6(this, "_key", void 0);
646
+ _define_property$2$7(this, "_key", void 0);
647
647
  this._key = {
648
648
  lower: key,
649
649
  code: code,
@@ -863,7 +863,7 @@ function _create_class$1(Constructor, protoProps, staticProps) {
863
863
  if (protoProps) _defineProperties$1(Constructor.prototype, protoProps);
864
864
  return Constructor;
865
865
  }
866
- function _define_property$1$7(obj, key, value) {
866
+ function _define_property$1$8(obj, key, value) {
867
867
  if (key in obj) {
868
868
  Object.defineProperty(obj, key, {
869
869
  value: value,
@@ -882,8 +882,8 @@ function _define_property$1$7(obj, key, value) {
882
882
  function ZCircusKeyTranslator(keys) {
883
883
  var _this = this;
884
884
  _class_call_check$1(this, ZCircusKeyTranslator);
885
- _define_property$1$7(this, "_lowerCaseToKeyValue", new Map());
886
- _define_property$1$7(this, "_upperCaseToKeyValue", new Map());
885
+ _define_property$1$8(this, "_lowerCaseToKeyValue", new Map());
886
+ _define_property$1$8(this, "_upperCaseToKeyValue", new Map());
887
887
  keys.forEach(function(key) {
888
888
  _this._lowerCaseToKeyValue.set(key.lower, key);
889
889
  _this._upperCaseToKeyValue.set(key.upper, key);
@@ -909,7 +909,7 @@ function _define_property$1$7(obj, key, value) {
909
909
  ]);
910
910
  return ZCircusKeyTranslator;
911
911
  }();
912
- _define_property$1$7(ZCircusKeyTranslator, "Qwerty", new ZCircusKeyTranslator(Object.values(ZCircusKeyboardQwerty)));
912
+ _define_property$1$8(ZCircusKeyTranslator, "Qwerty", new ZCircusKeyTranslator(Object.values(ZCircusKeyboardQwerty)));
913
913
 
914
914
  /**
915
915
  * Represents a type of action that can be performed.
@@ -1869,7 +1869,7 @@ function _define_property$4$2(obj, key, value) {
1869
1869
  * {@link joinDefined} for more information and examples.
1870
1870
  */ joinDefined.bind(null, "|");
1871
1871
 
1872
- function _define_property$2$5(obj, key, value) {
1872
+ function _define_property$2$6(obj, key, value) {
1873
1873
  if (key in obj) {
1874
1874
  Object.defineProperty(obj, key, {
1875
1875
  value: value,
@@ -1893,8 +1893,8 @@ class ZLazy {
1893
1893
  return this._value;
1894
1894
  }
1895
1895
  constructor(_factory){
1896
- _define_property$2$5(this, "_factory", void 0);
1897
- _define_property$2$5(this, "_value", void 0);
1896
+ _define_property$2$6(this, "_factory", void 0);
1897
+ _define_property$2$6(this, "_value", void 0);
1898
1898
  this._factory = _factory;
1899
1899
  }
1900
1900
  }
@@ -6595,7 +6595,7 @@ function trimStart(string, chars, guard) {
6595
6595
  return castSlice(strSymbols, start).join('');
6596
6596
  }
6597
6597
 
6598
- function _define_property$2$4(obj, key, value) {
6598
+ function _define_property$2$5(obj, key, value) {
6599
6599
  if (key in obj) {
6600
6600
  Object.defineProperty(obj, key, {
6601
6601
  value: value,
@@ -6613,11 +6613,11 @@ function isDeviceValues(value) {
6613
6613
  }
6614
6614
  class ZDeviceValues {
6615
6615
  constructor(value, fallback){
6616
- _define_property$2$4(this, "xl", void 0);
6617
- _define_property$2$4(this, "lg", void 0);
6618
- _define_property$2$4(this, "md", void 0);
6619
- _define_property$2$4(this, "sm", void 0);
6620
- _define_property$2$4(this, "xs", void 0);
6616
+ _define_property$2$5(this, "xl", void 0);
6617
+ _define_property$2$5(this, "lg", void 0);
6618
+ _define_property$2$5(this, "md", void 0);
6619
+ _define_property$2$5(this, "sm", void 0);
6620
+ _define_property$2$5(this, "xs", void 0);
6621
6621
  if (isDeviceValues(value)) {
6622
6622
  this.xl = value.xl;
6623
6623
  this.lg = firstDefined(this.xl, value.lg);
@@ -6662,7 +6662,7 @@ class ZDeviceValues {
6662
6662
  return ZSizeFixed;
6663
6663
  }({});
6664
6664
 
6665
- function _define_property$1$6(obj, key, value) {
6665
+ function _define_property$1$7(obj, key, value) {
6666
6666
  if (key in obj) {
6667
6667
  Object.defineProperty(obj, key, {
6668
6668
  value: value,
@@ -6681,7 +6681,7 @@ class ZFashionDevice {
6681
6681
  return `@media only screen and (max-width: ${width})`;
6682
6682
  }
6683
6683
  constructor(){
6684
- _define_property$1$6(this, "breakpoints", {
6684
+ _define_property$1$7(this, "breakpoints", {
6685
6685
  [ZSizeFixed.ExtraSmall]: "600px",
6686
6686
  [ZSizeFixed.Small]: "900px",
6687
6687
  [ZSizeFixed.Medium]: "1200px",
@@ -7117,7 +7117,7 @@ function _define_property$3$1(obj, key, value) {
7117
7117
  }
7118
7118
  }
7119
7119
 
7120
- function _define_property$2$3(obj, key, value) {
7120
+ function _define_property$2$4(obj, key, value) {
7121
7121
  if (key in obj) {
7122
7122
  Object.defineProperty(obj, key, {
7123
7123
  value: value,
@@ -7161,12 +7161,12 @@ class ZFashionStateBuilder {
7161
7161
  };
7162
7162
  }
7163
7163
  constructor(){
7164
- _define_property$2$3(this, "_state", void 0);
7164
+ _define_property$2$4(this, "_state", void 0);
7165
7165
  this._state = {};
7166
7166
  }
7167
7167
  }
7168
7168
 
7169
- function _define_property$1$5(obj, key, value) {
7169
+ function _define_property$1$6(obj, key, value) {
7170
7170
  if (key in obj) {
7171
7171
  Object.defineProperty(obj, key, {
7172
7172
  value: value,
@@ -7342,7 +7342,7 @@ function _define_property$1$5(obj, key, value) {
7342
7342
  * The default complementary pair is white and black
7343
7343
  * for the main and contrast values respectively.
7344
7344
  */ constructor(){
7345
- _define_property$1$5(this, "_fashion", void 0);
7345
+ _define_property$1$6(this, "_fashion", void 0);
7346
7346
  this._fashion = {
7347
7347
  idle: {
7348
7348
  main: white(),
@@ -11892,7 +11892,7 @@ function _define_property$4$1(obj, key, value) {
11892
11892
  }
11893
11893
  }
11894
11894
 
11895
- function _define_property$2$2(obj, key, value) {
11895
+ function _define_property$2$3(obj, key, value) {
11896
11896
  if (key in obj) {
11897
11897
  Object.defineProperty(obj, key, {
11898
11898
  value: value,
@@ -12043,12 +12043,12 @@ function _define_property$2$2(obj, key, value) {
12043
12043
  /**
12044
12044
  * Initializes a new instance of this object.
12045
12045
  */ constructor(){
12046
- _define_property$2$2(this, "_request", void 0);
12046
+ _define_property$2$3(this, "_request", void 0);
12047
12047
  this._request = {};
12048
12048
  }
12049
12049
  }
12050
12050
 
12051
- function _define_property$1$4(obj, key, value) {
12051
+ function _define_property$1$5(obj, key, value) {
12052
12052
  if (key in obj) {
12053
12053
  Object.defineProperty(obj, key, {
12054
12054
  value: value,
@@ -12122,7 +12122,7 @@ function _define_property$1$4(obj, key, value) {
12122
12122
  /**
12123
12123
  * Initializes a new instance of this object.
12124
12124
  */ constructor(){
12125
- _define_property$1$4(this, "_options", void 0);
12125
+ _define_property$1$5(this, "_options", void 0);
12126
12126
  this._options = {
12127
12127
  search: new ZDataMatchAlways(),
12128
12128
  filter: new ZDataFilterFields(),
@@ -16592,7 +16592,7 @@ const URLParse = /*@__PURE__*/getDefaultExportFromCjs(urlParseExports);
16592
16592
  ...keyBy(Object.values(ZMimeTypeImage))
16593
16593
  });
16594
16594
 
16595
- function _define_property$1$3(obj, key, value) {
16595
+ function _define_property$1$4(obj, key, value) {
16596
16596
  if (key in obj) {
16597
16597
  Object.defineProperty(obj, key, {
16598
16598
  value: value,
@@ -16738,7 +16738,7 @@ function _define_property$1$3(obj, key, value) {
16738
16738
  */ constructor(){
16739
16739
  /**
16740
16740
  * The representation of the data url object.
16741
- */ _define_property$1$3(this, "_data", void 0);
16741
+ */ _define_property$1$4(this, "_data", void 0);
16742
16742
  this._data = {
16743
16743
  mimeType: "",
16744
16744
  encoding: "utf8",
@@ -17894,7 +17894,7 @@ function requireBrowserPonyfill () {
17894
17894
  var browserPonyfillExports = requireBrowserPonyfill();
17895
17895
  const fetch$1 = /*@__PURE__*/getDefaultExportFromCjs(browserPonyfillExports);
17896
17896
 
17897
- function _define_property$2$1(obj, key, value) {
17897
+ function _define_property$2$2(obj, key, value) {
17898
17898
  if (key in obj) {
17899
17899
  Object.defineProperty(obj, key, {
17900
17900
  value: value,
@@ -18091,13 +18091,13 @@ function _define_property$2$1(obj, key, value) {
18091
18091
  /**
18092
18092
  * Initializes a new instance of this object.
18093
18093
  */ constructor(){
18094
- _define_property$2$1(this, "_request", void 0);
18094
+ _define_property$2$2(this, "_request", void 0);
18095
18095
  /**
18096
18096
  * Sets the content type to json.
18097
18097
  *
18098
18098
  * @returns
18099
18099
  * This object.
18100
- */ _define_property$2$1(this, "json", this.content.bind(this, ZMimeTypeApplication.JSON));
18100
+ */ _define_property$2$2(this, "json", this.content.bind(this, ZMimeTypeApplication.JSON));
18101
18101
  this._request = {
18102
18102
  method: "GET",
18103
18103
  url: ""
@@ -18550,7 +18550,7 @@ function _define_property$2$1(obj, key, value) {
18550
18550
  return ZHttpCodeInformationalResponseDescriptions[code] || ZHttpCodeSuccessDescriptions[code] || ZHttpCodeRedirectionDescriptions[code] || ZHttpCodeClientDescriptions[code] || ZHttpCodeServerDescriptions[code];
18551
18551
  }
18552
18552
 
18553
- function _define_property$1$2(obj, key, value) {
18553
+ function _define_property$1$3(obj, key, value) {
18554
18554
  if (key in obj) {
18555
18555
  Object.defineProperty(obj, key, {
18556
18556
  value: value,
@@ -18618,7 +18618,7 @@ function _define_property$1$2(obj, key, value) {
18618
18618
  * @param data -
18619
18619
  * The data result.
18620
18620
  */ constructor(data){
18621
- _define_property$1$2(this, "_result", void 0);
18621
+ _define_property$1$3(this, "_result", void 0);
18622
18622
  this._result = {
18623
18623
  status: ZHttpCodeSuccess.OK,
18624
18624
  headers: {},
@@ -22470,7 +22470,7 @@ _define_property$3(ZNumberComponentModel, "Selector", ".ZNumber-root");
22470
22470
 
22471
22471
  createSizeChartFixedArithmetic(2, 2);
22472
22472
 
22473
- function _define_property$2(obj, key, value) {
22473
+ function _define_property$2$1(obj, key, value) {
22474
22474
  if (key in obj) {
22475
22475
  Object.defineProperty(obj, key, {
22476
22476
  value: value,
@@ -22495,9 +22495,9 @@ function _define_property$2(obj, key, value) {
22495
22495
  return this.driver.attribute("data-fashion", "Inherit");
22496
22496
  }
22497
22497
  }
22498
- _define_property$2(ZTypographyComponentModel, "Selector", ".ZTypography-root");
22498
+ _define_property$2$1(ZTypographyComponentModel, "Selector", ".ZTypography-root");
22499
22499
 
22500
- function _define_property$1$1(obj, key, value) {
22500
+ function _define_property$1$2(obj, key, value) {
22501
22501
  if (key in obj) {
22502
22502
  Object.defineProperty(obj, key, {
22503
22503
  value: value,
@@ -22532,7 +22532,7 @@ class ZWizardComponentModel extends ZCircusComponentModel {
22532
22532
  return ZCircusBy.optional(await this._footer(), ZButtonComponentModel, "finish");
22533
22533
  }
22534
22534
  }
22535
- _define_property$1$1(ZWizardComponentModel, "Selector", ".ZWizard-root");
22535
+ _define_property$1$2(ZWizardComponentModel, "Selector", ".ZWizard-root");
22536
22536
 
22537
22537
  function _define_property$w(obj, key, value) {
22538
22538
  if (key in obj) {
@@ -39145,7 +39145,7 @@ function ZRomulatorMenu() {
39145
39145
  });
39146
39146
  }
39147
39147
 
39148
- function _define_property$1(obj, key, value) {
39148
+ function _define_property$1$1(obj, key, value) {
39149
39149
  if (key in obj) {
39150
39150
  Object.defineProperty(obj, key, {
39151
39151
  value: value,
@@ -39197,12 +39197,12 @@ function _define_property$1(obj, key, value) {
39197
39197
  /**
39198
39198
  * Initializes a new instance of this object.
39199
39199
  */ constructor(baseUrl){
39200
- _define_property$1(this, "_url", void 0);
39200
+ _define_property$1$1(this, "_url", void 0);
39201
39201
  this._url = new ZUrlBuilder().parse(baseUrl);
39202
39202
  }
39203
39203
  }
39204
39204
 
39205
- function _define_property(obj, key, value) {
39205
+ function _define_property$2(obj, key, value) {
39206
39206
  if (key in obj) {
39207
39207
  Object.defineProperty(obj, key, {
39208
39208
  value: value,
@@ -39291,25 +39291,38 @@ function _define_property(obj, key, value) {
39291
39291
  * The base request to use when constructing requests in the http
39292
39292
  * service.
39293
39293
  */ constructor(_http, _endpointUrl, _request = new ZHttpRequestBuilder().build()){
39294
- _define_property(this, "_http", void 0);
39295
- _define_property(this, "_endpointUrl", void 0);
39296
- _define_property(this, "_request", void 0);
39294
+ _define_property$2(this, "_http", void 0);
39295
+ _define_property$2(this, "_endpointUrl", void 0);
39296
+ _define_property$2(this, "_request", void 0);
39297
39297
  this._http = _http;
39298
39298
  this._endpointUrl = _endpointUrl;
39299
39299
  this._request = _request;
39300
39300
  }
39301
39301
  }
39302
39302
 
39303
+ function _define_property$1(obj, key, value) {
39304
+ if (key in obj) {
39305
+ Object.defineProperty(obj, key, {
39306
+ value: value,
39307
+ enumerable: true,
39308
+ configurable: true,
39309
+ writable: true
39310
+ });
39311
+ } else {
39312
+ obj[key] = value;
39313
+ }
39314
+ return obj;
39315
+ }
39303
39316
  class ZRomulatorEnvironmentBuilder {
39304
- _env;
39317
+ build() {
39318
+ return structuredClone(this._env);
39319
+ }
39305
39320
  constructor(){
39321
+ _define_property$1(this, "_env", void 0);
39306
39322
  this._env = {
39307
39323
  api: new ZUrlBuilder().protocol("http").hostname("localhost").port(3000).append("api").build()
39308
39324
  };
39309
39325
  }
39310
- build() {
39311
- return structuredClone(this._env);
39312
- }
39313
39326
  }
39314
39327
 
39315
39328
  function createDefaultSettingsService() {
@@ -39517,10 +39530,11 @@ function ZRomulatorGamesList(props) {
39517
39530
  return /*#__PURE__*/ jsxRuntimeExports.jsx(ZGridView, {
39518
39531
  GridProps: {
39519
39532
  columns: {
39520
- xl: "1fr 1fr 1fr 1fr",
39521
- lg: "1fr 1fr 1fr",
39522
- md: "1fr 1fr",
39523
- sm: "1fr"
39533
+ xl: "1fr 1fr 1fr 1fr 1fr 1fr",
39534
+ lg: "1fr 1fr 1fr 1fr",
39535
+ md: "1fr 1fr 1fr",
39536
+ sm: "1fr 1fr",
39537
+ xs: "1fr"
39524
39538
  },
39525
39539
  gap: ZSizeFixed.Medium
39526
39540
  },
@@ -39531,15 +39545,24 @@ function ZRomulatorGamesList(props) {
39531
39545
  });
39532
39546
  }
39533
39547
 
39548
+ function _define_property(obj, key, value) {
39549
+ if (key in obj) {
39550
+ Object.defineProperty(obj, key, {
39551
+ value: value,
39552
+ enumerable: true,
39553
+ configurable: true,
39554
+ writable: true
39555
+ });
39556
+ } else {
39557
+ obj[key] = value;
39558
+ }
39559
+ return obj;
39560
+ }
39534
39561
  class ZRomulatorSystemsService {
39535
- _rest;
39536
39562
  endpoint() {
39537
39563
  const { api } = new ZRomulatorEnvironmentBuilder().build();
39538
39564
  return new ZUrlBuilder().parse(api).append("systems").build();
39539
39565
  }
39540
- constructor(_http){
39541
- this._rest = new ZLazy(async ()=>Promise.resolve(new ZRestfulService(_http, this.endpoint())));
39542
- }
39543
39566
  async retrieve(request) {
39544
39567
  return (await this._rest.get()).retrieve(request);
39545
39568
  }
@@ -39549,6 +39572,10 @@ class ZRomulatorSystemsService {
39549
39572
  async get(id) {
39550
39573
  return (await this._rest.get()).get(id);
39551
39574
  }
39575
+ constructor(_http){
39576
+ _define_property(this, "_rest", void 0);
39577
+ this._rest = new ZLazy(async ()=>Promise.resolve(new ZRestfulService(_http, this.endpoint())));
39578
+ }
39552
39579
  }
39553
39580
  function createDefaultSystemsService() {
39554
39581
  return new ZRomulatorSystemsService(new ZHttpService());
@@ -39569,7 +39596,7 @@ function ZRomulatorSystemPage() {
39569
39596
  const gameFilter = reactExports.useMemo(()=>new ZFilterBinaryBuilder().subject("system").equal().value(id).build(), [
39570
39597
  id
39571
39598
  ]);
39572
- const baseGameRequest = reactExports.useMemo(()=>new ZDataRequestBuilder().filter(gameFilter).build(), [
39599
+ const baseGameRequest = reactExports.useMemo(()=>new ZDataRequestBuilder().size(12).filter(gameFilter).build(), [
39573
39600
  gameFilter
39574
39601
  ]);
39575
39602
  const [userRequest, setGameRequest] = useSyncState(baseGameRequest);
@@ -39630,7 +39657,7 @@ function ZRomulatorSystemPage() {
39630
39657
  }
39631
39658
 
39632
39659
  const DefaultSystemSortOrder = new ZSortBuilder().ascending("generation").ascending("name").build();
39633
- const DefaultSystemRequest = new ZDataRequestBuilder().sort(DefaultSystemSortOrder).build();
39660
+ const DefaultSystemRequest = new ZDataRequestBuilder().size(12).sort(DefaultSystemSortOrder).build();
39634
39661
  function ZRomulatorSystemsPage() {
39635
39662
  const { body } = useFashionTheme();
39636
39663
  const navigate = useNavigate();
package/dist/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Romulator: Organize your Games</title>
7
- <script type="module" crossorigin src="/assets/index-CBeQBj5p.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-Bvc6l8vJ.js"></script>
8
8
  </head>
9
9
  <body>
10
10
  <div id="zthunworks-romulator"></div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zthun/romulator-web",
3
- "version": "1.10.0",
3
+ "version": "1.11.0",
4
4
  "description": "Romulator frontend",
5
5
  "author": "Anthony Bonta",
6
6
  "license": "MIT",
@@ -24,11 +24,11 @@
24
24
  "@zthun/fashion-boutique": "^12.0.0",
25
25
  "@zthun/fashion-tailor": "^12.0.0",
26
26
  "@zthun/fashion-theme": "^12.0.0",
27
- "@zthun/helpful-fn": "^9.8.0",
28
- "@zthun/helpful-query": "^9.8.0",
29
- "@zthun/helpful-react": "^9.8.0",
27
+ "@zthun/helpful-fn": "^9.9.0",
28
+ "@zthun/helpful-query": "^9.9.0",
29
+ "@zthun/helpful-react": "^9.9.0",
30
30
  "@zthun/janitor-build-config": "^19.4.1",
31
- "@zthun/romulator-client": "^1.10.0",
31
+ "@zthun/romulator-client": "^1.11.0",
32
32
  "@zthun/webigail-http": "^5.0.0",
33
33
  "@zthun/webigail-rest": "^5.0.0",
34
34
  "@zthun/webigail-url": "^5.0.0",
@@ -38,9 +38,9 @@
38
38
  "react-dom": "^19.2.0",
39
39
  "tsconfig-paths": "^4.2.0",
40
40
  "typescript": "^5.9.3",
41
- "vite": "^7.1.11",
42
- "vitest": "^4.0.1",
41
+ "vite": "^7.1.12",
42
+ "vitest": "^4.0.3",
43
43
  "vitest-mock-extended": "^3.1.0"
44
44
  },
45
- "gitHead": "bad1143f9c40a8bd819117cb99bf2f1b58c005e6"
45
+ "gitHead": "0bdf3fa128737f52824cd317345514d07a12260a"
46
46
  }
@@ -58,10 +58,11 @@ export function ZRomulatorGamesList(props: IZRomulatorGamesList) {
58
58
  <ZGridView
59
59
  GridProps={{
60
60
  columns: {
61
- xl: "1fr 1fr 1fr 1fr",
62
- lg: "1fr 1fr 1fr",
63
- md: "1fr 1fr",
64
- sm: "1fr",
61
+ xl: "1fr 1fr 1fr 1fr 1fr 1fr",
62
+ lg: "1fr 1fr 1fr 1fr",
63
+ md: "1fr 1fr 1fr",
64
+ sm: "1fr 1fr",
65
+ xs: "1fr",
65
66
  },
66
67
  gap: ZSizeFixed.Medium,
67
68
  }}
@@ -34,7 +34,7 @@ export function ZRomulatorSystemPage() {
34
34
  );
35
35
 
36
36
  const baseGameRequest = useMemo(
37
- () => new ZDataRequestBuilder().filter(gameFilter).build(),
37
+ () => new ZDataRequestBuilder().size(12).filter(gameFilter).build(),
38
38
  [gameFilter],
39
39
  );
40
40
 
@@ -24,6 +24,7 @@ const DefaultSystemSortOrder = new ZSortBuilder()
24
24
  .build();
25
25
 
26
26
  const DefaultSystemRequest = new ZDataRequestBuilder()
27
+ .size(12)
27
28
  .sort(DefaultSystemSortOrder)
28
29
  .build();
29
30