diff --git a/src/components/navtop.tsx b/src/components/navtop.tsx index 9da44ac..14f0581 100644 --- a/src/components/navtop.tsx +++ b/src/components/navtop.tsx @@ -39,13 +39,13 @@ function OSBreadcrumb({ os, currentPage }: { os: string; currentPage: string }) const [platform] = os.split("/"); return ( -
-
- {platform} +
+
+ {platform}
-
+
{/* Left group: logo + breadcrumb + left portal */} -
+

entdb

{isHome && } - {isHome &&
} + {isHome &&
} {isOSPage && os && }
diff --git a/src/components/oslist.tsx b/src/components/oslist.tsx index 612f64d..1df9261 100644 --- a/src/components/oslist.tsx +++ b/src/components/oslist.tsx @@ -230,6 +230,7 @@ export default function OSList() { {!loading && groups.length > 0 && ( <> + {/* Platform buttons - in header on desktop, inline on mobile */}
{groups.map((group) => ( @@ -271,6 +272,23 @@ export default function OSList() {
+ {/* Mobile platform buttons - shown inline in content */} +
+ {groups.map((group) => ( + + ))} +
+ {isFiltering && (
{filteredCount} of {totalCount} builds