• Joined on 2026-02-16
hugo commented on issue hugo/Gotcha#25 2026-07-31 12:13:48 +00:00
source view needs to take the title bar into account

Implemented in c5ecb8f. Replaced the full-bounds source scroll view with explicit safe-area constraints and disabled automatic inset adjustment, so ordinary source files and Markdown Source mode…

hugo pushed to main at hugo/Gotcha 2026-07-31 12:13:40 +00:00
c5ecb8f87d Keep source files below navigation bar
hugo closed issue hugo/Gotcha#21 2026-07-31 12:10:34 +00:00
review proper structure of code and distribution of function to rust or swift
hugo commented on issue hugo/Gotcha#21 2026-07-31 12:10:33 +00:00
review proper structure of code and distribution of function to rust or swift

Implemented in a2615d5. Codified the Rust/Swift ownership boundary in AGENTS.md and audited every iOS Swift source. Moved issue-filter state and unavailable-choice handling, Home activity…

hugo pushed to main at hugo/Gotcha 2026-07-31 12:10:09 +00:00
a2615d5d83 Enforce Rust and Swift ownership boundary
hugo opened issue hugo/Gotcha#25 2026-07-31 12:00:46 +00:00
source view needs to take the title bar into account
hugo opened issue hugo/Gotcha#24 2026-07-31 12:00:03 +00:00
do a full review of the source for quality
hugo opened issue hugo/Gotcha#23 2026-07-31 11:53:19 +00:00
implement kanban as a command with subcommands for gotcha cli so that we can work with projects
hugo opened issue hugo/Gotcha#22 2026-07-31 11:47:52 +00:00
complete the features of the gotcha cli for issues
hugo closed issue hugo/Gotcha#10 2026-07-31 11:42:50 +00:00
issue overview filter should also include milestones and labels
hugo commented on issue hugo/Gotcha#10 2026-07-31 11:42:39 +00:00
issue overview filter should also include milestones and labels

Implemented in 6eb2753. Added repository-scoped issue filters for multiple labels and one/all milestones, server-side Gitea query parameters, paginated label discovery, persisted preferences,…

hugo pushed to main at hugo/Gotcha 2026-07-31 11:42:25 +00:00
6eb27537e8 Add issue label and milestone filters
hugo opened issue hugo/Gotcha#21 2026-07-31 10:59:40 +00:00
review proper structure of code and distribution of function to rust or wift
hugo closed issue hugo/Gotcha#18 2026-07-31 10:59:36 +00:00
the issue state (open/closed) must be shown beside the title
hugo commented on issue hugo/Gotcha#18 2026-07-31 10:59:30 +00:00
the issue state (open/closed) must be shown beside the title

Implemented in 6374636. Issue details now preserve the Gitea state through the Rust presentation model and UniFFI bridge, then show a Dynamic Type-aware SF Symbol beside the title: green for open,…

hugo pushed to main at hugo/Gotcha 2026-07-31 10:59:11 +00:00
6374636b04 Show issue state beside title
hugo opened issue hugo/Gotcha#20 2026-07-31 10:55:22 +00:00
the repository view should be able to switch between history and files view even on subdirectories and files
hugo opened issue hugo/Gotcha#19 2026-07-31 10:43:10 +00:00
automatic load of next page for paginated panels
hugo commented on issue hugo/Gotcha#17 2026-07-31 10:36:02 +00:00
little filter icons on the home screen to filter the activities by types

Corrected in c44e5f1 after simulator verification. The Home selector now contains only All, Issues, and Pull requests. Milestones was removed because Gitea 1.25 has no milestone activity event…

hugo pushed to main at hugo/Gotcha 2026-07-31 10:35:51 +00:00
c44e5f19c7 Fix home pull activity filtering