diff --git a/lstMobile/app.json b/lstMobile/app.json index e0ce21e..c7865d5 100644 --- a/lstMobile/app.json +++ b/lstMobile/app.json @@ -15,7 +15,7 @@ "foregroundImage": "./assets/adaptive-icon-white.png", "backgroundColor": "#ffffff" }, - "versionCode": 31, + "versionCode": 32, "minSupportedVersionCode": 26, "predictiveBackGestureEnabled": false, "package": "net.alpla.lst.mobile" diff --git a/lstMobile/src/app/(tabs)/_layout.tsx b/lstMobile/src/app/(tabs)/_layout.tsx index 98eca0b..8b8ac17 100644 --- a/lstMobile/src/app/(tabs)/_layout.tsx +++ b/lstMobile/src/app/(tabs)/_layout.tsx @@ -1,5 +1,12 @@ import { Redirect, Tabs } from "expo-router"; -import { Container, Home, Logs, Rows4, Settings } from "lucide-react-native"; +import { + Boxes, + Container, + Home, + Logs, + Rows4, + Settings, +} from "lucide-react-native"; import { useAppStore } from "../../hooks/useAppStore"; import { useMobileAuthStore } from "../../hooks/useMobileAuth"; @@ -51,11 +58,18 @@ export default function TabsLayout() { // }, }} /> + , + }} + /> , }} diff --git a/lstMobile/src/app/(tabs)/ppoo.tsx b/lstMobile/src/app/(tabs)/ppoo.tsx new file mode 100644 index 0000000..8d42e29 --- /dev/null +++ b/lstMobile/src/app/(tabs)/ppoo.tsx @@ -0,0 +1,18 @@ +import React from "react"; +import { Text, View } from "react-native"; +import { Button } from "../../components/ui/button"; + +export default function PPOO() { + return ( + + Ppo checks + + ); +} diff --git a/lstMobile/src/components/UpdateFooter.tsx b/lstMobile/src/components/UpdateFooter.tsx index 2f58d80..c759ec8 100644 --- a/lstMobile/src/components/UpdateFooter.tsx +++ b/lstMobile/src/components/UpdateFooter.tsx @@ -28,7 +28,7 @@ export function GlobalFooter() { {!hasUpdate && shouldUpdate && ( - + There is an update click me for instructions