Block a user
performance measurements needed to see if we introduced lag
can't reproduce right now (or well, too much effort right now to get going)
The tui should keep track of the active last project
The tui should keep track of the active last project
Implemented in c1cfaa3.
- Added
tui.last_serverto the shared CLI configuration and save it atomically when the TUI exits cleanly. - Startup now restores that server before repository-based…
The tui should keep track of the active last project
in the TUI overview, commits are showing weird json for the included files instead of the file information
in the TUI overview, commits are showing weird json for the included files instead of the file information
Implemented in 61e96cc.
- Added a shared compatibility parser for Forgejo/Gitea commit activity payloads, including mixed-case
Commits,HeadCommit, andLenfields. - Replaced raw JSON in…
in the TUI, diffs and source files should be syntax-highlighted like in the GUI
in the TUI, diffs and source files should be syntax-highlighted like in the GUI
Implemented in aafde7e.
- Source-file previews now use Syntect's bundled grammars, selected by filename with first-line/shebang fallback; unknown text remains plain and legible.
- Commit and…
in the TUI, a "q" is supposed to close the app, not just the last pane
in the TUI, a "q" is supposed to close the app, not just the last pane
Implemented in ccaa920.
qnow exits the TUI from every non-editor state, including nested panes and confirmation overlays.- Editors still accept
qas normal text input. - Escape and…
in the TUI overview, commits are showing weird json for the included files instead of the file information
in the TUI, diffs and source files should be syntax-highlighted like in the GUI
in the TUI, a "q" is supposed to close the app, not just the last pane
widget for iphone wastes lots of space
Implemented in 9d7ce83.
The iPhone widgets now adapt their content to the selected WidgetKit family instead of leaving the large family under-filled:
- Recent Activity supports medium and…