krz/hutch

an ios client for sourcehut

clone: git clone https://gitbay.org/krz/hutch.git

922502a2c74c66034f3ec2db6612f2a36d242042

signed_unknown_key

author: Christian Cleberg <hello@cleberg.net> · 2026-07-16T03:41:33Z
committer: <noreply@github.com>

Merge pull request #4 from zerolabsco/phase-2-patchsets

Phase 2: patchset review
 Hutch.xcodeproj/project.pbxproj                    |  24 +-
 Hutch/Models/Patchset.swift                        | 132 ++++++++
 Hutch/Views/Inbox/InboxThreadUtilities.swift       |  88 ++++++
 Hutch/Views/Inbox/ThreadViewModel.swift            |  91 +-----
 Hutch/Views/Patchsets/PatchsetDetailView.swift     | 336 +++++++++++++++++++++
 .../Views/Patchsets/PatchsetDetailViewModel.swift  | 293 ++++++++++++++++++
 Hutch/Views/Projects/ProjectMailingListView.swift  | 128 +++++++-
 HutchTests/InboxViewModelTests.swift               |   2 +-
 HutchTests/PatchsetTests.swift                     | 141 +++++++++
 README.md                                          |   3 +
 ROADMAP.md                                         |  37 ++-
 11 files changed, 1158 insertions(+), 117 deletions(-)