Compare commits

...

4 Commits

Author SHA1 Message Date
Josh Hawkins
0f6b98d4da clarify LPR docs 2025-11-17 08:02:05 -06:00
Josh Hawkins
cd56f706e8 match exact pixels 2025-11-17 07:30:02 -06:00
Josh Hawkins
e8c9140ade allow text to wrap on mark as reviewed button 2025-11-17 06:44:36 -06:00
Josh Hawkins
2ab62cc96d fix sidebar nav links on < 768px desktop layout 2025-11-17 06:33:42 -06:00
3 changed files with 4 additions and 4 deletions

View File

@ -178,7 +178,7 @@ lpr:
:::note
If you want to detect cars on cameras but don't want to use resources to run LPR on those cars, you should disable LPR for those specific cameras.
If a camera is configured to detect `car` or `motorcycle` but you don't want Frigate to run LPR for that camera, disable LPR at the camera level:
```yaml
cameras:

View File

@ -46,13 +46,13 @@ export default function NavItem({
onClick={onClick}
className={({ isActive }) =>
cn(
"flex flex-col items-center justify-center rounded-lg",
"flex flex-col items-center justify-center rounded-lg p-[6px]",
className,
variants[item.variant ?? "primary"][isActive ? "active" : "inactive"],
)
}
>
<Icon className="size-5 md:m-[6px]" />
<Icon className="size-5" />
</NavLink>
);

View File

@ -799,7 +799,7 @@ function DetectionReview({
(itemsToReview ?? 0) > 0 && (
<div className="col-span-full flex items-center justify-center">
<Button
className="text-white"
className="text-balance text-white"
aria-label={t("markTheseItemsAsReviewed")}
variant="select"
onClick={() => {