feat: add current password verification for email updates and implement tasks layout with navigation

This commit is contained in:
Wikid82
2025-11-21 13:37:19 -05:00
parent a00dea5419
commit 50e4932148
9 changed files with 199 additions and 56 deletions

View File

@@ -37,3 +37,9 @@ repos:
language: system
files: '^frontend/.*\.(ts|tsx)$'
pass_filenames: false
- id: frontend-lint
name: Frontend Lint (Fix)
entry: bash -c 'cd frontend && npm run lint -- --fix'
language: system
files: '^frontend/.*\.(ts|tsx|js|jsx)$'
pass_filenames: false