|
|
34157ef32f
|
feat(cli): Added a spinner to the CLI for long running commands like fetching releases
|
2024-11-20 19:33:40 -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 |
|
|
|
379d6e0095
|
Pre-alpha CI/CD release support
|
2024-10-30 15:24:03 -06:00 |
|
|
|
adda82f7f3
|
Refactored table filtering and searching so that they are now relative to the table being filtered/searched on. Also created two new widgets for error messages and popups to make life easier moving forward. Going to refactor table sorting into StatefulTable's as well so all tables can be searched, filtered, and sorted moving forwards.
|
2024-02-11 19:02:18 -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 |
|
|
|
519778c0ca
|
Partial implementation of Tasks and Logs and test refactor
|
2023-08-08 10:50:06 -06:00 |
|
|
|
c606fe8573
|
Added full support for managing root folders, and also for changing the root folder when adding a movie
|
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 |
|
|
|
027cd0ff2d
|
Improved logging format
|
2023-08-08 10:50:05 -06:00 |
|
|
|
c15bda5885
|
Started writing more tests in the handlers
|
2023-08-08 10:50:05 -06:00 |
|
|
|
3af3eddf71
|
Added unit tests to the app 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 |
|
|
|
25730a3324
|
Partially working filtering logic
|
2023-08-08 10:50:04 -06:00 |
|
|
|
c16f234088
|
Implemented Library and Download tabs!
|
2023-08-08 10:50:04 -06:00 |
|
|
|
b24e0cdccd
|
Almost kinda functional description box
|
2023-08-08 10:50:04 -06:00 |
|
|
|
3ae7e15961
|
Added uptime metrics for radarr
|
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 |
|