diff options
| author | Christian Cleberg <[email protected]> | 2026-04-12 19:47:57 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-04-12 19:47:57 -0500 |
| commit | 1354f2464180ece6d13296a543a964ddf6d2d393 (patch) | |
| tree | 5cf6ddb89c950941067e2a1080a150911d5fb4e7 /Hutch/Views/Home/HomeView.swift | |
| parent | 4ad1b74c5887ddf0445fde29ffacfc6eb5d49b3f (diff) | |
| download | hutch-1354f2464180ece6d13296a543a964ddf6d2d393.tar.gz hutch-1354f2464180ece6d13296a543a964ddf6d2d393.tar.bz2 hutch-1354f2464180ece6d13296a543a964ddf6d2d393.zip | |
feat: add theme and high-density display modes
Refs: https://todo.sr.ht/~ccleberg/hutch/24
Implements: https://todo.sr.ht/~ccleberg/hutch/25
Diffstat (limited to 'Hutch/Views/Home/HomeView.swift')
| -rw-r--r-- | Hutch/Views/Home/HomeView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Hutch/Views/Home/HomeView.swift b/Hutch/Views/Home/HomeView.swift index 180f0f3..bbae296 100644 --- a/Hutch/Views/Home/HomeView.swift +++ b/Hutch/Views/Home/HomeView.swift @@ -65,6 +65,7 @@ struct HomeView: View { assignedTicketsSection(viewModel) recentBuildsSection(viewModel) } + .themedList() .listStyle(.insetGrouped) .overlay { if viewModel.isLoadingProjects && viewModel.isLoadingAssignedTickets && viewModel.isLoadingRecentBuilds && |
