fix: KVZ Button style wie die anderen (ISO, RSL, TDR) und mit eigene Modal

This commit is contained in:
ISA
2025-08-11 11:35:03 +02:00
parent 9b05f21ccc
commit c107738625
7 changed files with 187 additions and 19 deletions

View File

@@ -1,3 +1,18 @@
## [1.6.683] 2025-08-11
- feat: migrate from Cypress to Playwright for E2E testing
- Remove Cypress dependencies and configuration files
- Install @playwright/test with browser support
- Add playwright.config.ts with optimized settings for Next.js
- Migrate existing Cypress tests to Playwright format
- Add new E2E test scripts to package.json
- Configure GitHub Actions workflow for automated testing
- Update .gitignore for Playwright artifacts
BREAKING CHANGE: E2E testing framework changed from Cypress to Playwright
---
## [1.6.682] 2025-08-01
- git commit -m "feat: Enhance DetailModal with auto-loading and improved UX