monaco-editor-lsp-next/src
2025-03-12 15:18:31 +08:00
..
app feat(auth): create route.ts for NextAuth API handler 2025-03-12 15:02:02 +08:00
components feat(components): add back button component with tooltip 2025-03-12 12:22:41 +08:00
config fix(prisma): update enum values for EditorLanguage to lowercase ('c' and 'cpp') 2025-03-08 21:03:32 +08:00
features/playground refactor(header): remove state management and add back button 2025-03-12 12:24:53 +08:00
hooks feat(language-server): add configuration for C and C++ 2025-03-04 20:53:19 +08:00
lib refactor(prisma): replace global with globalThis for cross-platform compatibility 2025-03-12 15:06:08 +08:00
store refactor(store): rename useSettingNavStore to useSettingsStore and update state structure 2025-03-12 11:47:31 +08:00
style style(mdx): update code highlighting styles for dark mode 2025-03-10 14:23:19 +08:00
types refactor(types): use EditorLanguage from Prisma instead of defining locally 2025-03-08 20:43:01 +08:00
auth.ts feat(auth): add GitHub provider for authentication 2025-03-12 15:18:31 +08:00