compact UI and add localization switch
Some checks failed
ci / test (push) Has been cancelled

This commit is contained in:
VPN SaaS Dev
2026-05-19 05:05:24 +09:00
parent 5e5582664a
commit 58ff6ff614
6 changed files with 761 additions and 65 deletions

View File

@@ -53,15 +53,18 @@
</div>
</div>
<form id="filterForm" class="grid-form drawer-form compact-form">
<label>
Город
<input name="city" placeholder="Seoul" />
</label>
<label>
Специализация
<input name="specialization" placeholder="BMW, масло, тормоза" />
</label>
<button type="submit">Найти</button>
<details class="advanced-fields compact-filter">
<summary>Фильтры</summary>
<label>
Город
<input name="city" placeholder="Seoul" />
</label>
<label>
Специализация
<input name="specialization" placeholder="BMW, масло, тормоза" />
</label>
<button type="submit">Найти</button>
</details>
</form>
<div id="serviceList" class="stack-list"></div>
</aside>
@@ -89,6 +92,12 @@
<option value="other">Другое</option>
</select>
</label>
<div class="preset-row quick-service-pills wide" aria-label="Быстрый выбор услуги">
<button type="button" data-booking-service="oil_change">Масло</button>
<button type="button" data-booking-service="diagnostics">Диагностика</button>
<button type="button" data-booking-service="tire_service">Шины</button>
<button type="button" data-booking-service="brakes">Тормоза</button>
</div>
<label>
Длительность
<select name="estimated_duration_minutes" id="durationSelect">