fix(gui): improve mobile controls, attachment delivery, and navigation - #752
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Improve the GUI's mobile controls, attachment delivery, and navigation based on phone and browser dogfooding.
Existing blobs migrate on database open. Schema 3/protocol 4 requires restarting older executors. Backups must include the attachment directory; migration does not vacuum or prune logs. See docs/attachments.md. The main user database was only inspected read-only.
Validation: frontend production build and kanban grouping checks pass; changed Go packages pass, covering migration/integrity, local and fake-SSH staging, failure handling, and attachment-only HTTP prompt delivery. Browser checks covered persisted filters/groups, Reset, direct upload and failure retention, layout switching, project columns, key-badge sizing, Settings navigation, routines/machine/executor listings, and viewport overflow checks documented in docs/qa/mobile-web-2026-09-16.md.
Limits: the full Go suite encountered TestRemoteAttachDropsALeftOverViewPairing (tmux window lookup, also reproduced alone). Installed golangci-lint targets Go 1.25 and cannot lint this Go 1.26 repository. Real remote-agent delivery and new iPhone software-keyboard checks remain unverified. No additional macOS Actions jobs were started.