15 Commits

Author SHA1 Message Date
waclaw-claw
c49574b6cb feat: add channel ID and inscription search
- Enhanced search to match channel_id and inscription fields
- Add Channel/Inscription column to transaction table
- Display channel ID preview (blue) and inscription preview (green)
- Updated search placeholder to mention channel/inscription search
- Support hex and decoded text inscription matching

Backend:
- TransactionRepository.search() now extracts and searches channel_id
- Searches inscription hex and decoded UTF-8 text
- Matches from ChannelInscribe, ChannelBlob, ChannelSetKeys operations

Frontend:
- Added getChannelAndInscriptionPreview() helper
- Added Channel/Inscription column with colored previews
- Updated table columns and headers
- Updated search placeholder text
2026-03-28 04:29:58 -04:00
waclaw-claw
2d95bd3baa 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
Alejandro Cabeza Romero
9b56a4c8d8
Lints and prettify. 2026-03-09 11:28:46 +00:00
David Rusu
15da0cc2aa tweaking live / pagination behaviour 2026-02-17 00:20:50 +04:00
David Rusu
b7267de0da disable live on pagination 2026-02-17 00:14:34 +04:00
David Rusu
a8d350b601 pagination in tx page 2026-02-16 23:58:06 +04:00
David Rusu
d0e105388d make frontend fork aware 2026-02-16 19:10:21 +04:00
David Rusu
46fa934148 support running explorer on non-root paths 2026-02-13 10:25:14 +04:00
David Rusu
36aed1ddc3 display inscriptions in block explorer 2026-02-13 01:03:47 +04:00
Alejandro Cabeza Romero
c3c357d09a
Use hash to handle blocks and transactions. 2025-12-19 10:11:49 +01:00
Alejandro Cabeza Romero
0a241f8915
Cleanup static imports. 2025-10-30 15:00:06 +01:00
Alejandro Cabeza Romero
7f1a543681
Decouple models from node api. 2025-10-30 11:48:34 +01:00
Alejandro Cabeza Romero
68c5e45804
Rework statics, integrate with node. 2025-10-20 15:42:12 +02:00
Alejandro Cabeza Romero
1325799edb
Add stream prefetch limit as querystring. 2025-10-17 15:33:00 +02:00
Alejandro Cabeza Romero
bbd57c4217
Migrate to spa. 2025-10-17 14:46:44 +02:00