feat(web, db): autocomplete проекта VPS, защита полей при синке и стиль Command
Docker / build (push) Has been cancelled

Проект выбирается из справочника; ручные правки автоматически попадают в userOverrides без сброса при сохранении. CommandDialog приведён к эталону shadcn/ReUI.

Co-authored-by: Cursor <[email protected]>
This commit is contained in:
Denozordec
2026-06-28 22:22:21 +07:00
co-authored by Cursor
parent 246ad1738a
commit baa13260c6
6 changed files with 95 additions and 64 deletions
+1 -3
View File
@@ -60,9 +60,7 @@ function CommandDialog({
)}
showCloseButton={showCloseButton}
>
<Command className="**:data-[slot=command-input-wrapper]:h-12 [&_[cmdk-group-heading]]:px-2 [&_[cmdk-group-heading]]:font-medium [&_[cmdk-group]]:px-2">
{children}
</Command>
{children}
</DialogContent>
</Dialog>
)