Aug 27 - Fixed inspection lost photos recovery

This commit is contained in:
Nguyen Ngo
2026-08-27 10:42:01 -04:00
parent ca7c09f982
commit 308710538b
14 changed files with 794 additions and 114 deletions
@@ -130,7 +130,9 @@ struct DashboardView: View {
ForEach(sidebarTabs, id: \.self) { tab in
Button {
selectTab(tab)
if tab == .notifications { sync.markNotificationsViewed() }
// No longer zeroes the badge on tap: opening the inbox
// is not reading it. The count now tracks genuinely
// unread rows and clears as they are read (rule 92).
} label: {
sidebarRowLabel(tab, tinted: selectedTab == tab)
}