| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor: extract ProfileView from SettingsViewv2.10.3 | Christian Cleberg | 2026-04-11 | 1 | -576/+8 |
| | | | | | | Move profile-related UI into its own dedicated ProfileView, simplifying SettingsView and improving navigation structure in MoreView. | ||||
| * | bump version and update new privacy policy location | Christian Cleberg | 2026-04-10 | 1 | -1/+1 |
| | | |||||
| * | fix copy throughout repo | Christian Cleberg | 2026-04-01 | 1 | -2/+2 |
| | | |||||
| * | Fix several bugs ahead of 2.6.1v2.6.1 | Christian Cleberg | 2026-04-01 | 1 | -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:S1186 | Christian Cleberg | 2026-03-24 | 1 | -2/+6 |
| | | |||||
| * | feat: add privacy policy link and global swipe actions toggle to Settings | Christian Cleberg | 2026-03-22 | 1 | -0/+25 |
| | | |||||
| * | v2.1: bundled polish and fixes | Christian Cleberg | 2026-03-19 | 1 | -9/+9 |
| | | |||||
| * | feat: implement support for projects, lists, and pastes | Christian Cleberg | 2026-03-19 | 1 | -14/+12 |
| | | |||||
| * | show tracker creation errors inside the creation sheet | Christian Cleberg | 2026-03-18 | 1 | -2/+2 |
| | | |||||
| * | use native markdown rendering for settings bio | Christian Cleberg | 2026-03-18 | 1 | -7/+26 |
| | | |||||
| * | fix Hutch link from git.sr.ht to sr.ht | Christian Cleberg | 2026-03-18 | 1 | -1/+1 |
| | | |||||
| * | v1.0 | Christian Cleberg | 2026-03-17 | 2 | -0/+1118 |
