- improved zoom while clicking on on image to zoom

This commit is contained in:
2025-12-10 13:09:07 +00:00
parent 0ff43d975d
commit 10e2644666
7 changed files with 126 additions and 41 deletions

View File

@@ -11,6 +11,10 @@ export type InfoBarData = {
"thread-count": string;
};
export type CameraZoomData = {
magnificationLevel: string;
};
export type StatusIndicator = "neutral-quaternary" | "dark" | "info" | "success" | "warning" | "danger";
export type Region = {
name: string;