sendou.ink/app/features/art
Kalle 3925b73d32 Replace useIsMounted with useHydrated
Strict improvement because we avoid the flash on clientside navigation.
One practical bug was scroll restoration between tournament teams list
and user page. When user pressed back they ended up at the bottom
of the page because the placeholder (smaller height than actual
content) rendered. With useHydrated this placeholder is no longer
rendered for client side navigations.
2026-03-28 07:44:52 +02:00
..
actions Refactor requireRole/requirePermission to resolve user internally 2026-02-24 20:02:37 +02:00
components Replace useIsMounted with useHydrated 2026-03-28 07:44:52 +02:00
loaders Delete orphan art tags routine 2026-03-20 18:16:02 +02:00
routes Update Biome to 2.4.8 2026-03-21 15:19:32 +02:00
art-constants.ts Refactor app/constants away 2025-05-31 13:54:34 +03:00
art-schemas.server.ts Upgrade zod package to 4 (#2677) 2025-12-29 20:04:40 +02:00
art-types.ts Refactor art queries to Kysely 2025-10-28 19:25:57 +02:00
art-utils.ts Refactor HACKY_resolvePicture away (#2606) 2025-11-08 13:54:02 +02:00
ArtRepository.server.test.ts Delete orphan art tags routine 2026-03-20 18:16:02 +02:00
ArtRepository.server.ts Delete orphan art tags routine 2026-03-20 18:16:02 +02:00