feat: feed ux improvements
This commit is contained in:
@@ -14,8 +14,11 @@ pub struct GetReviewHistoryQuery {
|
||||
}
|
||||
|
||||
pub struct GetActivityFeedQuery {
|
||||
pub limit: Option<u32>,
|
||||
pub offset: Option<u32>,
|
||||
pub limit: u32,
|
||||
pub offset: u32,
|
||||
pub sort_by: domain::ports::FeedSortBy,
|
||||
pub search: Option<String>,
|
||||
pub following: Option<domain::ports::FollowingFilter>,
|
||||
}
|
||||
|
||||
pub struct GetUsersQuery;
|
||||
|
||||
Reference in New Issue
Block a user