• Joined on 2026-02-16
hugo pushed to main at hugo/IronStorage 2026-08-15 20:44:01 +00:00
affdb55519 Implement iPhone and Apple Watch preferences (#53)
hugo pushed to main at hugo/IronStorage 2026-08-15 20:37:41 +00:00
5ae6ef55ad Implement iPhone and Apple Watch preferences (#53)
hugo closed issue hugo/IronStorage#86 2026-08-15 19:46:43 +00:00
make the desktop app darker - the theme should align with how RuDS is doing it
hugo commented on issue hugo/IronStorage#86 2026-08-15 19:46:11 +00:00
make the desktop app darker - the theme should align with how RuDS is doing it

Implemented and verified in commit 8188675.

  • Replaced the stock Iced dark theme with one centralized neutral-charcoal application palette modeled on the RuDS shared-theme approach and refined…
hugo pushed to main at hugo/IronStorage 2026-08-15 19:45:55 +00:00
81886756a2 Darken the desktop app theme (#86)
hugo pushed tag v1.1.0 to hugo/Gotcha 2026-08-15 19:15:05 +00:00
hugo pushed to main at hugo/Gotcha 2026-08-15 18:33:07 +00:00
49d9fdcc9a Bump iOS version to 1.1
hugo commented on issue hugo/Gotcha#63 2026-08-15 18:19:31 +00:00
Manage Actions and workflows across CLI, TUI, and iOS

Follow-up correction in ac6de7d:

  • Server Activity is now strictly a Home timeline and is removed from both the Primary Navigation choices and any previously saved primary-navigation configurati…
hugo pushed to main at hugo/Gotcha 2026-08-15 18:19:02 +00:00
ac6de7d4f2 Fix primary navigation editing
hugo closed issue hugo/Gotcha#63 2026-08-15 18:08:02 +00:00
Manage Actions and workflows across CLI, TUI, and iOS
hugo commented on issue hugo/Gotcha#63 2026-08-15 18:07:52 +00:00
Manage Actions and workflows across CLI, TUI, and iOS

Implemented in commit 59bcddf.

  • Added validated shared Gitea operations for workflow discovery and dispatch inputs, filtered/paged runs, run/job details, every job-log page, exact-revision…
hugo pushed to main at hugo/Gotcha 2026-08-15 18:07:22 +00:00
59bcddfadf Add first-class Actions management (#63)
hugo commented on issue hugo/Gotcha#71 2026-08-15 15:43:04 +00:00
Notification Settings opens the Settings root instead of Gotcha notifications

tentatively closed, waiting for confirmatgion from the on-device test.

hugo closed issue hugo/Gotcha#71 2026-08-15 15:43:04 +00:00
Notification Settings opens the Settings root instead of Gotcha notifications
hugo closed issue hugo/Gotcha#65 2026-08-15 15:26:08 +00:00
provide a full-server activity history on the ios home pane
hugo commented on issue hugo/Gotcha#65 2026-08-15 15:25:59 +00:00
provide a full-server activity history on the ios home pane

Implemented in commit f84ab77.

  • Added an accessible Server Activity destination to the iOS home icon row.
  • Added a Gitea-owned incremental pager that enumerates every user visible to the…
hugo pushed to main at hugo/Gotcha 2026-08-15 15:25:35 +00:00
f84ab774e6 Add full-server activity to iOS home (#65)
hugo closed issue hugo/Gotcha#69 2026-08-15 13:19:34 +00:00
the tui should have a progress bar for milestones like the GUI app and use colored icons for open and closed
hugo commented on issue hugo/Gotcha#69 2026-08-15 13:19:25 +00:00
the tui should have a progress bar for milestones like the GUI app and use colored icons for open and closed

Implemented in 6d271e7.

  • Milestones now follow the native app order: open milestones first, then closed, alphabetically within each state.
  • Milestone rows include green completion bars with…
hugo pushed to main at hugo/Gotcha 2026-08-15 13:19:07 +00:00
6d271e7402 Add milestone progress to the TUI (#69)