feat(models): Created the StatefulTree struct for displaying seasons and episodes (and any other structured data) for the UI.

This commit is contained in:
2024-11-15 12:08:35 -07:00
parent 29047c3007
commit 214c89e8b5
6 changed files with 953 additions and 447 deletions
+1
View File
@@ -13,6 +13,7 @@ pub mod servarr_data;
pub mod sonarr_models;
pub mod stateful_list;
pub mod stateful_table;
pub mod stateful_tree;
#[cfg(test)]
#[path = "model_tests.rs"]