Commit Graph

14 Commits

Author SHA1 Message Date
primakov e4a1fe4b23 Refactor submissions page to improve participant progress display; replace table with grid layout for better responsiveness and user interaction. Update data processing for participant overview and overall progress calculation. 2025-12-10 00:01:24 +03:00
primakov b3febaeea1 Refactor submission filtering and details display to handle various user and task data types; improve search functionality and localization for better user experience. 2025-12-09 23:53:42 +03:00
primakov cbf2168e52 Add user filtering and progress overview to submissions page; enhance localization for user selection and progress display 2025-12-09 14:37:04 +03:00
primakov d8d39ea443 1.0.0 v1.0.0 2025-12-09 12:28:43 +03:00
primakov cc87f6ff55 Remove unused API endpoints for users and submissions from the API and documentation to streamline the codebase. 2025-12-09 12:28:40 +03:00
primakov 2a08d9df35 fix api calls 2025-12-09 12:25:29 +03:00
Primakov Alexandr Alexandrovich fd55d5a214 Add detailed statistics API v2 documentation and implement frontend components for displaying statistics 2025-11-04 21:37:03 +03:00
Primakov Alexandr Alexandrovich b91ee56bf0 Adjust padding in Layout and TaskFormPage components for improved spacing. Enhance markdown preview styling with custom CSS for better link visibility and interaction. 2025-11-04 10:47:18 +03:00
Primakov Alexandr Alexandrovich 0544c95363 Refactor Layout and TaskFormPage components to use full width for improved layout consistency. This change enhances responsiveness and ensures better alignment of UI elements. 2025-11-04 10:43:47 +03:00
Primakov Alexandr Alexandrovich f0b1130da2 Update Layout component to use 95% width for the main container. Enhance TaskFormPage with responsive tabs for mobile and desktop layouts, improving user experience for editing and previewing task descriptions. 2025-11-04 10:37:24 +03:00
Primakov Alexandr Alexandrovich 8b6e6b903a Refactor ChainFormPage and challenge types to use 'taskIds' instead of 'tasks' for improved clarity and consistency in data handling. 2025-11-04 10:30:49 +03:00
Primakov Alexandr Alexandrovich 44a7ac2bfd Enhance localization support by integrating i18next for translations across various components and pages. Update UI elements to utilize translated strings for improved user experience in both English and Russian. Additionally, refactor the Toaster component to support a context-based approach for toast notifications. 2025-11-04 10:25:12 +03:00
Primakov Alexandr Alexandrovich daa44521b9 Refactor API response structure to use 'body' instead of 'data' for consistency across all endpoints. Update stub responses and documentation accordingly. 2025-11-03 18:13:02 +03:00
Primakov Alexandr Alexandrovich e777b57991 init + api use 2025-11-03 17:59:08 +03:00