|
|
35c5eb65cb
|
Merge remote-tracking branch 'origin/main' into test-refactoring
# Conflicts:
# Cargo.lock
# src/cli/mod.rs
# src/cli/radarr/add_command_handler.rs
# src/cli/radarr/get_command_handler.rs
# src/cli/radarr/list_command_handler.rs
|
2025-12-15 07:55:14 -07:00 |
|
|
|
9c1a9cc3c5
|
fix: Wrapped all Sonarr use of Language with Option to fix the 'null' array issue in the new Sonarr API
|
2025-12-13 13:06:33 -07:00 |
|
|
|
82f30f126d
|
test: Implemented UI snapshot tests
|
2025-12-12 15:44:11 -07:00 |
|
|
|
3e133fa147
|
refactor: Replaced all modulo usages of tick_until_poll with is_multiple_of
|
2025-12-12 09:20:05 -07:00 |
|
|
|
c3fa689617
|
refactor: Use is_multiple_of for the tick counter in the UI module
|
2025-12-09 14:30:17 -07:00 |
|
|
|
a0073b65ad
|
refactor: Added accessor methods to servarr_data structs, replaced for loops with functional iterator chains, eliminated mutable state tracking, and updated network module to use get_or_insert_default() for modal options
|
2025-12-04 10:02:32 -07:00 |
|
|
|
cba53e0841
|
refactor: Improved error handling project-wide and cleaned up some regexes with unnecessary escapes (tail_logs and interpolate_env_vars)
|
2025-12-04 09:03:58 -07:00 |
|
|
|
e50fb88bfc
|
refactor: Refactored to use more idiomatic let-else statements where applicable
|
2025-12-03 15:23:07 -07:00 |
|
|
|
ad58912baf
|
test: Updated Rust edition to 2024 and refactored network module tests to be more idiomatic
|
2025-12-03 14:49:27 -07:00 |
|
|
|
97ce258a8d
|
fix: Fixed UI bugs introduced as part of the hotkey refactor
|
2025-09-02 15:49:36 -06:00 |
|
|
|
20ea15009d
|
build: Updated dependencies and upgraded to Rust 1.89.0
|
2025-08-12 16:56:45 -06:00 |
|
|
|
00ab0f27f7
|
feat: Refactor all keybinding tips into a dynamically changing menu that can be invoked via '?' [#32]
|
2025-08-12 16:27:34 -06:00 |
|
|
|
1f4870d082
|
feat: Display total disk usage for series in the Library view to mirror Radarr functionality [#44]
|
2025-08-11 10:24:00 -06:00 |
|
|
|
02870043ec
|
style: Addressed updated linter complaints
|
2025-08-07 19:49:11 -06:00 |
|
|
|
154e491922
|
fix: Fixed a bug where the Sonarr API was returning empty values for seeders when searching for season releases
|
2025-08-07 16:00:10 -06:00 |
|
|
|
c133a4ecd2
|
fix: Improve fault tolerance for tag associations in Radarr and Sonarr
|
2025-05-18 13:49:52 -06:00 |
|
|
|
5c822e4890
|
Merge branch 'develop'
|
2025-03-10 16:13:48 -06:00 |
|
|
|
cab06fe43f
|
fix: Marked the Season.statistics field as Option so that a panic does not happen for outdated Sonarr data. This resolves #35
|
2025-03-10 16:13:04 -06:00 |
|
|
|
3afd74dcbf
|
fix: Fixed a bug that was rendering encompassing blocks after other widgets were rendered, thus overwriting the custom styles on each previously rendered widget
|
2025-03-10 15:01:58 -06:00 |
|
|
|
f97d46cec3
|
refactor: Created a derive macro for defining the display style of Enum models and removed the use of the EnumDisplayStyle trait
|
2025-03-06 15:29:30 -07:00 |
|
|
|
847de75713
|
fix: Modified the Sonarr DownloadRecord so that the episode_id is optional to prevent crashes for weird downloads
|
2025-03-01 14:50:20 -07:00 |
|
|
|
b48a2efb7d
|
fix(blocklist_handler): Fixed a breaking change between Sonarr v3 and v4
|
2024-12-13 20:48:10 -07:00 |
|
|
|
412cb2408e
|
fix(style): Addressed linter complaints on formatting
|
2024-12-13 19:48:22 -07:00 |
|
|
|
682bc91855
|
fix: Implemented a handful of fixes that are breaking changes between Sonarr v3 and v4
|
2024-12-13 19:44:10 -07:00 |
|
|
|
8dd63b30e8
|
feat(docs): Updated the README with new screeshots for the Sonarr release
|
2024-12-13 16:28:42 -07:00 |
|
|
|
98619664cf
|
refactor(ui): Tweaked some of the color schemes in the series table
|
2024-12-13 13:10:57 -07:00 |
|
|
|
39f8ad2106
|
refactor: Fixed a couple of typos in some test function names
|
2024-12-13 11:51:23 -07:00 |
|
|
|
12eb453fc7
|
feat(ui): Support for the episode details UI
|
2024-12-12 16:25:02 -07:00 |
|
|
|
a84324d3bc
|
feat(handler): Full handler support for the Season details UI in Sonarr
|
2024-12-11 23:18:37 -07:00 |
|
|
|
c09950d0af
|
refactor(ui): Simplified the popup delegation so all future UI is easier to implement
|
2024-12-11 15:08:52 -07:00 |
|
|
|
e9a30382a3
|
feat(ui): Sonarr support for viewing season details
|
2024-12-10 18:23:09 -07:00 |
|
|
|
75c4fcbb9e
|
feat(network): Support for fetching all episode files for a given series
|
2024-12-10 16:22:02 -07:00 |
|
|
|
23b1ca4371
|
feat(ui): Sonarr support for the series details popup
|
2024-12-06 20:30:26 -07:00 |
|
|
|
73d666d1f5
|
feat(ui): Sonarr support for editing a series from within the series details popup
|
2024-12-05 19:11:54 -07:00 |
|
|
|
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 |
|
|
|
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 |
|