Ferrite-backup/Ferrite/Views/CommonViews
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
..
Modifiers Search: Fix picker overlay and position 2023-02-28 19:42:20 -05:00
AlertButton.swift Backport: Update alert 2023-01-11 12:23:50 -05:00
Backport.swift Ferrite: Modify UI 2023-02-16 18:34:05 -05:00
DynamicFetchRequest.swift Ferrite: Add actions, plugins, and tags 2023-02-08 12:09:37 -05:00
EmptyInstructionView.swift Ferrite: Clean up UI changes 2022-09-07 09:51:01 -04:00
FilterLabelView.swift Ferrite: Modify UI 2023-02-16 18:34:05 -05:00
IndeterminateProgressView.swift Ferrite: Fix iOS 14 onAppear bug 2023-02-08 14:41:14 -05:00
InlineHeader.swift Ferrite: Clean up UI changes 2022-09-07 09:51:01 -04:00
LibraryHeaderView.swift Ferrite: Modify UI 2023-02-16 18:34:05 -05:00
ListRowViews.swift Ferrite: Format and cleanup 2022-11-19 11:58:02 -05:00
NavView.swift Ferrite: Add actions, plugins, and tags 2023-02-08 12:09:37 -05:00
SearchableContent.swift Ferrite: Modify UI 2023-02-16 18:34:05 -05:00
SectionHeaderView.swift Ferrite: Modify UI 2023-02-16 18:34:05 -05:00
Tag.swift Ferrite: Add actions, plugins, and tags 2023-02-08 12:09:37 -05:00
TestHostingView.swift Ferrite: Modify UI 2023-02-16 18:34:05 -05:00