feat: Implement notifications feed (#8224)
Designs: https://www.figma.com/design/z3aUuOVWUKmdHH0ofmMpEV/Web-app-3.0?node-id=10-50&t=9k6K9k7oJh5tIi09-0  CLOSES CC-219
This commit is contained in:
@@ -12,6 +12,7 @@ export type AdminGetNotificationsParamsType = z.infer<
|
||||
export const AdminGetNotificationsParams = createFindParams({
|
||||
limit: 50,
|
||||
offset: 0,
|
||||
order: "-created_at",
|
||||
}).merge(
|
||||
z.object({
|
||||
q: z.string().optional(),
|
||||
|
||||
Reference in New Issue
Block a user