Commit Graph

300 Commits

Author SHA1 Message Date
a65b6328ed Fixed a tags bug and added in an asciicast demo of Managarr's radarr functionality 2023-08-08 10:50:06 -06:00
bf5ecbd5a6 Implemented the ability to edit collections and fixed a refresh bug so screens will automatically refresh when users edit movies or collections 2023-08-08 10:50:06 -06:00
9a59ee0af9 Fixed an accidental bug in empty responses 2023-08-08 10:50:06 -06:00
d132068152 Fixed an accidental bug in empty responses 2023-08-08 10:50:06 -06:00
514fd2244a Added horizontal scrolling for long movie titles, a refresh key, and fixed the network issues so that network requests are sent once every 20 seconds by default to not stress out the server. 2023-08-08 10:50:06 -06:00
7f3dd18478 Full support for editing movies and managing tags 2023-08-08 10:50:06 -06:00
c946d916ad Functional tags implementation for adding movies! Still need to fix weird loading bug when searching a movie that shows an error too soon before results are loaded, need to fix the horizontal scrolling issue, and I need to change the quality profile map to use the BiMap 2023-08-08 10:50:05 -06:00
a23fc84d5b Mostly completed tags implementation; still need to add the UI option for the Add Movie popup, and I still need to fix the REALLY FAST horizontal scrolling issue (I'm thinking just %2 everything to slow it down). Oh, and also need to convert the quality profile Hashmap into a BiMap 2023-08-08 10:50:05 -06:00
03928778f5 Mostly completed tags implementation; still need to add the UI option for the Add Movie popup, and I still need to fix the REALLY FAST horizontal scrolling issue (I'm thinking just %2 everything to slow it down). Oh, and also need to convert the quality profile Hashmap into a BiMap 2023-08-08 10:50:05 -06:00
207b8a8c80 Mostly completed tags implementation; still need to add the UI option for the Add Movie popup, and I still need to fix the REALLY FAST horizontal scrolling issue (I'm thinking just %2 everything to slow it down). Oh, and also need to convert the quality profile Hashmap into a BiMap 2023-08-08 10:50:05 -06:00
f92042fb21 Added some better theming to the UI, enabled clippy to warn on 2018 idioms, and added human_panic hook to report bugs 2023-08-08 10:50:05 -06:00
652dc0f2c4 Completed edit movies implementation, cleaned up the Movies table, and fixed a bug when adding a movie from the CollectionDetails screen. 2023-08-08 10:50:05 -06:00
74502f5462 Fixed another bug with properly showing the right colors for downloading files. Accidentally named the download field id instead of movie_id 2023-08-08 10:50:05 -06:00
2870a45ee6 Fixed another bug with properly showing the right colors for downloading files. Accidentally named the download field id instead of movie_id 2023-08-08 10:50:05 -06:00
6866f90329 Added support for adding movies directly from the collection details UI, refactored to support contexts for different routes, and fixed the horizontal scrolling bug with the get_width_with_margin function. 2023-08-08 10:50:05 -06:00
13e9ae08ec Upgraded to the first stable version of Mockito! 2023-08-08 10:50:05 -06:00
dcc251ae01 Cleaned up active radarr block delegation to not have giant match arms and instead just check an array, and fixed a UI bug that shows an error message if a movie is already in a user's library. 2023-08-08 10:50:05 -06:00
d358935386 Optimized copy-able types 2023-08-08 10:50:05 -06:00
47da289738 Improved unit test coverage in radarr_network to ensure the handler calls the correct functions. 2023-08-08 10:50:05 -06:00
fe8150b923 Fixed output path being nullable bug for downloads 2023-08-08 10:50:05 -06:00
83446b32d3 Completed unit tests for all network modules and fixed a couple of bugs. On to the UI! 2023-08-08 10:50:05 -06:00
15d29e0362 Partially complete radarr_network tests. Still need to add everything past get_collections 2023-08-08 10:50:05 -06:00
79e21b6726 Implemented network tests 2023-08-08 10:50:05 -06:00
ef781a415c Initial API tests with Mockito 2023-08-08 10:50:05 -06:00
a5aa590f95 Added tests for radarr models and refactored get_movie_status to live inside the radarr_network module 2023-08-08 10:50:05 -06:00
f38de0a6c3 Added tests for radarr models and refactored get_movie_status to live inside the radarr_network module 2023-08-08 10:50:05 -06:00
6735849518 Fully functional manual searching capabilities and refresh capabilities for all movies, downloads, and collections 2023-08-08 10:50:05 -06:00
1ad1b16668 Refresh, disk scan, and trigger auto-scan support and partial implementation for manual searches 2023-08-08 10:50:05 -06:00
69981857d8 Added delete download functionality 2023-08-08 10:50:04 -06:00
8f6505bb1e Full support for adding movies with drop downs! 2023-08-08 10:50:04 -06:00
b748d27a06 Partial implementation for additional add-movie details. Need to implement selection menus now but that's it! 2023-08-08 10:50:04 -06:00
960319c3e7 Successful implementation of movie adding and deleting, and refactored network logic to be more reusable later 2023-08-08 10:50:04 -06:00
08cde20359 Mostly added Add movie functionality. Removed calendar functions for now. Want to add the ability to modify settings and quality profiles first 2023-08-08 10:50:04 -06:00
cd0cf2e04a Added delete movie functionality 2023-08-08 10:50:04 -06:00
fcb3097824 Fixed movie display bug 2023-08-08 10:50:04 -06:00
ca86cad950 Fully added filtering and searching! 2023-08-08 10:50:04 -06:00
2cb4cd3eee Updated README and fixed a TMDB parsing bug for movie details 2023-08-08 10:50:04 -06:00
3f378fb25a Refactored things a bit and added help text support 2023-08-08 10:50:04 -06:00
ff6e392af1 Added collections support 2023-08-08 10:50:04 -06:00
43e35da49f Added horizontally scrollable text 2023-08-08 10:50:04 -06:00
44db47f8ee Added error windows with scrolling text, and a colorized Radarr logo. Also added header row with header tabs 2023-08-08 10:50:04 -06:00
daf08c10cc Added tabs and navigation for movie info 2023-08-08 10:50:04 -06:00
ec980ea32c Full popup description functionality 2023-08-08 10:50:04 -06:00
b24e0cdccd Almost kinda functional description box 2023-08-08 10:50:04 -06:00
d39acb0683 Added better support for contexts now and improved base Radarr UI 2023-08-08 10:50:04 -06:00
1ebf481326 Initial Radarr ui! 2023-08-08 10:50:04 -06:00
3ae7e15961 Added uptime metrics for radarr 2023-08-08 10:50:04 -06:00
08ecdea1e0 Implemented basic stats functionality and started setting up menu 2023-08-08 10:50:04 -06:00
155675b596 Cleaned up imports a bit and added rustfmt.toml 2023-08-08 10:50:04 -06:00
0d4e283c21 Base working commit with a UI thread (Tokio), Network thread (Tokio), and an input events thread (std). 2023-08-08 10:50:03 -06:00