|
|
bd1a4f0939
|
feat(ui): Sonarr Series details UI is now available
|
2024-12-05 19:07:45 -07:00 |
|
|
|
5abed23cf2
|
refactor(ui): all table search and filter functionality is now available directly through the ManagarrTable widget to make life easier moving forward
|
2024-12-05 19:07:03 -07:00 |
|
|
|
00cdeee5c6
|
feat(ui): Full Sonarr system tab support
Signed-off-by: Alex Clarke <alex.j.tusa@gmail.com>
|
2024-12-04 17:41:30 -07:00 |
|
|
|
2d2901f6dc
|
feat(ui): Full Sonarr support for the indexer tab
|
2024-12-04 16:39:37 -07:00 |
|
|
|
a0b27ec105
|
feat(ui): Support for modifying the indexer priority in Radarr
|
2024-12-03 18:12:23 -07:00 |
|
|
|
8660de530d
|
feat(ui): Root folder tab support
|
2024-12-03 16:24:23 -07:00 |
|
|
|
4eb974567f
|
feat(ui): History tab support
|
2024-12-02 18:47:50 -07:00 |
|
|
|
4f5bad5874
|
feat(handler): History tab support
|
2024-12-02 18:03:59 -07:00 |
|
|
|
1c6e798632
|
feat(ui): Blocklist UI support
|
2024-12-02 16:54:27 -07:00 |
|
|
|
f0d8555a8a
|
feat(ui): Downloads tab support
|
2024-12-02 15:57:48 -07:00 |
|
|
|
188d781b0d
|
feat(ui): Edit series support
|
2024-12-02 15:31:12 -07:00 |
|
|
|
82e51be096
|
feat(ui): Add series support Sonarr
|
2024-12-02 13:53:28 -07:00 |
|
|
|
0db57fbff1
|
feat(ui): Delete a series
|
2024-12-02 11:45:13 -07:00 |
|
|
|
b75a95a708
|
feat(ui): Support for the Series table
|
2024-12-01 14:08:06 -07:00 |
|
|
|
f7c96d81e9
|
refactor(BlockSelectionState): Refactored so selection of blocks in 2x2 grids is more intuitive and added left() and right() methods to aid this effort.
|
2024-11-30 12:22:46 -07:00 |
|
|
|
9b2040059d
|
fix(ui): Fixed a potential rare bug in the UI where the application would panic if the height of the downloads window is 0.
|
2024-11-29 16:31:51 -07:00 |
|
|
|
08f190fc6e
|
feat(ui): Initial UI support for switching to Sonarr tabs
|
2024-11-29 15:58:19 -07:00 |
|
|
|
f139db07d9
|
feat(app): Dispatch support for all relevant Sonarr blocks
|
2024-11-27 17:06:20 -07:00 |
|
|
|
4d92c350de
|
fix(network): Added filtering for full seasons specifically in the UI when performing a manual full season search and added a message to the CLI that noes to only try to download a full season if that release includes 'fullSeason: true'
|
2024-11-23 12:15:41 -07:00 |
|
|
|
6896fcc134
|
feat(network): Support for testing all Sonarr indexers at once
|
2024-11-22 17:35:36 -07:00 |
|
|
|
c54bd2bab0
|
feat(network): Support for fetching all Sonarr tasks
|
2024-11-22 16:35:39 -07:00 |
|
|
|
a881d1f33a
|
feat(network): Support for listing disk space on a Sonarr instance
|
2024-11-22 15:54:11 -07:00 |
|
|
|
16538a3158
|
feat(network): Support for fetching all Sonarr root folders
|
2024-11-21 16:37:23 -07:00 |
|
|
|
f5631376af
|
fix(network): Fixed an issue with dynamic typing in responses from Sonarr for history items
|
2024-11-20 19:22:13 -07:00 |
|
|
|
cc02832512
|
feat(network): Added support for fetching season releases for Sonarr
|
2024-11-19 15:59:35 -07:00 |
|
|
|
6b64b5ecc4
|
feat(network): Added support for fetching Sonarr queued events
|
2024-11-19 12:01:07 -07:00 |
|
|
|
a012945df2
|
feat(network): Added network support for fetching host and security configs from Sonarr
|
2024-11-18 20:49:07 -07:00 |
|
|
|
214c89e8b5
|
feat(models): Created the StatefulTree struct for displaying seasons and episodes (and any other structured data) for the UI.
|
2024-11-15 12:08:35 -07:00 |
|
|
|
8c90221a81
|
perf(network): Improved performance and reactiveness of the UI by speeding up network requests and clearing the channel whenever a request is cancelled/the UI is routing
|
2024-11-06 14:52:48 -07:00 |
|
|
|
a708f71d57
|
fix(radarr_ui): Fixed a race condition bug in the movie details UI that would panic if the user changes tabs too quickly
|
2024-11-06 11:29:49 -07:00 |
|
|
|
650c9783a6
|
Applied bug fix to the downloads tab as well as the context [skip ci]
|
2024-11-04 14:21:34 -07:00 |
|
|
|
93d78701ce
|
fix:fixed divide by zero panic when download size is unknown
|
2024-11-03 15:36:26 -07:00 |
|
|
|
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 |
|
|
|
946d02102c
|
Fixed rustfmt issues
|
2024-10-30 15:43:53 -06:00 |
|
|
|
379d6e0095
|
Pre-alpha CI/CD release support
|
2024-10-30 15:24:03 -06:00 |
|
|
|
1f8d72c939
|
Added the full Radarr CLI so users can programmatically access all the same management features as in the TUI
|
2024-10-29 18:47:40 -06:00 |
|
|
|
217d3242a8
|
Upgraded ratatui to 0.28.0
|
2024-09-09 17:12:43 -06:00 |
|
|
|
d84e7dfcab
|
Refactored to require handlers to specify the components they rely on and to specify when they are ready. This fixes a lot of bugs with the UI when users try to press buttons while the application is still loading.
|
2024-07-17 19:55:10 -06:00 |
|
|
|
472eeb43ab
|
Created the managarr-demo repository and created a Dockerfile for CI/CD builds. Added Docker sections to the README as well
|
2024-03-16 18:19:53 -06:00 |
|
|
|
6bdefa6ba5
|
Updated library colors to match the web UI
|
2024-03-16 14:40:57 -06:00 |
|
|
|
6cadf70c1e
|
Added full support for managing the blocklist
|
2024-02-15 16:20:03 -07:00 |
|
|
|
a360c83431
|
Refactored the ErrorMessage widget into a generic Message widget for enhanced reuse. Added support for testing a single indexer at a time.
|
2024-02-15 11:11:10 -07:00 |
|
|
|
b49bfaa9c1
|
Added sorting to the collections table, and fixed a bug that was refreshing the underlying table while users may be selecting a sort option.
|
2024-02-14 16:09:42 -07:00 |
|
|
|
32a8a4de76
|
Implemented the final widget for confirmation prompts!
|
2024-02-14 14:13:00 -07:00 |
|
|
|
6cd24be5e4
|
Added sorting to the main library table
|
2024-02-13 23:00:35 -07:00 |
|
|
|
a982f610cb
|
Fixed a bug that had the wrong styling on system errors
|
2024-02-13 18:42:58 -07:00 |
|
|
|
9bff58c20b
|
Refactored all popups to use centrally defined, consistent sizes.
|
2024-02-13 17:56:00 -07:00 |
|
|
|
4b734811f4
|
Replaced all list uses with the SelectableList widget and popup widget. Simplified more popups to use the widgets
|
2024-02-13 16:16:31 -07:00 |
|
|
|
649f4b5e3b
|
Added unit tests for all the new widgets
|
2024-02-13 12:03:56 -07:00 |
|
|
|
6ba78cb4ba
|
Refactored table sorting into the ManagarrTable widget and StatefulTable so any and all tables created can support sorting with minimal UI changes and thus only need to focus on the handlers. I'm going to continue this effort tomorrow and look at what other widgets can be created to simplify things. Most likely, prompt boxes.
|
2024-02-12 19:15:02 -07:00 |
|