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/Inbox | |
| 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/Inbox')
| -rw-r--r-- | Hutch/Views/Inbox/InboxView.swift | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Hutch/Views/Inbox/InboxView.swift b/Hutch/Views/Inbox/InboxView.swift index 2447a6e..f8753d7 100644 --- a/Hutch/Views/Inbox/InboxView.swift +++ b/Hutch/Views/Inbox/InboxView.swift @@ -68,6 +68,7 @@ struct InboxView: View { } } } + .themedList() .searchable( text: $vm.searchText, placement: .navigationBarDrawer(displayMode: .always), |
