Ferrite-backup/Ferrite/Views/CommonViews/Modifiers
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
..
ConditionalContextMenu.swift Ferrite: Add fixes for Introspect v0.2.2 2023-02-18 11:39:03 -05:00
ConditionalId.swift Ferrite: Add fixes for Introspect v0.2.2 2023-02-18 11:39:03 -05:00
CustomScopeBar.swift Search: Fix picker overlay and position 2023-02-28 19:42:20 -05:00
DisabledAppearance.swift Ferrite: Add fixes for Introspect v0.2.2 2023-02-18 11:39:03 -05:00
DisableInteraction.swift Ferrite: Add fixes for Introspect v0.2.2 2023-02-18 11:39:03 -05:00
InlinedList.swift Ferrite: Add fixes for Introspect v0.2.2 2023-02-18 11:39:03 -05:00
ViewDidAppear.swift Ferrite: Add fixes for Introspect v0.2.2 2023-02-18 11:39:03 -05:00