summaryrefslogtreecommitdiff
path: root/Hutch/Views/Settings
Commit message (Collapse)AuthorAgeFilesLines
* fix copy throughout repoChristian Cleberg2026-04-011-2/+2
|
* Fix several bugs ahead of 2.6.1v2.6.1Christian Cleberg2026-04-011-9/+2
| | | | | | | | | | | | | | | | | | | | | | | | | FileTreeView: when wrap is OFF, activate an explicit width constraint on the code container derived from the widest line, giving the horizontal scroll view a defined content size. Previously the constraint was deactivated with nothing to replace it, making horizontal scrolling unreliable. Also set horizontalScrollView.isScrollEnabled = !wrapLines to prevent gesture conflicts when wrap is ON. InboxView: remove the unnecessary loadThreads() network call fired after markAllThreadsRead(). The threads array is already updated optimistically and read state is persisted via InboxReadStateStore, so the refetch was redundant and caused a brief loading flash. HomeView: add scenePhase onChange handler to refresh dashboard data when the app returns to the foreground, matching the existing pattern in InboxView. DiffView: wrap DiffBlockView content in a horizontal ScrollView so long diff lines are readable. Switch inner VStack to LazyVStack for better performance on large diffs. SettingsView: replace direct UserDefaults access in behaviorSection with @AppStorage, consistent with the rest of the app.
* fix: add nested comments to satisfy sonar rule swift:S1186Christian Cleberg2026-03-241-2/+6
|
* feat: add privacy policy link and global swipe actions toggle to SettingsChristian Cleberg2026-03-221-0/+25
|
* v2.1: bundled polish and fixesChristian Cleberg2026-03-191-9/+9
|
* feat: implement support for projects, lists, and pastesChristian Cleberg2026-03-191-14/+12
|
* show tracker creation errors inside the creation sheetChristian Cleberg2026-03-181-2/+2
|
* use native markdown rendering for settings bioChristian Cleberg2026-03-181-7/+26
|
* fix Hutch link from git.sr.ht to sr.htChristian Cleberg2026-03-181-1/+1
|
* v1.0Christian Cleberg2026-03-172-0/+1118