mirror of
https://github.com/tiennm99/coolify.git
synced 2026-08-20 06:23:23 +00:00
Introduce x-table toolbar/search/filter/sort/loading components and multi-select deployment history filters with OR within groups and AND across groups. Add live database/service status for breadcrumbs, shared variables layout controls, logs viewer toolbar polish, and infrastructure list filter consistency. Document patterns in UI_REDESIGN.md and cover with feature tests.
7 lines
307 B
PHP
7 lines
307 B
PHP
<div {{ $attributes->class(['table-toolbar flex flex-col gap-2 sm:flex-row sm:flex-wrap sm:items-center']) }}>
|
|
@isset($search)
|
|
<div class="min-w-0 w-full flex-1 sm:max-w-md">{{ $search }}</div>
|
|
@endisset
|
|
<div class="flex flex-wrap items-center gap-2 sm:ml-auto">{{ $slot }}</div>
|
|
</div>
|