monaco-editor-lsp-next/src/app
cfngc4594 a559c326a8 feat(problem): refactor layout and page components
- Refactored `ProblemLayout` to pass panel components (Description, Solutions, etc.) as props.
- Updated `ProblemPage` to dynamically render dock panels with content from props, instead of static components.
- Removed `DefaultDockviewOptions` and integrated custom panel configuration directly in `ProblemPage`.
- Enhanced `DockView` to support dynamic panel content rendering based on passed props.
2025-04-13 11:56:01 +08:00
..
(app) feat(problem): refactor layout and page components 2025-04-13 11:56:01 +08:00
(auth) refactor(AuthLayout): replace <a> with <Link> for better navigation 2025-03-15 00:11:51 +08:00
api feat(api/chat): add OpenAI-based chat route with sarcastic AI personality 2025-03-25 10:03:04 +08:00
favicon.ico chore: initialize the project 2025-02-19 09:00:15 +08:00
globals.css fix(styles): remove default margin from markdown figures 2025-03-26 19:50:40 +08:00
layout.tsx style(layout): update html and body class names for full-height layout 2025-04-04 13:36:34 +08:00