From 248fcbbd5dca84747e6f3fd9d1d52c41ab8640c3 Mon Sep 17 00:00:00 2001 From: Dustin Mierau Date: Tue, 12 Dec 2023 15:27:00 -0800 Subject: New category listing is working again. Added optionset for user access info. Some UI cleanup across the board. --- Hotline/Views/UsersView.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Hotline/Views/UsersView.swift') diff --git a/Hotline/Views/UsersView.swift b/Hotline/Views/UsersView.swift index ad43131..f923ff4 100644 --- a/Hotline/Views/UsersView.swift +++ b/Hotline/Views/UsersView.swift @@ -13,7 +13,7 @@ struct UsersView: View { .foregroundStyle(u.status.contains(.admin) ? Color(hex: 0xE10000) : Color.accentColor) .opacity(u.status.contains(.idle) ? 0.5 : 1.0) } -// .listStyle(.grouped) + .scrollBounceBehavior(.basedOnSize) .navigationBarTitleDisplayMode(.inline) .toolbar { ToolbarItem(placement: .principal) { -- cgit