• Joined on 2026-02-16
hugo closed issue hugo/Gotcha#20 2026-07-31 13:43:39 +00:00
the repository view should be able to switch between history and files view even on subdirectories and files
hugo commented on issue hugo/Gotcha#20 2026-07-31 13:43:34 +00:00
the repository view should be able to switch between history and files view even on subdirectories and files

Implemented in 0583d05. Repository navigation now keeps path context while switching modes: nested directories provide Files/History, Markdown files provide Preview/Source/History, and other files…

hugo pushed to main at hugo/Gotcha 2026-07-31 13:43:19 +00:00
0583d05170 Add path-filtered repository history
hugo closed issue hugo/Gotcha#16 2026-07-31 13:31:13 +00:00
created and edit milestones
hugo commented on issue hugo/Gotcha#16 2026-07-31 13:31:10 +00:00
created and edit milestones

Implemented in c4e64b5. Added complete milestone creation and editing for title, multiline description, and optional due date, with Rust-owned validation/API serialization and a native accessible…

hugo pushed to main at hugo/Gotcha 2026-07-31 13:30:54 +00:00
c4e64b5c0c Add milestone creation and editing
hugo opened issue hugo/Gotcha#26 2026-07-31 13:19:36 +00:00
support notifications for defined elements / activities
hugo closed issue hugo/Gotcha#4 2026-07-31 13:17:36 +00:00
be able to add comments to issues
hugo pushed to main at hugo/Gotcha 2026-07-31 13:17:16 +00:00
da0a3aecb4 Add issue comment editing
hugo commented on issue hugo/Gotcha#4 2026-07-31 13:12:45 +00:00
be able to add comments to issues

App-created comment

  • Markdown works
  • Preview works
Let verified = true
`````
hugo closed issue hugo/Gotcha#19 2026-07-31 13:03:16 +00:00
automatic load of next page for paginated panels
hugo commented on issue hugo/Gotcha#19 2026-07-31 13:03:11 +00:00
automatic load of next page for paginated panels

Implemented in 33f9eb8. Added Rust-owned page state and API paging for every paginated panel (Home activity, repositories, issues, pull requests, milestones and their contents, commit history, and…

hugo pushed to main at hugo/Gotcha 2026-07-31 13:02:53 +00:00
33f9eb809c Add paginated panel loading
hugo closed issue hugo/Gotcha#15 2026-07-31 12:39:56 +00:00
create and edit issues via the app
hugo commented on issue hugo/Gotcha#15 2026-07-31 12:39:52 +00:00
create and edit issues via the app

Implemented in 228879d. Added complete native iOS issue creation and editing for title, Markdown body, multiple labels, optional milestone, and optional due date. The editor provides syntax-highlig…

hugo pushed to main at hugo/Gotcha 2026-07-31 12:39:27 +00:00
228879da15 Add issue creation and editing
hugo closed issue hugo/Gotcha#12 2026-07-31 12:22:39 +00:00
more complete pull request features
hugo commented on issue hugo/Gotcha#12 2026-07-31 12:22:38 +00:00
more complete pull request features

Implemented in 86200b4. Added server-scoped persisted pull-request milestone filters backed by the Gitea cross-repository milestone query, a native Status/Milestone menu, and neutral/accent…

hugo pushed to main at hugo/Gotcha 2026-07-31 12:22:30 +00:00
86200b4668 Add pull request milestone features
hugo closed issue hugo/Gotcha#25 2026-07-31 12:13:49 +00:00
source view needs to take the title bar into account