• Joined on 2026-02-16
hugo commented on issue hugo/DS4Server#68 2026-08-05 17:01:58 +00:00
performance measurements needed to see if we introduced lag

can't reproduce right now (or well, too much effort right now to get going)

hugo closed issue hugo/Gotcha#61 2026-08-05 15:51:06 +00:00
The tui should keep track of the active last project
hugo commented on issue hugo/Gotcha#61 2026-08-05 15:50:50 +00:00
The tui should keep track of the active last project

Implemented in c1cfaa3.

  • Added tui.last_server to the shared CLI configuration and save it atomically when the TUI exits cleanly.
  • Startup now restores that server before repository-based…
hugo pushed to main at hugo/Gotcha 2026-08-05 15:50:22 +00:00
c1cfaa3d23 Remember the TUI server selection
hugo opened issue hugo/Gotcha#61 2026-08-05 10:44:38 +00:00
The tui should keep track of the active last project
hugo closed issue hugo/Gotcha#60 2026-08-04 17:13:37 +00:00
in the TUI overview, commits are showing weird json for the included files instead of the file information
hugo commented on issue hugo/Gotcha#60 2026-08-04 17:13:29 +00:00
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, and Len fields.
  • Replaced raw JSON in…
hugo pushed to main at hugo/Gotcha 2026-08-04 17:13:06 +00:00
61e96cc6cf Format TUI commit activity previews
hugo closed issue hugo/Gotcha#59 2026-08-04 17:05:12 +00:00
in the TUI, diffs and source files should be syntax-highlighted like in the GUI
hugo commented on issue hugo/Gotcha#59 2026-08-04 17:05:03 +00:00
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…
hugo pushed to main at hugo/Gotcha 2026-08-04 17:04:37 +00:00
aafde7e7e8 Highlight TUI content previews
hugo closed issue hugo/Gotcha#58 2026-08-04 16:50:36 +00:00
in the TUI, a "q" is supposed to close the app, not just the last pane
hugo commented on issue hugo/Gotcha#58 2026-08-04 16:50:28 +00:00
in the TUI, a "q" is supposed to close the app, not just the last pane

Implemented in ccaa920.

  • q now exits the TUI from every non-editor state, including nested panes and confirmation overlays.
  • Editors still accept q as normal text input.
  • Escape and…
hugo pushed to main at hugo/Gotcha 2026-08-04 16:50:13 +00:00
ccaa9204f0 Make q quit the TUI
hugo opened issue hugo/Gotcha#60 2026-08-03 20:56:21 +00:00
in the TUI overview, commits are showing weird json for the included files instead of the file information
hugo opened issue hugo/Gotcha#59 2026-08-03 20:55:06 +00:00
in the TUI, diffs and source files should be syntax-highlighted like in the GUI
hugo opened issue hugo/Gotcha#58 2026-08-03 20:52:54 +00:00
in the TUI, a "q" is supposed to close the app, not just the last pane
hugo closed issue hugo/Gotcha#57 2026-08-03 20:45:08 +00:00
widget for iphone wastes lots of space
hugo commented on issue hugo/Gotcha#57 2026-08-03 20:45:00 +00:00
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…
hugo pushed to main at hugo/Gotcha 2026-08-03 20:44:14 +00:00
9d7ce83cb1 Use widget space by family