Add user stats page and refactor user navigation; replace modal with dedicated page for user statistics, enhancing routing and UI consistency. Update localization for new status keys in both English and Russian.

This commit is contained in:
2025-12-10 11:11:17 +03:00
parent 06bcb6ee51
commit 7323e80dcb
7 changed files with 335 additions and 184 deletions

View File

@@ -31,6 +31,8 @@ export const URLs = {
// Users
users: makeUrl('/users'),
userStats: (userId: string) => makeUrl(`/users/${userId}`),
userStatsPath: makeUrl('/users/:userId'),
// Submissions
submissions: makeUrl('/submissions'),