• Joined on 2026-02-16
hugo pushed to main at hugo/Gotcha 2026-07-31 09:26:09 +00:00
7b2b431dfd Add repository file browser
hugo commented on issue hugo/Gotcha#7 2026-07-31 08:57:10 +00:00
activity overview bar should show the months and only 6 of them

Follow-up in 4e4dfb0: expanded the compact activity strip from six to nine calendar months after visual review. Reverified in the iPhone 17 Pro simulator and installed the updated signed build on…

hugo pushed to main at hugo/Gotcha 2026-07-31 08:56:53 +00:00
4e4dfb0db9 Expand activity strip to nine months
hugo closed issue hugo/Gotcha#7 2026-07-31 08:54:10 +00:00
activity overview bar should show the months and only 6 of them
hugo commented on issue hugo/Gotcha#7 2026-07-31 08:54:05 +00:00
activity overview bar should show the months and only 6 of them

Implemented in 82fadda: the activity strip now shows exactly six calendar months with short month labels, narrow gaps, and each month’s real day count while retaining the compact dot style.…

hugo pushed to main at hugo/Gotcha 2026-07-31 08:52:58 +00:00
82fadda983 Show six labeled activity months
hugo opened issue hugo/Gotcha#16 2026-07-31 08:33:52 +00:00
created and edit milestones
hugo opened issue hugo/Gotcha#15 2026-07-31 08:31:17 +00:00
create issues via the app
hugo opened issue hugo/Gotcha#14 2026-07-31 08:29:24 +00:00
manage releases
hugo opened issue hugo/Gotcha#13 2026-07-31 08:28:42 +00:00
support the wiki
hugo opened issue hugo/Gotcha#12 2026-07-31 08:25:18 +00:00
more complete pull request features
hugo opened issue hugo/Gotcha#11 2026-07-31 08:23:32 +00:00
future: support projects and kanban boards
hugo opened issue hugo/Gotcha#10 2026-07-31 08:21:30 +00:00
issue overview filter should also include milestones and labels
hugo closed issue hugo/Gotcha#8 2026-07-31 08:14:34 +00:00
icon for server selection not available for the pull requests pane
hugo commented on issue hugo/Gotcha#8 2026-07-31 08:14:30 +00:00
icon for server selection not available for the pull requests pane

Implemented in 201f32f. Added the server-selection button to Pull Requests and made the existing server picker reusable across tabs. Verified the full picker flow in the iPhone 17 Pro simulator,…

hugo pushed to main at hugo/Gotcha 2026-07-31 08:14:00 +00:00
201f32f125 Fix server selection from pull requests
hugo commented on issue hugo/Gotcha#9 2026-07-31 08:05:30 +00:00
Replace Slint UI to restore native iOS interaction behavior

Reverified f201814 on current main. All required Rust gates pass (format, warning-free check, Clippy, and 10 tests), and the arm64 simulator build succeeds on iPhone 17 Pro / iOS 26.5. Installed…

hugo closed issue hugo/Gotcha#2 2026-07-31 07:54:00 +00:00
Support milestones in the UI
hugo closed issue hugo/Gotcha#9 2026-07-31 07:54:00 +00:00
Replace Slint UI to restore native iOS interaction behavior
hugo commented on issue hugo/Gotcha#9 2026-07-31 07:53:54 +00:00
Replace Slint UI to restore native iOS interaction behavior

Implemented in f201814. The Slint UI was replaced with UIKit backed by the existing Rust app logic through UniFFI. Native UIKit text fields restore the standard edit menu, selection, long-press,…