Ferrite-backup/Ferrite/Views
kingbri 0661ed66f3 Search: Fix picker overlay and position
iOS 14 requires the scope bar modifier to be on the first subview of
the NavView. This is because a VStack wraps the content.

A bug was that the segmented picker was being overlaid due to the
scope bar modifier having an AppStorage call. The AppStorage call
updated the modifier which for some reason added another HostingView.

I am not sure why this happens, but avoid using AppStorage in the modifier
to make sure this doesn't happen again.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-02-28 19:42:20 -05:00
..
CommonViews Search: Fix picker overlay and position 2023-02-28 19:42:20 -05:00
ComponentViews Ferrite: Use InlineHeader in all sections 2023-02-16 18:52:29 -05:00
RepresentableViews Ferrite: Fix iOS 14 onAppear bug 2023-02-08 14:41:14 -05:00
SheetViews Ferrite: Fix search and add progressive loading 2023-02-27 12:22:36 -05:00
AboutView.swift Build: Add scripts for commit and nightly information 2022-12-06 12:37:15 -05:00
ContentView.swift Search: Fix picker overlay and position 2023-02-28 19:42:20 -05:00
LibraryView.swift Search: Fix picker overlay and position 2023-02-28 19:42:20 -05:00
LoginWebView.swift Ferrite: iOS 14 backport 2022-08-31 18:46:47 -04:00
MainView.swift Ferrite: Fix search and add progressive loading 2023-02-27 12:22:36 -05:00
PluginsView.swift Search: Fix picker overlay and position 2023-02-28 19:42:20 -05:00
SettingsView.swift Search: Add random text to the searchbar 2023-02-27 14:24:47 -05:00