mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-02-14 15:15:22 +03:00
Tablet cleanup
This commit is contained in:
parent
75bab2d601
commit
1df2610b21
@ -477,7 +477,7 @@ function ZoneFilterButton({
|
||||
<div
|
||||
className={`hidden md:block ${selectedZones?.length ? "text-selected-foreground" : "text-primary"}`}
|
||||
>
|
||||
Filter
|
||||
{selectedZones?.length ? `${selectedZones.length} Zones` : "All Zones"}
|
||||
</div>
|
||||
</Button>
|
||||
);
|
||||
@ -654,7 +654,9 @@ function SubFilterButton({
|
||||
<div
|
||||
className={`hidden md:block ${selectedSubLabels?.length ? "text-selected-foreground" : "text-primary"}`}
|
||||
>
|
||||
Filter
|
||||
{selectedSubLabels?.length
|
||||
? `${selectedSubLabels.length} Sub Labels`
|
||||
: "All Sub Labels"}
|
||||
</div>
|
||||
</Button>
|
||||
);
|
||||
|
||||
@ -116,7 +116,7 @@ export default function SearchView({
|
||||
config?.semantic_search?.enabled
|
||||
? "justify-between"
|
||||
: "justify-center",
|
||||
isMobileOnly && "h-20 flex-wrap gap-2",
|
||||
isMobileOnly && "h-[88px] flex-wrap gap-2",
|
||||
)}
|
||||
>
|
||||
{config?.semantic_search?.enabled && (
|
||||
|
||||
Loading…
Reference in New Issue
Block a user