- 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