| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | feat: improve Home structure and navigationv2.16.0 | Christian Cleberg | 2026-04-12 | 1 | -60/+147 |
| | | | | | | | implements: https://todo.sr.ht/~ccleberg/hutch/14 implements: https://todo.sr.ht/~ccleberg/hutch/15 implements: https://todo.sr.ht/~ccleberg/hutch/16 | ||||
| * | improve home attention flows and cross-linkingv2.14.0 | Christian Cleberg | 2026-04-12 | 1 | -46/+332 |
| | | |||||
| * | harden system status and app reliabilityv2.13.1 | Christian Cleberg | 2026-04-12 | 1 | -34/+14 |
| | | |||||
| * | ensure clicking into status from home returns to home | Christian Cleberg | 2026-04-11 | 1 | -2/+2 |
| | | |||||
| * | Add SourceHut system status screen and home disruption banner | Christian Cleberg | 2026-04-11 | 1 | -1/+46 |
| | | |||||
| * | Fix several bugs ahead of 2.6.1v2.6.1 | Christian Cleberg | 2026-04-01 | 1 | -0/+7 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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: fixed inbox's inconsistent UX and adds a Mark All Read button | Christian Cleberg | 2026-04-01 | 1 | -15/+13 |
| | | | | | Fixes: https://todo.sr.ht/~ccleberg/Hutch/10 | ||||
| * | feat: swipe actions on tickets, pastes, builds, and home dashboard | Christian Cleberg | 2026-03-22 | 1 | -0/+87 |
| | | |||||
| * | feat: implement support for projects, lists, and pastes | Christian Cleberg | 2026-03-19 | 1 | -4/+105 |
| | | |||||
| * | feat: add support for reading inbox messages (emails) and replying in-app | Christian Cleberg | 2026-03-19 | 1 | -2/+23 |
| | | |||||
| * | add Home dashboard and repository build status indicators | Christian Cleberg | 2026-03-18 | 1 | -0/+297 |
