mirror of
https://github.com/logos-blockchain/logos-blockchain-block-explorer-template.git
synced 2026-04-09 20:33:06 +00:00
- 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