feat: fetch root files at build step and handle double click on mobile

This commit is contained in:
2024-09-10 18:21:36 +02:00
parent 2b48e71248
commit 477f6b6c66
7 changed files with 78 additions and 25 deletions

View File

@@ -16,7 +16,6 @@ import { WaybarPowerWidget } from "./Widgets/WaybarPowerWidget";
import { WaybarTrayWidget } from "./Widgets/WaybarTrayWidget";
import { WaybarToggleThemeWidget } from "./Widgets/WaybarToggleThemeWidget";
import { WaybarWeatherWidget } from "./Widgets/WaybarWeatherWidget";
import { Responsive } from "../Responsive";
import { cn, hideIf } from "~/utils/react";
import { useApp } from "~/hooks/useApp";