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 -1
View File
@@ -146,7 +146,7 @@ where
if self.highlight_rows {
table = table
.highlight_style(Style::new().highlight())
.row_highlight_style(Style::new().highlight())
.highlight_symbol(HIGHLIGHT_SYMBOL);
}