mirror of
https://github.com/massbug/judge4c.git
synced 2025-12-19 01:12:27 +00:00
- 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 |
||
|---|---|---|
| .. | ||
| dockview.tsx | ||
| navigate-back-button.tsx | ||
| problem-dockview.tsx | ||
| problem-header.tsx | ||