• Joined on 2024-12-10
ngc2207 created branch main in CodeSandBox/judge4c-old-2 2025-01-04 17:09:01 +00:00
ngc2207 pushed to main at CodeSandBox/judge4c-old-2 2025-01-04 17:09:01 +00:00
545422cd5f feat(layout): create MainLayout and MainPage components with editor features
274cb40b73 feat(docker): add lsp-c and lsp-cpp services to compose.yml
c7af4dbcde feat(docker): add Dockerfile and servers.yml for clangd LSP setup
c9ac19694b chore: update to next@15.1.3
c96b870861 feat(constants): add Java to supported languages and include default code snippet
Compare 10 commits »
ngc2207 created repository CodeSandBox/judge4c-old-2 2025-01-04 17:08:29 +00:00
ngc2207 renamed repository from judge4c to CodeSandBox/judge4c-old 2025-01-04 17:08:13 +00:00
ngc2207 pushed to feat/lsp-server at CodeSandBox/judge4c-old 2024-12-17 13:00:09 +00:00
f0a2010985 feat(playground): integrate WebSocket support and enhance language client in code editor
1afa7a1a5d feat(playground): add minimap checkbox component and integrate minimap functionality in code editor
a9ddf03e93 feat(playground): add support for C++ and TypeScript in code editor and sidebar
Compare 3 commits »
ngc2207 created branch feat/lsp-server in CodeSandBox/judge4c-old 2024-12-17 13:00:09 +00:00
ngc2207 pushed to feat/playground at CodeSandBox/judge4c-old 2024-12-17 07:03:56 +00:00
22225ed042 feat(playground): add Python support in code editor and multi-model editor using path as an identifier
ngc2207 pushed to feat/dashboard at CodeSandBox/judge4c-old 2024-12-17 07:03:23 +00:00
22225ed042 feat(playground): add Python support in code editor and multi-model editor using path as an identifier
40f273f5a2 feat(playground): add ligatures checkbox component and update translations in PlaygroundPage
f590d77578 feat(playground): add theme selector component and enhance code editor with additional themes and languages
668145a9c7 feat(playground): add code editor component and integrate file retrieval functionality
ac7e34dfc5 feat(playground): enhance file tree structure by adding path property to FileTree
Compare 11 commits »
ngc2207 pushed to feat/playground at CodeSandBox/judge4c-old 2024-12-15 13:55:08 +00:00
40f273f5a2 feat(playground): add ligatures checkbox component and update translations in PlaygroundPage
f590d77578 feat(playground): add theme selector component and enhance code editor with additional themes and languages
668145a9c7 feat(playground): add code editor component and integrate file retrieval functionality
ac7e34dfc5 feat(playground): enhance file tree structure by adding path property to FileTree
2cdd9adf3e refactor: import actions from specific module
Compare 5 commits »
ngc2207 created branch feat/playground in CodeSandBox/judge4c-old 2024-12-14 10:51:08 +00:00
ngc2207 pushed to feat/playground at CodeSandBox/judge4c-old 2024-12-14 10:51:08 +00:00
20d790c5e0 feat(playground): add session management and folder open icon in PlaygroundSidebar component
08831481b8 feat(playground): integrate Gitea API for file tree retrieval and update PlaygroundSidebar component
a872a33052 feat(playground): refactor PlaygroundSidebar component by removing unused changes section and reorganizing imports
1aba2bdc0f feat(playground): restructure sidebar components and implement Playground layout
9b2177fea3 feat(playground): add PlaygroundPage component with tabbed interface and update sidebar navigation
Compare 5 commits »
ngc2207 pushed to feat/dashboard at CodeSandBox/judge4c-old 2024-12-12 13:44:47 +00:00
b6a4c3182e feat(i18n): update AppSidebar component for internationalization support
ae662bff78 feat(i18n): update NavProjects component for internationalization support
8d2df7dc4a feat(i18n): restructure translation files and update NavUser component for internationalization support
Compare 3 commits »
ngc2207 pushed to feat/dashboard at CodeSandBox/judge4c-old 2024-12-12 12:29:02 +00:00
cd842b3bdd feat(i18n): refactor authentication to use user locale from cookies and implement language switching
ngc2207 pushed to feat/dashboard at CodeSandBox/judge4c-old 2024-12-12 12:21:27 +00:00
72de289461 feat(i18n): refactor authentication to use user locale from cookies and implement language switching
e5b8848b8f feat(i18n): add LanguageSwitcher and integrate with dashboard header
301490c30b feat(i18n): add internationalization support with en-US and zh-CN translations
Compare 3 commits »
ngc2207 pushed to feat/dashboard at CodeSandBox/judge4c-old 2024-12-11 12:41:18 +00:00
52a7ee5d0b chore(auth): update NextAuth configuration to include JWT language
ngc2207 pushed to feat/dashboard at CodeSandBox/judge4c-old 2024-12-11 11:25:21 +00:00
b69cc453e8 feat(auth): extend NextAuth user and session to include language support
ngc2207 pushed to feat/dashboard at CodeSandBox/judge4c-old 2024-12-10 16:45:36 +00:00
5ffbecefc2 docs: add source attribution for use-meta-color implementation
93798b5a7e feat(theme): add meta color management and integrate Jotai for theme switching
ed547464c1 docs: add source attribution for ModeSwitcher and ThemeProvider implementations
8808b4fb9b feat(theme): add theme switching functionality with ModeSwitcher and ThemeProvider
398c56b38b docs: add source reference and author attribution to ConfirmationDialog and useConfirmationStore
Compare 9 commits »
ngc2207 created branch feat/dashboard in CodeSandBox/judge4c-old 2024-12-10 16:45:36 +00:00
ngc2207 transferred repository ngc2207/judge4c to CodeSandBox/judge4c-old 2024-12-10 15:51:29 +00:00
ngc2207 pushed to main at CodeSandBox/judge4c-old 2024-12-10 15:46:33 +00:00
b04613784a feat(auth): implement Gitea authentication provider with NextAuth integration
12e37e908f chore: initialize Next.js project with shadcn