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
158
Commits
10
Branches
26
Tags
4413317863ac927f57f2e6b9a6c01f7368033fe5
Commit Graph
3 Commits
Author
SHA1
Message
Date
Dark-Alex-17
77fd9e621f
Did a lot of things in this one: Cleaned up a bit of leftover unused code from yesterday; deprecated the use of drain() on HorizontallyScrollableText; Refactored the uses of search and filter to be wrapped in Options; Fixed a race condition when closing the Add Movie modals in rapid succession; upgraded to ratatui 0.22.0; Fixed a bug in attempting to close an empty root folder; fixed a bug in attempting to close an empty filter; fixed a bug in attempting to close an empty search; fixed a bug in attempting to close an empty filter without resetting the view; fixed a bug in attempting to delete a movie after dynamically added one and updating the main library table
2023-08-08 10:50:07 -06:00
Dark-Alex-17
2d624e2648
Refactored the Edit/Add modals into their own structs so that adding similar modals in the future is more consistent, uses less RAM (since it's wrapped in an Option now), and is easier to implement. This comes with an initial example of the IndexerSettings UI that needs its own modal now. The modal has been created but it is still not used just yet so that's the next step.
2023-08-08 10:50:07 -06:00
Dark-Alex-17
d5117fda39
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