mirror of
https://github.com/purrgrammer/grimoire.git
synced 2026-04-12 00:17:02 +02:00
3e9c4f3238bdd5a70f85e3c50cf8fca4f14abc64
This commit adds dedicated preview routes for Nostr identifiers at the root level: - /npub... - Shows a single profile view for npub identifiers - /nevent... - Shows a single event detail view for nevent identifiers - /note... - Shows a single event detail view for note identifiers - /naddr... - Redirects spellbooks (kind 30777) to /:actor/:identifier route Key changes: - Created PreviewProfilePage component for npub identifiers - Created PreviewEventPage component for nevent/note identifiers - Created PreviewAddressPage component for naddr redirects - Added hideBottomBar prop to AppShell to hide tabs in preview mode - Added routes to root.tsx for all identifier types Preview pages don't show bottom tabs and don't affect user's workspace layout.
Languages
TypeScript
98.9%
CSS
0.8%
JavaScript
0.3%