added fullscreen mode and removed swipedown

This commit is contained in:
2025-09-18 10:37:23 +01:00
parent 3811b1f366
commit a33a889693
9 changed files with 636 additions and 4348 deletions

View File

@@ -14,7 +14,7 @@ const FrontCameraOverviewCard = ({ className }: CardProps) => {
const navigate = useNavigate();
const handlers = useSwipeable({
onSwipedRight: () => navigate("/front-camera-settings"),
onSwipedDown: () => navigate("/system-settings"),
trackMouse: true,
});