Updated composer.json to remove unused Symfony packages, modified messenger.yaml to change transport DSN to 'sync://', and updated search.html.twig placeholder text for improved clarity.
Some checks failed
CI - Build Tonehaus Docker image / build (push) Has been cancelled

This commit is contained in:
2025-11-07 11:41:54 +00:00
parent d58499834a
commit 6203971689
9 changed files with 434 additions and 7 deletions

View File

@@ -4,7 +4,7 @@
<h1 class="h4 mb-3">Search Albums</h1>
<form class="row g-2 mb-2" action="{{ path('album_search') }}" method="get">
<div class="col-sm">
<input class="form-control" type="search" name="q" value="{{ query }}" placeholder="Free text (optional)" autocomplete="off" />
<input class="form-control" type="search" name="q" value="{{ query }}" placeholder="Search.." autocomplete="off" />
</div>
<div class="col-auto">
<button class="btn btn-success" type="submit">Search</button>