Ferrite-backup/Ferrite/Views/SheetViews
kingbri cbe3d17be1 Ferrite: Fix search and add progressive loading
The searchbar had a lot of lag when scrolling down the search
results view. This was due to a shared searchText variable which
updated every time the searchbar text changed and caused UI blocking.

Migrate searchText to a local variable and destroy the child
SearchResultsView as it's not needed at this time (may come back
with v0.7 due to searchable).

Also sources now display results progressively without a ProgressView
blocking when each source loads which allows the user to view media
faster.

Signed-off-by: kingbri <bdashore3@proton.me>
2023-02-27 12:22:36 -05:00
..
ActionChoiceView.swift Ferrite: Add actions, plugins, and tags 2023-02-08 12:09:37 -05:00
BatchChoiceView.swift Ferrite: Fix search and add progressive loading 2023-02-27 12:22:36 -05:00