This website requires JavaScript.
Explore
Help
Sign In
Dark-Alex-17
/
managarr
Watch
1
Star
0
Fork
0
You've already forked managarr
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
v0.2.2
managarr
/
src
History
Alex Clarke
53ca14e64d
fix(handler): Fixed a bug in the movie details handler that would allow key events to be processed before the data was finished loading
2024-11-06 16:17:23 -07:00
..
app
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
cli
Added the ability to fetch host configs and security configs to the CLI
2024-11-01 13:02:39 -06:00
event
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
handlers
fix(handler): Fixed a bug in the movie details handler that would allow key events to be processed before the data was finished loading
2024-11-06 16:17:23 -07:00
models
Added HTTPS support for all Servarrs
2024-11-02 18:32:44 -06:00
network
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
ui
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
logos.rs
Added pre-commit and pre-push hooks with the help of cargo-husky. This also means that I need to temporarily allow specific bits of dead code until I implement support for at least one more Servarr
2023-08-08 10:50:05 -06:00
main.rs
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
utils_tests.rs
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
utils.rs
Pre-alpha CI/CD release support
2024-10-30 15:24:03 -06:00