* mobile page component

* object lifecycle pane tweaks

* use mobile page component for review and search detail

* fix frigate+ dialog when using mobile page component

* small tweaks
This commit is contained in:
Josh Hawkins
2024-09-12 14:39:35 -05:00
committed by GitHub
parent 87ab4e7c9b
commit 644ea7be4a
10 changed files with 320 additions and 117 deletions

View File

@@ -9,7 +9,7 @@ export function shareOrCopy(url: string, title?: string) {
});
} else {
copy(url);
toast.success("Copied to clipboard.", {
toast.success("Copied URL to clipboard.", {
position: "top-center",
});
}