* match face wizard with camera and classification wizards

* remove review detail dialog and link chip to detail stream in history

* remove footer on explore images and move to overlay

* use consistent overlay button styles

* spacing tweak

* ensure selected ring stays on top of gradients

* fix z-index

* match object lifecycle with details
This commit is contained in:
Josh Hawkins
2025-10-24 11:08:59 -06:00
committed by GitHub
parent 49f5d595ea
commit eb51eb3c9d
13 changed files with 341 additions and 209 deletions
@@ -305,7 +305,7 @@ export function GroupedClassificationCard({
<div>
<ContentTitle
className={cn(
"flex items-center gap-1 font-normal capitalize",
"flex items-center gap-2 font-normal capitalize",
isMobile && "px-2",
)}
>
@@ -42,11 +42,11 @@ export default function SearchThumbnailFooter({
return (
<div
className={cn(
"flex w-full flex-row items-center justify-between gap-2",
"flex w-full flex-row items-center justify-between gap-2 text-white",
columns > 4 && "items-start sm:flex-col lg:flex-row lg:items-center",
)}
>
<div className="flex flex-col items-start text-xs text-primary-variant">
<div className="flex flex-col items-start text-xs text-white/90 drop-shadow-lg">
{searchResult.end_time ? (
<TimeAgo time={searchResult.start_time * 1000} dense />
) : (