Follow-up in 46fd6c1: the git sidebar now shows the commit history in its lower half, like the GUI — the sidebar splits 50/50 into the changed files (top, navigable) and a History panel (bottom)…
Implemented in 5433cb5.
Key 7 in the TUI opens the git panel for content sync, driven by the same BDS.Git backend as the GUI git view:
- Sidebar: the changed files from git status as…
Implemented in e027364.
/ in sidebar focus opens a vi-style search prompt in the status line that live-filters the current view on every keystroke — posts, pages and media, through the exact…
Follow-up fix in 59333ac — the first implementation checked the display too late: the :desktop dependency application boots wx inside its own Application.start, before any BDS code runs, so the…
Implemented in 381deb4.
Desktop mode now falls back to the TUI when no graphical display is available:
- New
BDS.Server.effective_mode/3: whenBDS_MODEresolves to desktop on a non-Darwin…
Implemented in 5801e49.
The TUI now has a projects overlay on p (sidebar focus):
- Lists all projects from the caching database with the active one marked; enter activates the selected project…