ui: 100 offers per page

This commit is contained in:
nahuhh 2024-10-16 16:07:37 +00:00 committed by tecnovert
parent 3ee69ea11a
commit 264f4d209f

View file

@ -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',