From b526cddd8ec421eba00feecbdffae3978cb61b34 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 12 Apr 2026 18:53:13 -0500 Subject: feat: improve Home structure and navigation implements: https://todo.sr.ht/~ccleberg/hutch/14 implements: https://todo.sr.ht/~ccleberg/hutch/15 implements: https://todo.sr.ht/~ccleberg/hutch/16 --- Hutch/App/RootView.swift | 3 +++ 1 file changed, 3 insertions(+) (limited to 'Hutch/App/RootView.swift') diff --git a/Hutch/App/RootView.swift b/Hutch/App/RootView.swift index 80532a0..baca7a7 100644 --- a/Hutch/App/RootView.swift +++ b/Hutch/App/RootView.swift @@ -242,6 +242,9 @@ struct RootView: View { await settleNavigationTransition() morePath.append(MoreRoute.systemStatus) } + case .builds: + buildsPath = NavigationPath() + appState.selectedTab = .builds } } -- cgit v1.2.3