Commit Graph

10 Commits

Author SHA1 Message Date
c0mrade
f0cfdfdd2a feat: add husky pre-commit hooks and reusable CI lint workflow
- Add husky with lint-staged for pre-commit checks (eslint --fix, prettier --write)
- Add reusable lint.yml workflow (eslint, prettier, tsc)
- Gate docker, release, and CI pipelines behind lint job via needs: lint
2026-01-27 17:37:53 +03:00
PEDZEO
d55c6ea532 Refactor ticket notifications handling: improve API parameter management, enhance toast notifications with titles and icons, and update localization for new notification messages. Adjust layout to ensure proper admin state handling in TicketNotificationBell component. 2026-01-19 01:37:25 +03:00
PEDZEO
429ab40197 Update CI workflow for Node.js setup and wrap App component with ToastProvider for notifications 2026-01-19 00:17:16 +03:00
Egor
e22bab8090 Update ci.yml 2026-01-18 23:55:25 +03:00
PEDZEO
a2d3227fa4 Merge branch 'main' into PEDZ 2026-01-18 22:57:40 +03:00
PEDZEO
fbca83a31f Update CI workflow to improve linting and type checking steps, rename job, and adjust branch names 2026-01-18 22:47:20 +03:00
PEDZEO
fd68d3ec7c Refactor CI workflow and enhance AdminBanSystem component
- Updated CI workflow to use 'dev' branch instead of 'develop' and renamed job from 'lint-and-typecheck' to 'lint-and-build'.
- Simplified linting and type checking steps in the CI process.
- Refactored switch cases in AdminBanSystem component for better readability and structure, ensuring consistent handling of API calls for various tabs.
2026-01-16 21:05:39 +03:00
Egor
e156a3423c Update ci.yml 2026-01-15 19:41:34 +03:00
Egor
1afa07852c Update ci.yml 2026-01-15 19:38:00 +03:00
Egor
89f2947b42 Create ci.yml 2026-01-15 19:22:32 +03:00