* spacing tweaks and add link to explore for plate

* clear selected objects when changing cameras

* plate link and spacing in object lifecycle

* set tabindex to prevent tooltip from showing on reopen

* show month and day in object lifecycle timestamp
This commit is contained in:
Josh Hawkins
2025-10-26 07:27:07 -05:00
committed by GitHub
parent 2c480b9a89
commit 840d567d22
3 changed files with 55 additions and 27 deletions

View File

@@ -58,6 +58,11 @@ export function DetailStreamProvider({
setAnnotationOffset(cfgOffset);
}, [config, camera]);
// Clear selected objects when exiting detail mode or changing cameras
useEffect(() => {
setSelectedObjectIds([]);
}, [isDetailMode, camera]);
const value: DetailStreamContextType = {
selectedObjectIds,
currentTime,