jellyflood/Shared/ViewModels
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
..
AdminDashboard [iOS] Admin Dashboard - Media Access / Deletion Settings (#1333) 2024-12-02 22:54:33 -07:00
ItemAdministration [iOS] Media Item Menu - Edit Arrays (People, Genres, Studios, & Tags) (#1336) 2024-12-06 15:22:11 -07:00
ItemViewModel [iOS] Media Item Menu | Edit Metadata (#1323) 2024-11-30 23:56:49 -07:00
LibraryViewModel [iOS] Media Item Menu | Refresh Metadata & Delete Item (#1310) 2024-11-16 23:59:41 -07:00
MediaViewModel Fixing Live TV since the refactor (#806) 2024-04-14 22:29:46 -06:00
VideoPlayerManager Listen for AirPods connection changes (#1186) 2024-08-19 14:46:12 -06:00
ChannelLibraryViewModel.swift Live TV Updates (#1022) 2024-04-16 23:10:44 -06:00
ConnectToServerViewModel.swift Update ConnectToServerViewModel.swift (#1145) 2024-07-04 23:28:24 -06:00
DownloadListViewModel.swift Migrate to the latest version of Factory (#1097) 2024-07-01 19:58:59 -06:00
FilterViewModel.swift Refactor `PosterButton` and libraries, good `UICollectionView`s, proper orientation handling, and more (#905) 2024-03-11 08:09:30 -06:00
HomeViewModel.swift User/Server Sign In Redesign (#1045) 2024-05-14 23:42:41 -06:00
LiveVideoPlayerManager.swift Search Channels and Programs (#1037) 2024-04-19 15:55:47 -06:00
ParentalRatingsViewModel.swift [iOS] Media Item Menu | Edit Metadata (#1323) 2024-11-30 23:56:49 -07:00
ProgramsViewModel.swift Poster Display and Button Refactor (#1038) 2024-04-23 11:22:07 -06:00
QuickConnectAuthorizeViewModel.swift User/Server Sign In Redesign (#1045) 2024-05-14 23:42:41 -06:00
ResetUserPasswordViewModel.swift [iOS] Admin Dashboard - User Passwords (#1312) 2024-11-15 15:14:59 -07:00
SearchViewModel.swift Search Channels and Programs (#1037) 2024-04-19 15:55:47 -06:00
SelectUserViewModel.swift [tvOS] Change password to be a SecureField and autosubmit on password comple… (#1090) 2024-10-06 02:24:28 -06:00
ServerCheckViewModel.swift User/Server Sign In Redesign (#1045) 2024-05-14 23:42:41 -06:00
ServerConnectionViewModel.swift [iOS] Admin Dashboard (#1230) 2024-10-04 21:15:12 -06:00
ServerLogsViewModel.swift [iOS] Admin Dashboard (#1230) 2024-10-04 21:15:12 -06:00
SettingsViewModel.swift Update lastSignedInUserID defaults to use new UserSignInState enum (#1209) 2024-09-02 01:00:25 -06:00
UserLocalSecurityViewModel.swift Refactor sign in policy (#1085) 2024-06-08 21:22:18 -06:00
UserProfileImageViewModel.swift User Profile Image Selection (#1061) 2024-05-22 13:45:48 +09:00
UserSignInViewModel.swift Refactor sign in policy (#1085) 2024-06-08 21:22:18 -06:00
VideoPlayerViewModel.swift User/Server Sign In Redesign (#1045) 2024-05-14 23:42:41 -06:00
ViewModel.swift Migrate to the latest version of Factory (#1097) 2024-07-01 19:58:59 -06:00