4 Commits

Author SHA1 Message Date
Krystie f881ad1f97 Add QR codes to address pages with redesigned layout
- Installed qrcode npm package for QR generation
- Created reusable QRCode.svelte component
- Completely redesigned address page layout:
  - Prominent QR code display (200x200px)
  - Grid layout with QR + address info + balance stats
  - Copy address button with feedback
  - Stats grid showing transactions, UTXOs, sent, net activity
  - Enhanced UTXO table with clickable block heights
  - Better visual hierarchy and spacing
- QR code shows even if address index disabled
- White QR on dark background matching site theme
- Added proper meta descriptions for SEO

Address pages now have professional layout with scannable QR codes!
2026-03-27 17:34:37 -07:00
Krystie 263eda459e Add interactive node map with TRI logo markers and onion addresses 2026-03-27 03:12:51 -07:00
Krystie 588e24174d Update theme to black/red color scheme, improve API integration and component reactivity 2026-03-24 10:13:51 +01:00
sami7777 b6a4bd0418 Initial SvelteKit block explorer for Triangles blockchain
Full-featured explorer consuming the daemon REST API:
- Home dashboard with chain stats, latest blocks, staking info
- Block list with pagination and block detail pages
- Transaction detail with inputs/outputs tables
- Address lookup with balance, UTXOs, and tx history
- Staking dashboard with difficulty chart (Chart.js)
- Network info with peer table
- Mempool viewer
- API documentation page for all 30+ REST endpoints
- Search by block hash, height, txid, or address
- Dark theme with Tailwind CSS v4
- SSR via adapter-node for SEO

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-15 21:04:36 -07:00