judge4c/src
cfngc4594 f6ed0baaf0 refactor(prisma): simplify prisma client initialization and remove caching
Removed all caching and logging functionality from prisma.ts, keeping only
the basic Prisma client initialization logic. This includes:
- Removal of getProblems, getCachedProblems, getProblem, getCachedProblem functions
- Removal of related logger and cache imports
- Simplified the global prisma client instantiation
2025-05-13 15:59:57 +08:00
..
actions refactor(auth)!: remove components and rewrite sign-in page 2025-05-05 18:21:08 +08:00
app fix(page): add missing return statement in RootPage component 2025-05-07 16:42:39 +08:00
components refactor(language-selector): migrate to new location and implementation 2025-05-13 15:18:59 +08:00
config refactor(i18n): replace language-settings with locale-switcher 2025-05-13 00:19:01 +08:00
features refactor(code-toolbar): standardize component exports and simplify reset logic 2025-05-13 15:56:28 +08:00
hooks refactor(hooks): remove theme config and simplify theme hook 2025-05-12 21:19:05 +08:00
i18n refactor(i18n): replace language-settings with locale-switcher 2025-05-13 00:19:01 +08:00
lib refactor(prisma): simplify prisma client initialization and remove caching 2025-05-13 15:59:57 +08:00
stores refactor(stores): split dockview store into problem-specific store 2025-05-06 18:37:39 +08:00
styles fix(styles): adjust tabs overflow container height in abyss theme 2025-05-08 11:27:10 +08:00