judge4c/src/features/problems
cfngc4594 3417d2ee49 refactor(editor): consolidate editor toolbar actions into unified structure
- Moved all editor action buttons (copy, format, undo, redo, reset) from `src/components/features/playground/workspace/editor/components/` to new location `src/features/problems/code/components/toolbar/actions/`
- Introduced shared `TooltipButton` component to reduce duplication
- Created centralized `useProblemEditorActions` hook for common editor operations
- Updated imports and exports through new index file
- Maintained all existing functionality while improving code organization
2025-05-07 13:42:08 +08:00
..
code refactor(editor): consolidate editor toolbar actions into unified structure 2025-05-07 13:42:08 +08:00
components refactor(layouts): overhaul problem and problemset page structures 2025-05-06 21:22:13 +08:00
description/components refactor(problems): migrate description and solution to feature-based structure 2025-05-06 19:38:50 +08:00
solution/components refactor(problems): migrate description and solution to feature-based structure 2025-05-06 19:38:50 +08:00