Various fixes, add pagination

- add sending token when app is loading if present
- set gcTime to Infinity in LoadingState to prevent rerender every 3 minutes
- add pagination
- add attaching users to address
- add detaching users from address
This commit is contained in:
2025-06-10 20:18:34 +04:00
parent 5a37c9f8af
commit 49bf644589
24 changed files with 978 additions and 174 deletions

View File

@@ -19,7 +19,7 @@ export const UserDto = z.object({
middleName: z.string(),
creationDate: z.date(),
phone: z.string(),
})
});
export const UserLoginDto = z.object({
login: z.string()