This website requires JavaScript.
Explore
Help
Sign In
Dark-Alex-17
/
managarr
Watch
1
Star
0
Fork
0
You've already forked managarr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
ec9d23ede70a2a6a6eb166a24d939f2508db5ea1
managarr
/
src
/
handlers
/
radarr_handlers
/
system
History
Dark-Alex-17
ec9d23ede7
Refactored the movie_details_popup data into the MovieDetailsModal so things are neater and to follow the same format I've already established for other modals
2023-08-11 16:37:21 -06:00
..
mod.rs
Refactored the Edit/Add modals into their own structs so that adding similar modals in the future is more consistent, uses less RAM (since it's wrapped in an Option now), and is easier to implement. This comes with an initial example of the IndexerSettings UI that needs its own modal now. The modal has been created but it is still not used just yet so that's the next step.
2023-08-08 10:50:07 -06:00
system_details_handler_tests.rs
Refactored the movie_details_popup data into the MovieDetailsModal so things are neater and to follow the same format I've already established for other modals
2023-08-11 16:37:21 -06:00
system_details_handler.rs
Refactored the Edit/Add modals into their own structs so that adding similar modals in the future is more consistent, uses less RAM (since it's wrapped in an Option now), and is easier to implement. This comes with an initial example of the IndexerSettings UI that needs its own modal now. The modal has been created but it is still not used just yet so that's the next step.
2023-08-08 10:50:07 -06:00
system_handler_tests.rs
Refactored the Edit/Add modals into their own structs so that adding similar modals in the future is more consistent, uses less RAM (since it's wrapped in an Option now), and is easier to implement. This comes with an initial example of the IndexerSettings UI that needs its own modal now. The modal has been created but it is still not used just yet so that's the next step.
2023-08-08 10:50:07 -06:00