summaryrefslogtreecommitdiff
path: root/Hutch/Views/Builds/BuildListView.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-04-12 19:47:57 -0500
committerChristian Cleberg <[email protected]>2026-04-12 19:47:57 -0500
commit1354f2464180ece6d13296a543a964ddf6d2d393 (patch)
tree5cf6ddb89c950941067e2a1080a150911d5fb4e7 /Hutch/Views/Builds/BuildListView.swift
parent4ad1b74c5887ddf0445fde29ffacfc6eb5d49b3f (diff)
downloadhutch-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/Builds/BuildListView.swift')
-rw-r--r--Hutch/Views/Builds/BuildListView.swift1
1 files changed, 1 insertions, 0 deletions
diff --git a/Hutch/Views/Builds/BuildListView.swift b/Hutch/Views/Builds/BuildListView.swift
index b53d64b..2423406 100644
--- a/Hutch/Views/Builds/BuildListView.swift
+++ b/Hutch/Views/Builds/BuildListView.swift
@@ -162,6 +162,7 @@ struct BuildListView: View {
.listRowSeparator(.hidden)
}
}
+ .themedList()
.listStyle(.plain)
.searchable(
text: $vm.searchText,