feat: Plus und Minus Icons

This commit is contained in:
ISA
2025-09-16 13:47:11 +02:00
parent 2e5acf9327
commit e520207526
14 changed files with 81 additions and 172 deletions

13
.gitignore vendored
View File

@@ -36,17 +36,22 @@ docs.zip
/__mocks__/
/__tests__/
# --- Playwright artifacts & selective test tracking ---
# --- Playwright artifacts & test selection ---
# Ignore Playwright output folders and run metadata
/test-results/
/playwright-report/
/.last-run.json
# Optional: ignore JUnit report artifacts if not needed in VCS
# Ignore any Playwright traces/screenshots/videos if configured elsewhere
/traces/
/screenshots/
/videos/
# Ignore JUnit report artifacts (not used currently)
/reports/junit/
# Ignore all Playwright tests by default, keep only the main spec
# Track only spec files under playwright/tests; ignore everything else
/playwright/tests/**
!/playwright/tests/mapcomponent.spec.js
!/playwright/tests/**/*.spec.js
!/playwright/tests/**/*.spec.ts
# Ignore Playwright cache if present
/playwright/.cache/