|
|
f139db07d9
|
feat(app): Dispatch support for all relevant Sonarr blocks
|
2024-11-27 17:06:20 -07:00 |
|
|
|
d7d223400e
|
style(linter): Removed unused imports that were missed on the last commit
|
2024-11-20 19:36:01 -07:00 |
|
|
|
34157ef32f
|
feat(cli): Added a spinner to the CLI for long running commands like fetching releases
|
2024-11-20 19:33:40 -07:00 |
|
|
|
16bf06426f
|
fix(config): The CLI panics if the servarr you specify has no config defined
|
2024-11-19 16:29:25 -07:00 |
|
|
|
cc02832512
|
feat(network): Added support for fetching season releases for Sonarr
|
2024-11-19 15:59:35 -07:00 |
|
|
|
d5e6d64d0f
|
fix: Imported a missing macro in the panic hook
|
2024-11-15 18:43:36 -07:00 |
|
|
|
e14b7072c6
|
feat(network): Added get quality profiles and get episode details events for Sonarr
|
2024-11-15 18:19:03 -07:00 |
|
|
|
1fe95d057b
|
feat(cli): Sonarr CLI support for fetching all episodes for a given series
|
2024-11-15 15:14:34 -07:00 |
|
|
|
60d61b9e31
|
feat: Added initial Sonarr CLI support and the initial network handler setup for the TUI
|
2024-11-10 21:23:55 -07:00 |
|
|
|
b6f5b9d08c
|
feat: Added a new command to the main managarr CLI: tail-logs, to enable users to tail the Managarr logs without needing to know where the log file itself is located
|
2024-11-09 16:18:43 -07:00 |
|
|
|
0d8803d35d
|
fix(ui): Fixed a bug that would freeze all user input while background network requests were running
|
2024-11-06 15:50:47 -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 |
|
|
|
9936ce1ab5
|
Removed the need for use_ssl to indicate SSL usage; instead just use the ssl_cert_path
Added the ability to specify either host/port, or uri for configuring Radarr
|
2024-11-05 18:16:01 -07:00 |
|
|
|
8d7cb63c7a
|
Remove the terminal size checks since they've caused so many issues since their introduction
|
2024-11-03 15:33:08 -07:00 |
|
tangowithfoxtrot
|
ea9a9070ce
|
Merge branch 'rc/v0.1.6-address-community-comments' into add-env-var-config-options
|
2024-11-03 13:40:53 -08: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 |
|
tangowithfoxtrot
|
9326428141
|
feat: allow configuration via env vars
|
2024-11-03 11:20:15 -08:00 |
|
|
|
f6f477b124
|
Added HTTPS support for all Servarrs
|
2024-11-02 18:32:44 -06:00 |
|
|
|
61ce0468c6
|
Added --config and --disable-terminal-size-checks flags to make the demo work properly [skip ci]
|
2024-10-31 14:53:49 -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 |
|
|
|
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 |
|
|
|
c8781ae442
|
Removed unnecessary use of clap since I'm making a TUI and not a CLI application
|
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 |
|
|
|
e253ca8359
|
Did some cleanup
|
2023-08-08 10:50:07 -06:00 |
|
|
|
4fb83c114a
|
Cleaned up the block selection logic to use the new BlockSelectionState struct
|
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 |
|
|
|
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 |
|
|
|
08eabb24db
|
Added support for sorting when looking to manually add a release
|
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 |
|
|
|
1ad1b16668
|
Refresh, disk scan, and trigger auto-scan support and partial implementation for manual searches
|
2023-08-08 10:50:05 -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 |
|
|
|
a304367e0e
|
Refactored handlers and UI to have a separate radarr module, and implemented movie search functionality for existing movies.
|
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 |
|
|
|
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 |
|
|
|
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 |
|