jellyflood/Swiftfin/Views/SettingsView
Joe Kribs a3d84a958f
[iOS] Media Item Menu - Edit Arrays (People, Genres, Studios, & Tags) (#1336)
* Cleanup / Genre & Tag Management

* Move searching to a backgroundState. Fix the font Color when bulk editing tags / genres should be secondary when editing & not selected

* Cleanup

* Now that cancelling is handled better this should prevent the issue where the suggestions fails to update on a letter entry

* Change from using an event for searchResults to using a published searchResults var

* Moved all logic to a local list where all genres/tags are populated on refresh then filterd locally instead of calling the server for changes.

* Inheritance

* Split metadata from components then alphabetize. Also, fix but where you can't add a people

* People & Permissions

* Functional but dirty. TODO: Cleanup + Trie? Trei?

* nil coalescing operator is only evaluated if the lhs is nil, coalescing operator with nil as rhs is redundant

* TODO: Search improvements & Delay search on name change

* Cleanup & reordering

* Debouncing

* Trie implementation

* Permissions Cleanup Squeezing in: https://github.com/jellyfin/jellyfin-web/issues/6361

* enhance Trie

* cleanup

* cleanup

---------

Co-authored-by: Ethan Pippin <ethanpippin2343@gmail.com>
2024-12-06 15:22:11 -07:00
..
CustomDeviceProfileSettingsView [iOS] Playback Quality - Learn More (#1316) 2024-11-21 13:47:11 -07:00
CustomizeViewsSettings [iOS] Media Item Menu - Edit Arrays (People, Genres, Studios, & Tags) (#1336) 2024-12-06 15:22:11 -07:00
SettingsView [iOS] Media Item Menu - Edit Arrays (People, Genres, Studios, & Tags) (#1336) 2024-12-06 15:22:11 -07:00
UserProfileSettingsView [iOS] Admin Dashboard - User Passwords (#1312) 2024-11-15 15:14:59 -07:00
VideoPlayerSettingsView Expanded subtitle font size and change range (#1254) 2024-10-13 12:40:17 -06:00
DebugSettingsView.swift Refactor `PosterButton` and libraries, good `UICollectionView`s, proper orientation handling, and more (#905) 2024-03-11 08:09:30 -06:00
ExperimentalSettingsView.swift Customizable Device Profiles (#1169) 2024-09-02 15:33:02 -06:00
GestureSettingsView.swift Some More Cleanup, Reset User Settings (#1060) 2024-05-17 13:10:40 +09:00
IndicatorSettingsView.swift Update 2024 headers (#951) 2024-01-13 15:13:44 -07:00
NativeVideoPlayerSettingsView.swift Refactor `PosterButton` and libraries, good `UICollectionView`s, proper orientation handling, and more (#905) 2024-03-11 08:09:30 -06:00
PlaybackQualitySettingsView.swift [iOS] Playback Quality - Learn More (#1316) 2024-11-21 13:47:11 -07:00