monaco-editor-lsp-next/src
cfngc4594 1db666a2ab refactor(structure): reorganize page and component exports
- Move root page from /(app) to / directory
- Convert default exports to named exports in components
- Rename MainView component to HeroSection for better semantics
2025-05-07 14:06:31 +08:00
..
actions refactor(auth)!: remove components and rewrite sign-in page 2025-05-05 18:21:08 +08:00
app refactor(structure): reorganize page and component exports 2025-05-07 14:06:31 +08:00
components refactor(structure): reorganize page and component exports 2025-05-07 14:06:31 +08:00
config feat(i18n): add locale management and configuration 2025-04-14 23:15:41 +08:00
features refactor(editor): consolidate editor toolbar actions into unified structure 2025-05-07 13:42:08 +08:00
hooks refactor(i18n): replace hardcoded texts with i18n message keys 2025-04-15 18:22:21 +08:00
i18n feat(i18n): add locale management and configuration 2025-04-14 23:15:41 +08:00
lib feat(prisma): add server-only caching for problems queries 2025-05-06 21:33:37 +08:00
stores refactor(stores): split dockview store into problem-specific store 2025-05-06 18:37:39 +08:00
styles style(dockview): reduce tabs container height and center align items 2025-05-06 17:20:46 +08:00
types feat(types/prisma): add submission and testcase result query types 2025-04-14 14:11:29 +08:00