monaco-editor-lsp-next/src/features/problems
cfngc4594 aec8393d2d feat(dockview): export Dockview component and create ProblemDockview wrapper
- Export Dockview component from src/components/dockview.tsx to make it reusable
- Create new ProblemDockview component in src/features/problems/components/dockview.tsx that:
  - Integrates with next-intl for locale handling
  - Connects to problem-dockview store
  - Wraps Dockview with problem-specific configuration
  - Adds locale-based key for proper re-rendering
- Maintain existing Dockview functionality including:
  - Layout persistence
  - Panel management
  - API handling
2025-05-13 16:08:33 +08:00
..
code refactor(code-toolbar): standardize component exports and simplify reset logic 2025-05-13 15:56:28 +08:00
components feat(dockview): export Dockview component and create ProblemDockview wrapper 2025-05-13 16:08:33 +08:00
description/components feat(problems): add localization support for problem descriptions and solutions 2025-05-13 15:36:07 +08:00
solution/components feat(problems): add localization support for problem descriptions and solutions 2025-05-13 15:36:07 +08:00