Commit Graph

7 Commits

Author SHA1 Message Date
c0mrade
bc90ba3779 refactor: migrate to eslint flat config and format codebase with prettier
- Remove legacy .eslintrc.cjs and .eslintignore
- Add eslint.config.js with flat config, security rules (no-eval, no-implied-eval, no-new-func, no-script-url)
- Add .prettierrc and .prettierignore
- Format entire codebase with prettier
2026-01-27 17:37:31 +03:00
PEDZEO
35ee63b351 Add ticket notification system with user and admin notification settings; integrate ToastProvider in main app layout 2026-01-19 00:24:13 +03:00
PEDZEO
8667945501 Implement back navigation in admin pages by adding a BackIcon and linking to the admin dashboard across multiple components. 2026-01-18 07:42:29 +03:00
Egor
808c59c8f0 Add files via upload 2026-01-18 07:07:59 +03:00
Egor
5ed3f2e161 Update AdminTickets.tsx 2026-01-16 07:29:01 +03:00
Egor
a98b2b7ad6 Update AdminTickets.tsx 2026-01-16 02:22:53 +03:00
Egor
7be6b5c0ae Add files via upload 2026-01-15 19:18:17 +03:00