feat: ux improvements

This commit is contained in:
2026-05-10 00:41:43 +02:00
parent 9f894ebdf2
commit 66f9ef887e
15 changed files with 166 additions and 82 deletions

View File

@@ -16,6 +16,7 @@ pub enum SortDirection {
Descending,
Ascending,
ByRatingDesc,
ByRatingAsc,
}
#[derive(Clone, Debug, Default)]
@@ -24,6 +25,7 @@ pub struct DiaryFilter {
pub page: PageParams,
pub movie_id: Option<MovieId>,
pub user_id: Option<UserId>,
pub search: Option<String>,
}
#[derive(Clone, Debug)]