judge4c/src
cfngc4594 ce41afa383 feat(admin/problemset): add interactive problemset data table
- Implement responsive data table with TanStack React Table

- Add dynamic filtering for difficulty and search

- Support server-side pagination controls

- Include row selection and batch delete functionality

- Add column visibility toggling

- Style table with custom hover states and accessibility features
2025-03-31 21:28:28 +08:00
..
app refactor(utils): move getDifficultyColor function 2025-03-30 21:04:23 +08:00
components feat(admin/problemset): add interactive problemset data table 2025-03-31 21:28:28 +08:00
config chore(editor): update Monaco Editor configuration for improved UX 2025-03-28 15:45:15 +08:00
hooks refactor(theme): update Monaco theme configuration to use default light and dark themes 2025-03-28 13:08:14 +08:00
lib feat(utils): add difficulty color utility and update type imports 2025-03-30 20:30:58 +08:00
providers feat(provider): initialize markers in problem store provider 2025-03-25 13:03:40 +08:00
stores feat(problem-store): add markers to problem store state and actions 2025-03-25 13:01:34 +08:00
style style(mdx): update code highlighting styles for dark mode 2025-03-10 14:23:19 +08:00
types chore(types): delete src/types/judge.ts file 2025-03-16 19:28:52 +08:00