Miscellaneous fixes (#17406)

* add config validator for face and lpr

* more lpr docs tweaks

* fix object lifecycle point clicking for aspect ratios less than 16/9

* fix semantic search indexing i18n keys

* remove ability to set system language

* clarify debug output
This commit is contained in:
Josh Hawkins
2025-03-27 05:49:14 -06:00
committed by GitHub
parent 36446ceded
commit 1233bc3a42
6 changed files with 48 additions and 30 deletions
@@ -365,7 +365,6 @@ export default function ObjectLifecycle({
<div
className={cn(
"relative mx-auto flex max-h-[50dvh] flex-row justify-center",
!imgLoaded && aspectRatio < 16 / 9 && "h-full",
)}
style={{
aspectRatio: !imgLoaded ? aspectRatio : undefined,