• Joined on 2026-02-16
hugo opened issue hugo/DS4Server#68 2026-08-03 20:27:09 +00:00
performance measurements needed to see if we introduced lag
hugo closed issue hugo/Gotcha#55 2026-08-03 20:25:34 +00:00
updates in the TUI overwrite the key hints in the status bar
hugo commented on issue hugo/Gotcha#55 2026-08-03 20:25:27 +00:00
updates in the TUI overwrite the key hints in the status bar

Implemented in 1a43bf1.

  • Successful reloads now show Updated HH:MM:SS for two seconds, then automatically restore the full key-hint footer.
  • Loading and error statuses remain visible…
hugo pushed to main at hugo/Gotcha 2026-08-03 20:24:41 +00:00
1a43bf1ba8 Restore TUI key hints after updates
hugo closed issue hugo/Gotcha#54 2026-08-03 20:21:50 +00:00
repository "all" view in the TUI needs to use colors for branches
hugo commented on issue hugo/Gotcha#54 2026-08-03 20:21:40 +00:00
repository "all" view in the TUI needs to use colors for branches

Implemented in c7c4467.

  • Preserved the stable graph lane index supplied by the existing Gitea commit-graph implementation instead of flattening the graph prefix into plain text.
  • Rendered…
hugo pushed to main at hugo/Gotcha 2026-08-03 20:20:48 +00:00
c7c44676fb Color TUI commit graph lanes
hugo closed issue hugo/Gotcha#56 2026-08-03 20:14:33 +00:00
mouse click in the TUI is not aligned with the TUI
hugo commented on issue hugo/Gotcha#56 2026-08-03 20:14:24 +00:00
mouse click in the TUI is not aligned with the TUI

Implemented in 95526f8.

  • Replaced the five full-width tab hit regions with exact hit boxes matching Ratatui's left-aligned title, padding, and divider layout.
  • Persisted Ratatui's actual…
hugo pushed to main at hugo/Gotcha 2026-08-03 20:13:18 +00:00
95526f8956 Align TUI mouse interactions
hugo opened issue hugo/Gotcha#57 2026-08-03 20:10:55 +00:00
widget for iphone wastes lots of space
hugo closed issue hugo/Gotcha#42 2026-08-03 20:07:20 +00:00
Provide activity like home screen as a widget for the iPhone
hugo commented on issue hugo/Gotcha#42 2026-08-03 20:07:14 +00:00
Provide activity like home screen as a widget for the iPhone

Implemented in c67d274.

  • Added native large Recent Activity and Open Pull Requests widgets, each independently configurable to any saved server.
  • Added view-ready Rust widget data and reused…
hugo pushed to main at hugo/Gotcha 2026-08-03 20:06:53 +00:00
c67d274a95 Add configurable iPhone widgets
hugo opened issue hugo/Gotcha#56 2026-08-03 19:24:46 +00:00
mouse click in the TUI is not aligned with the TUI
hugo opened issue hugo/Gotcha#55 2026-08-03 19:21:49 +00:00
updates in the TUI overwrite the key hints in the status bar
hugo opened issue hugo/Gotcha#54 2026-08-03 19:20:54 +00:00
repository "all" view in the TUI needs to use colors for branches
hugo closed issue hugo/Gotcha#37 2026-08-03 19:16:27 +00:00
Ratatui based terminal version of the app
hugo commented on issue hugo/Gotcha#37 2026-08-03 19:16:18 +00:00
Ratatui based terminal version of the app

Implemented in 2534010.

  • Added the standalone gotcha-tui Ratatui/Crossterm crate and executable with responsive paned layouts for normal terminals and multiplexer panes.
  • Mirrored the…
hugo pushed to main at hugo/Gotcha 2026-08-03 19:15:25 +00:00
2534010d1d Add Ratatui terminal application