Ferrite-backup/Ferrite/ViewModels
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
..
BackupManager.swift Ferrite: Fix iOS 14 onAppear bug 2023-02-08 14:41:14 -05:00
DebridManager.swift Ferrite: Fix search and add progressive loading 2023-02-27 12:22:36 -05:00
NavigationViewModel.swift Ferrite: Fix search and add progressive loading 2023-02-27 12:22:36 -05:00
PluginManager.swift Ferrite: Modify UI 2023-02-16 18:34:05 -05:00
ScrapingViewModel.swift Ferrite: Fix search and add progressive loading 2023-02-27 12:22:36 -05:00
ToastViewModel.swift Ferrite: Fix search and add progressive loading 2023-02-27 12:22:36 -05:00