From 264f4d209fc788b6b6a0353c7d8f7e6f14d4cf0f Mon Sep 17 00:00:00 2001 From: nahuhh <50635951+nahuhh@users.noreply.github.com> Date: Wed, 16 Oct 2024 16:07:37 +0000 Subject: [PATCH] ui: 100 offers per page --- basicswap/static/js/offerstable.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basicswap/static/js/offerstable.js b/basicswap/static/js/offerstable.js index aaca8ff..8d86448 100644 --- a/basicswap/static/js/offerstable.js +++ b/basicswap/static/js/offerstable.js @@ -161,7 +161,7 @@ const MIN_REFRESH_INTERVAL = 30; // Minimum refresh interval in seconds const isSentOffers = window.offersTableConfig.isSentOffers; let currentPage = 1; -const itemsPerPage = 20; +const itemsPerPage = 100; const coinIdToName = { 1: 'particl', 2: 'bitcoin', 3: 'litecoin', 4: 'decred',