Igor Loskutov
23a119dc3b
invalidate room on room update
2025-09-03 13:11:20 -04:00
Igor Loskutov
4f66f14761
remove react-query tab sharing cache
2025-09-03 12:47:35 -04:00
Igor Loskutov
0cbbd24c65
protect from zombie auth
2025-09-03 10:53:03 -04:00
Igor Loskutov
611e258d96
schema generator error type doc
2025-09-03 09:04:40 -04:00
Igor Loskutov
cff662709d
cover TODOs + cross-tab cache
2025-09-03 07:57:11 -04:00
Igor Loskutov
1d5a22ad1d
room detail page fix
2025-09-02 18:52:31 -04:00
Igor Loskutov
5ffc312d4a
authReady callback simplify
2025-09-02 14:00:13 -04:00
Igor Monadical
ca75a4c95e
Igor/mathieu/frontend openapi react query ( #597 )
...
* small typing
* typing fixes
---------
Co-authored-by: Igor Loskutov <igor.loskutoff@gmail.com >
2025-09-02 11:49:00 -04:00
bb04407143
fix: add staleTime to prevent cross-tab staled data
2025-08-29 18:33:53 -06:00
d479d9d4e6
refactor: rename api-hooks.ts to apiHooks.ts for consistency
...
- Renamed api-hooks.ts to apiHooks.ts to follow camelCase convention
- Updated all 21 import statements across the codebase
- Maintains consistency with other non-component files (apiClient.tsx, useAuthReady.ts, etc.)
- Follows established naming pattern: PascalCase for components, camelCase for utilities/hooks
2025-08-29 16:44:21 -06:00