Commit Graph

5 Commits

Author SHA1 Message Date
farcasclaudiu a75ee20857 chore: update dependencies in package-lock.json 2026-05-18 20:25:21 +03:00
farcasclaudiu 8ae06e4122 chore(deps): update Angular and related dependencies to latest versions
- Updated @angular/cdk from ^19.2.19 to ^21.2.8
- Updated @angular/fire from ^19.2.0 to ^21.0.0-rc.0
- Updated firebase from ^11.10.0 to ^12.12.1
- Updated rxjs from ~7.8.0 to ~7.8.2
- Updated tslib from ^2.3.0 to ^2.8.1
- Updated zone.js from ~0.15.0 to ~0.16.1
- Updated dev dependencies:
  - @types/jasmine from ~5.1.0 to ~6.0.0
  - angular-eslint from ^21.0.1 to ^21.3.1
  - jasmine-core from ~5.6.0 to ~5.13.0
  - karma from ~6.4.0 to ~6.4.4
  - karma-coverage from ~2.2.0 to ~2.2.1
  - karma-jasmine-html-reporter from ~2.1.0 to ~2.2.0
- Added postcss and uuid to overrides
2026-04-28 21:14:35 +03:00
farcasclaudiu 72ebe77eff Angular CLI update for packages - @angular/cli@21, @angular/core@21 2026-04-28 20:28:53 +03:00
farcasclaudiu 51fc369a2f Angular CLI update for packages - @angular/cli@20, @angular/core@20 2026-04-28 20:27:14 +03:00
farcasclaudiu 189df85ca0 Migrate Angular 2 to Angular 19 with standalone components
- Upgrade Angular, Firebase, and AngularFire to latest versions
- Replace NgModules with standalone components and bootstrapApplication
- Replace angular-cli.json with angular.json and ESLint
- Add Firebase App Check with reCAPTCHA v3 for abuse protection
- Move Firebase config out of version control (firebaseConfig.example.ts)
- Fix AngularFire injection context errors using runInInjectionContext
- Implement drag-and-drop reordering within and across columns
- Add inline editing for card title and description
- Add subtask deletion with confirmation modal
- Refresh UI with modern card-based look and feel

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-04-16 23:23:43 +03:00