Commit Graph

9 Commits

Author SHA1 Message Date
545422cd5f feat(layout): create MainLayout and MainPage components with editor features 2025-01-05 01:05:14 +08:00
bc39266f2c feat(editor): add FontSizeSlider component for font size control in code editor 2024-12-31 23:59:32 +08:00
0be9cf3baa refactor(constants): move languages.ts and themes.ts to editor folder
refactor(imports): update SUPPORTED_LANGUAGES and SUPPORTED_THEMES import path to use editor folder

feat(constants): add MIN_FONT_SIZE、MAX_FONT_SIZE and DEFAULT_FONT_SIZE

feat(store): add font size management to code editor store
2024-12-31 23:57:27 +08:00
26efe14fc7 feat(theme): add ThemeSelector component and update supported themes structure 2024-12-31 23:48:47 +08:00
e13fff0be4 feat(header): add LanguageSelector component for selecting programming languages 2024-12-31 20:25:47 +08:00
6d292492fc feat(header): implement Header component with Logo and UserNav 2024-12-30 23:10:45 +08:00
c13f803518 feat(header): add UserNav component 2024-12-30 23:06:32 +08:00
a16f5a6e1d feat(auth): add basic Auth.js configuration 2024-12-29 11:04:17 +08:00
b57323938b chore: initialize Next.js project with shadcn 2024-12-29 10:50:00 +08:00