chore(react/launch_bar): port launcher container & launcher

This commit is contained in:
Elian Doran
2025-12-05 11:31:10 +02:00
parent caaa3583a7
commit d511085db3
7 changed files with 206 additions and 282 deletions

View File

@@ -236,7 +236,7 @@ export function isIOS() {
return /iPad|iPhone|iPod/.test(navigator.userAgent);
}
function isDesktop() {
export function isDesktop() {
return (
window.glob?.device === "desktop" ||
// window.glob.device is not available in setup