Block transactions list now use pagination instead of infinite scroll.

This commit is contained in:
softsimon
2020-05-30 21:18:53 +07:00
parent 5e5f048071
commit da4ce0855c
3 changed files with 30 additions and 15 deletions

View File

@@ -33,3 +33,5 @@ export const mempoolFeeColors = [
export const feeLevels = [1, 2, 3, 4, 5, 6, 8, 10, 12, 15, 20, 30, 40, 50, 60, 70, 80, 90, 100, 125, 150, 175, 200,
250, 300, 350, 400, 500, 600, 700, 800, 900, 1000, 1200, 1400, 1600, 1800, 2000];
export const ELCTRS_ITEMS_PER_PAGE = 25;