fix: remove page-swipe TabView — conflicts with swipe-to-delete
Replaced .tabViewStyle(.page) with Group/switch. Tab switching only via top buttons, no horizontal page swipe. This prevents swipe-to-delete from accidentally switching tabs. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -1,13 +1,8 @@
|
||||
// Xcode user data — changes every build, ignore
|
||||
// Xcode generated files — ignore all of these
|
||||
Platform.xcodeproj/xcuserdata
|
||||
Platform.xcodeproj/project.xcworkspace/xcuserdata
|
||||
Platform.xcodeproj/project.xcworkspace/xcshareddata
|
||||
|
||||
// Build artifacts
|
||||
Platform.xcodeproj/project.xcworkspace
|
||||
*.xcuserstate
|
||||
.DS_Store
|
||||
DerivedData
|
||||
build
|
||||
.build
|
||||
|
||||
// macOS files
|
||||
.DS_Store
|
||||
*.xcuserstate
|
||||
|
||||
Reference in New Issue
Block a user