feat: update ui for android

This commit is contained in:
2024-11-15 09:39:35 +00:00
parent d03c11fdb1
commit f2c0ab0945
21 changed files with 1006 additions and 801 deletions
@@ -2,6 +2,7 @@ import React from "react";
import { useTermSession } from "@/stores/terminal-sessions";
import { Button, ScrollView, View } from "tamagui";
import Icons from "@/components/ui/icons";
import { router } from "expo-router";
const SessionTabs = () => {
const { sessions, curSession, setSession, remove } = useTermSession();
@@ -50,7 +51,7 @@ const SessionTabs = () => {
))}
<Button
onPress={() => setSession(-1)}
onPress={() => router.push("/hosts")}
size="$2.5"
bg="$colorTransparent"
circular