From f12f2556f9cfe6215cc43ec1a7c20aacfeecd81c Mon Sep 17 00:00:00 2001 From: lukaw3d Date: Tue, 10 Jun 2025 02:41:41 +0200 Subject: [PATCH 1/2] demo zoomable mobile layout --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 881da87abc..647bb5cd6f 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + From aed4f1879e365443ae1e6389800269a641fce05d Mon Sep 17 00:00:00 2001 From: Luka Jeran Date: Wed, 11 Jun 2025 01:20:43 +0200 Subject: [PATCH 2/2] Show more results on a page --- src/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.ts b/src/config.ts index 00f927f57c..fc633b9cea 100644 --- a/src/config.ts +++ b/src/config.ts @@ -7,7 +7,7 @@ import { Network } from './types/network' export const NUMBER_OF_ITEMS_ON_DASHBOARD = 5 export const FILTERING_ON_DASHBOARD = true -export const NUMBER_OF_ITEMS_ON_SEPARATE_PAGE = 10 +export const NUMBER_OF_ITEMS_ON_SEPARATE_PAGE = 100 export const REFETCH_INTERVAL = 5000 export const API_MAX_TOTAL_COUNT = 1000