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
ce12ebd3013df234a8d725a184d891dadc5d830a
managarr
/
src
/
models
History
Dark-Alex-17
ce12ebd301
Refactored the HorizontallyScrollableText struct to handle Unicode strings more uniformly and to not rely on byte boundaries but instead to rely on Unicode char boundaries
2023-08-08 14:15:23 -06:00
..
servarr_data
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
mod.rs
Refactored the HorizontallyScrollableText struct to handle Unicode strings more uniformly and to not rely on byte boundaries but instead to rely on Unicode char boundaries
2023-08-08 14:15:23 -06:00
model_tests.rs
Refactored the HorizontallyScrollableText struct to handle Unicode strings more uniformly and to not rely on byte boundaries but instead to rely on Unicode char boundaries
2023-08-08 14:15:23 -06:00
radarr_models_tests.rs
Partial implementation of Tasks and Logs and test refactor
2023-08-08 10:50:06 -06:00
radarr_models.rs
Fixed a subtle bug when downloading movies where the movie_id needs to be specified in the POST to the releases endpoint
2023-08-08 10:50:07 -06:00