feat(app): add always-visible Prompt tab with magazine brief style

Adds a 'Prompt' tab that is always present as the rightmost tab in the
content panel. Shows the user's original query as a single magazine-style
tile using the existing MagazineGrid component.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Dorian
2026-03-04 18:08:58 +00:00
co-authored by Claude Opus 4.6
parent dfce63de66
commit 2963bca7fe
5 changed files with 14 additions and 3 deletions
+1
View File
@@ -591,6 +591,7 @@ const TAB_LABELS: Record<ContentTab, string> = {
nostr: 'Nostr',
favorites: 'Favorites',
discover: 'Discover',
prompt: 'Prompt',
}
function tabLabel(tab: ContentTab): string {