|
|
76e21e7697
|
Added 'Test All Indexers' table and functionality to the Indexers tab, and upgraded to Ratatui 0.24.0 and cleaned up code for newer Ratatui version
|
2023-11-25 17:36:30 -07:00 |
|
|
|
d0ce98eb93
|
Fixed race condition bug in loading movie history when user has not yet fetched the movie details
|
2023-11-25 12:40:07 -07:00 |
|
|
|
2b15afcb83
|
Added support for editing all indexer settings (finally)!
|
2023-09-08 16:06:20 -06:00 |
|
|
|
b16a58deae
|
Updated Ratatui, created custom deserialization logic for i64s to make life easier, and used string interpolation where possible to reduce the lines needed to write log messages or create formatted text
|
2023-09-07 17:20:38 -06:00 |
|
|
|
907fa9a2ec
|
Refactored unnecessary data fields into Options to make the code cleaner, and to reduce the memory usage of the application
|
2023-08-14 13:02:50 -06:00 |
|
|
|
23ad489b15
|
Updated the logs query to fetch 500 log lines instead of just 100 for more useful logging information
|
2023-08-12 13:04:18 -06:00 |
|
|
|
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 |
|
|
|
e9b6ff0ca1
|
Fixed a subtle bug when downloading movies where the movie_id needs to be specified in the POST to the releases endpoint
|
2023-08-08 10:50:07 -06:00 |
|
|
|
77fd9e621f
|
Did a lot of things in this one: Cleaned up a bit of leftover unused code from yesterday; deprecated the use of drain() on HorizontallyScrollableText; Refactored the uses of search and filter to be wrapped in Options; Fixed a race condition when closing the Add Movie modals in rapid succession; upgraded to ratatui 0.22.0; Fixed a bug in attempting to close an empty root folder; fixed a bug in attempting to close an empty filter; fixed a bug in attempting to close an empty search; fixed a bug in attempting to close an empty filter without resetting the view; fixed a bug in attempting to delete a movie after dynamically added one and updating the main library table
|
2023-08-08 10:50:07 -06:00 |
|
|
|
2d624e2648
|
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 |
|
|
|
618ba09b02
|
Refactored the RadarrData and ActiveRadarrBlock structs into their own file in models/servarr_data to make things neater and cleaner and easier to build on
|
2023-08-08 10:50:07 -06:00 |
|
|
|
a8f6a5398b
|
Fixed long-running requests to be cancelled when users try to change tabs or contexts.
|
2023-08-08 10:50:07 -06:00 |
|
|
|
2b9ddd0d1e
|
Added network support for updating all indexer settings, editing specific indexer settings, deleting an indexer; Also added keybindings for all of the above that change the current route. Added full support for deleting an indexer; still need to add an indexer_handler to handle the add, edit, and settings functionalities
|
2023-08-08 10:50:07 -06:00 |
|
|
|
72194fe668
|
Implemented the ability to view indexers
|
2023-08-08 10:50:07 -06:00 |
|
|
|
0c7fc88e22
|
Added the ability to view Radarr updates and remapped the events queue key to 'z'
|
2023-08-08 10:50:07 -06:00 |
|
|
|
b2e475200c
|
Implemented full system browsing support with logs, events, and tasks.
|
2023-08-08 10:50:06 -06:00 |
|
|
|
460efb2497
|
Completed initial implementation of logs, events, and tasks
|
2023-08-08 10:50:06 -06:00 |
|
|
|
519778c0ca
|
Partial implementation of Tasks and Logs and test refactor
|
2023-08-08 10:50:06 -06:00 |
|
|
|
4fb83c114a
|
Cleaned up the block selection logic to use the new BlockSelectionState struct
|
2023-08-08 10:50:06 -06:00 |
|
|
|
2561e7e9b2
|
Fixed a typo in the trigger automatic movie search command (MoviesSearch instead of MovieSearch)
|
2023-08-08 10:50:06 -06:00 |
|
|
|
f252fedeed
|
Converted project to use the tui-rs-revival ratatui in favor of the likely soon-to-be-archived tui-rs repo.
|
2023-08-08 10:50:06 -06:00 |
|
|
|
435926f6f0
|
Added two new checkboxes to the delete movie UI that allows users to specify to delete the file and/or add an exclusion for the selected film on deletion. Also fixed the refresh bug in the root folders UI where you have to manually refresh to get the changes to show before 20 seconds. Also cleaned up code a bit and removed some unnecessary clone calls and references-dereferences since the types were copyable and not necessary to be referenced since they were all dereferenced anyway and copied. Made sense to just cut out the middleman on the copies.
|
2023-08-08 10:50:06 -06:00 |
|
|
|
a564710aee
|
Added the ability to add and delete root folders, and added a body to the error message logs and dialog box if a body is returned from the Servarr
|
2023-08-08 10:50:06 -06:00 |
|
|
|
9142d5ab3e
|
Added the Root Folders tab
|
2023-08-08 10:50:06 -06:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|