You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The SwiftUI iPad app uses the larger screen and Apple input model deliberately: persistent context, efficient file operations, keyboard navigation, drag and drop, and multiwindow behavior instead of a stretched phone layout.
Scope
Define sidebar/list/detail behavior and preservation of folder/file selection across width changes.
Add keyboard navigation and shortcuts for common file, search, playback, and selection actions.
Support drag and drop where it creates a clear file-cloud or system-export workflow.
Prove multiwindow and Stage Manager behavior, including state ownership and account/session consistency.
Parent
#151
What this delivers
The SwiftUI iPad app uses the larger screen and Apple input model deliberately: persistent context, efficient file operations, keyboard navigation, drag and drop, and multiwindow behavior instead of a stretched phone layout.
Scope
Acceptance criteria
Verification
Blocked by
None. Coordinate overlapping system-export work with #93.
Boundaries