|
|
a0fe51c57b
|
Added help that's always visible for modals with new shortcuts for accepting all modals, or closing all modals without the need of seeing the UI
|
2024-11-03 14:25:33 -07:00 |
|
|
|
217d3242a8
|
Upgraded ratatui to 0.28.0
|
2024-09-09 17:12:43 -06:00 |
|
|
|
68de986c48
|
Began the Great Widget Refactor of 2024 and introduced custom widgets for buttons, checkboxes, and input boxes. Up next: loading and table widgets
|
2024-02-09 16:36:54 -07:00 |
|
|
|
9b0c272e76
|
Completed the refactor and upgrade to Ratatui v0.26. Next up: Refactoring all of the "draw_" functions into custom widgets for more ergonomic and extensible DevX
|
2024-02-08 13:58:45 -07:00 |
|
|
|
c6f51ab9b6
|
Upgraded to Ratatui 0.26 and did a partial refactor to clean up the UI module. Created the ManagarrStyle trait to make it cleaner to use consistent styles across the project. Still need to update the layouts to be consistent with the newer and nicer format. That's a tomorrow problem
|
2024-02-07 17:33:17 -07:00 |
|
|
|
2ec4472efc
|
Added the ability to edit existing indexers with basic options, added a tags column to the indexers table, and fixed a bug in the counter fields that displayed the cursor next to the integer instead of on it to make understanding the counter easier. Also upgraded to confy v0.60.0 and rust version to 1.75
|
2024-01-19 15:45:41 -07:00 |
|
|
|
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 |
|
|
|
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 |
|
|
|
718613d59f
|
Added typo checks and upgraded to the latest version of Ratatui
|
2023-08-08 10:50:07 -06:00 |
|
|
|
519778c0ca
|
Partial implementation of Tasks and Logs and test refactor
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
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 |
|
|
|
fa381cea01
|
Fixed a UI bug that briefly showed "No movies found" error before actually loading content
|
2023-08-08 10:50:05 -06:00 |
|
|
|
110da1c0ee
|
Implemented unit tests for ui utils
|
2023-08-08 10:50:05 -06:00 |
|
|
|
a7dccf7990
|
Fixed random bug in file info menu and added all blocks to be rounded borders
|
2023-08-08 10:50:05 -06:00 |
|
|
|
0f9dc639a8
|
Cleaned up some code with some macros
|
2023-08-08 10:50:05 -06:00 |
|
|
|
8120debe81
|
Working manual search with UTF-8 support and scrolling. Still need release details and finally, manually selecting release to download.
|
2023-08-08 10:50:05 -06:00 |
|
|
|
8f6505bb1e
|
Full support for adding movies with drop downs!
|
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 |
|
|
|
ca86cad950
|
Fully added filtering and searching!
|
2023-08-08 10:50:04 -06:00 |
|
|
|
25730a3324
|
Partially working filtering logic
|
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 |
|
|
|
c16f234088
|
Implemented Library and Download tabs!
|
2023-08-08 10:50:04 -06:00 |
|
|
|
d856e84b93
|
Added downloads info box to context and increased network API refresh calls to every 15 seconds
|
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 |
|
|
|
08ecdea1e0
|
Implemented basic stats functionality and started setting up menu
|
2023-08-08 10:50:04 -06:00 |
|