textual-serve shows the command string as the app title.
Set PYTHONPATH and GNIZA_DIR as real env vars so the spawned
subprocess inherits them. Add title="gniza" for clean display.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
textual-serve spawns the app as a subprocess which doesn't
inherit PYTHONPATH. Bake the project root into the command.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Run `gniza web` or `gniza --web` to serve the TUI as a web app
on port 8080. Use --port to change. Requires textual-serve.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Switch widget was not rendering visibly. Use a Yes/No Select
dropdown instead which works reliably.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use full block-character logo from bin/gniza, place logo Static
and OptionList directly in Horizontal container without extra
nesting. Style with proper widths.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use Horizontal container with logo-panel and menu-panel side by side,
centered vertically in the terminal.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
OptionList supports up/down arrow keys and Enter to select,
giving a proper menu feel instead of Tab-through buttons.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Use 1fr width with max-width, reduce button height/margins,
and enable overflow scroll so all items fit smaller terminals.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Give the switch Horizontal container an explicit ID and CSS
with height:auto and proper alignment.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>