Introduce importmap, enhance elimination workflows, and update assets

This commit adds initial importmap configuration to manage assets, updates the elimination preparation workflow with form enhancements and database changes, introduces new styles and JS assets, refines translations, and improves entity handling with an input bag update method.
This commit is contained in:
2025-06-01 15:11:02 +02:00
parent d3e5cb0569
commit 25aa8b8622
16 changed files with 310 additions and 128 deletions

View File

@@ -33,9 +33,9 @@ jobs:
*.cache-from=type=gha,scope=refs/heads/main
*.cache-to=type=gha,scope=${{github.ref}},mode=max
- name: Start services
run: docker compose up php --wait --no-build
run: docker compose up php database --wait --no-build
- name: Lint Twig templates
run: php bin/console lint:twig --format=github templates
run: docker compose exec -T php bin/console lint:twig --format=github templates
- name: Coding Style
run: docker compose exec -T php vendor/bin/php-cs-fixer check --diff --show-progress=none
- name: Twig Coding Style