diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 5745104..316690b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -194,7 +194,7 @@ function MobileDrawer() { return ( - @@ -281,7 +281,7 @@ function TopBar({ variant="ghost" size="icon" onClick={onToggleDarkMode} - className="h-8 w-8" + className="mobile-touch-target h-8 w-8" > {darkMode ? ( @@ -294,7 +294,7 @@ function TopBar({ variant="ghost" size="sm" onClick={onSignOut} - className="gap-2" + className="mobile-touch-target gap-2" > Logout diff --git a/frontend/src/components/ObservabilityPage.tsx b/frontend/src/components/ObservabilityPage.tsx index e5b34f8..8ca7019 100644 --- a/frontend/src/components/ObservabilityPage.tsx +++ b/frontend/src/components/ObservabilityPage.tsx @@ -141,7 +141,7 @@ function QueryError({ {label} failed {error.message} - @@ -255,7 +255,7 @@ function GrafanaLinkCard({
{title}
{description}
- } @@ -641,7 +641,7 @@ export function ObservabilityPage() { title="No Grafana service configured" description="Add a Grafana service instance to enable deep-links to dashboards and logs." action={ - } @@ -653,7 +653,7 @@ export function ObservabilityPage() { title="No machine selected" description="Add monitoring machines in Settings to see Grafana drill-down links." action={ - } diff --git a/frontend/src/components/SessionActivityPanel.tsx b/frontend/src/components/SessionActivityPanel.tsx index 6eeb6ae..8180552 100644 --- a/frontend/src/components/SessionActivityPanel.tsx +++ b/frontend/src/components/SessionActivityPanel.tsx @@ -168,6 +168,7 @@ export function SessionActivityPanel({ toggleEnabled(instance)} aria-label={`Toggle ${instance.title}`} /> - - diff --git a/frontend/src/pages/FileBrowser.impl.tsx b/frontend/src/pages/FileBrowser.impl.tsx index 7fb2434..fa84977 100644 --- a/frontend/src/pages/FileBrowser.impl.tsx +++ b/frontend/src/pages/FileBrowser.impl.tsx @@ -879,6 +879,7 @@ export function FileBrowser() { variant="outline" size="sm" onClick={() => navigateToSettings("/settings")} + className="mobile-touch-target" > Open Settings diff --git a/frontend/src/pages/Media.tsx b/frontend/src/pages/Media.tsx index 3bbf835..cf3cef2 100644 --- a/frontend/src/pages/Media.tsx +++ b/frontend/src/pages/Media.tsx @@ -167,6 +167,7 @@ function MediaMobilePagination({ } disabled={pageIndex <= 0} aria-label="Previous page" + className="mobile-touch-target" > Previous @@ -180,6 +181,7 @@ function MediaMobilePagination({ })) } disabled={pageIndex >= pageCount - 1} + className="mobile-touch-target" aria-label="Next page" > Next diff --git a/frontend/src/pages/ServicePage.tsx b/frontend/src/pages/ServicePage.tsx index 453a534..7f2603a 100644 --- a/frontend/src/pages/ServicePage.tsx +++ b/frontend/src/pages/ServicePage.tsx @@ -238,6 +238,7 @@ export function ServicePage() {
diff --git a/frontend/src/pages/ServicesPage.tsx b/frontend/src/pages/ServicesPage.tsx index 057e5c3..a9ff467 100644 --- a/frontend/src/pages/ServicesPage.tsx +++ b/frontend/src/pages/ServicesPage.tsx @@ -234,6 +234,7 @@ function CreateServiceDialog({
setDraft({ ...draft, enabled: checked }) @@ -328,6 +329,7 @@ export function ServicesPage() {