feat: ux improvements

This commit is contained in:
2026-05-10 00:41:43 +02:00
parent 8d78babda0
commit 0d32de993b
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)]