Commit Graph

16 Commits

Author SHA1 Message Date
ba676b3213 feat(problem): add Bot panel and adapt to new dockview API 2025-04-05 18:03:36 +08:00
a8e243204b feat(layout): refactor problem layout to use DockView for organizing content sections 2025-04-04 18:13:14 +08:00
d31edbaf08 refactor(playground): remove generateStaticParams function 2025-03-25 21:02:09 +08:00
da92cd49bc feat(playground): add AI panel to problem layout 2025-03-24 19:55:17 +08:00
cc3fb8afc4 feat(playground): add generateStaticParams for problem static generation 2025-03-24 11:28:40 +08:00
45cbbc2978 refactor(PlaygroundLayout): separate templates from problemData 2025-03-24 10:39:56 +08:00
288a3cc4c5 feat(playground): include full problem data in provider 2025-03-24 10:32:20 +08:00
e5ba5dd51a refactor(hooks): rename use-problem-editor.ts to use-problem.ts 2025-03-22 00:23:27 +08:00
321a712bf9 feat(playground-layout): integrate problem data fetching and editor configuration 2025-03-20 16:12:23 +08:00
d1188f5ea6 chore(components): move features to components/features 2025-03-16 12:05:59 +08:00
ca2d663533 feat(playground): add min size constraints for resizable panels 2025-03-12 08:23:24 +08:00
3a75c3d415 style(layout): update panel border-radius to rounded-xl 2025-03-09 14:31:26 +08:00
e224fae210 feat(layout): adjust resizable panel layout with equal distribution for workspace and terminal 2025-03-09 13:26:05 +08:00
a78431fb61 fix(playground): update file path 2025-03-08 21:17:31 +08:00
a7799af2f4 refactor(layout): rename WorkspaceLayout to PlaygroundLayout and modify props 2025-03-08 21:11:18 +08:00
0644a9f71f feat(workspace): add WorkspaceLayout with resizable panels 2025-03-08 18:00:13 +08:00