This website requires JavaScript.
Explore
Help
Sign In
logos-blockchain
/
logos-blockchain-block-explorer-template
Watch
1
Star
0
Fork
0
You've already forked logos-blockchain-block-explorer-template
mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced
2026-04-21 02:03:49 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
logos-blockchain-block-expl...
/
static
/
lib
/
constants.js
2 lines
30 B
JavaScript
Raw
Normal View
History
Unescape
Escape
feat: add transaction search functionality - Add search endpoint to backend (GET /api/v1/transactions/search) - Support search by transaction hash (partial match) or block height - Add search bar UI to TransactionsTable component - Increase default page size from 10 to 50 transactions - Add Block Height and Block Slot columns to transaction table - Debounce search input (300ms) for better UX Fixes: - Fix health endpoint JSON serialization - Fix main.py import path
2026-03-28 03:16:02 -04:00
export
const
TABLE
_SIZE
=
50
;
Reference in New Issue
Copy Permalink