summaryrefslogtreecommitdiff
path: root/Hutch/Views/Repositories
Commit message (Collapse)AuthorAgeFilesLines
* feat(markdown): finalize migration to apple/swift-markdown rendererv2.5.0Christian Cleberg2026-03-301-4/+38
|
* Migrate README markdown rendering to swift-markdown and fix badge imagesChristian Cleberg2026-03-302-332/+252
| | | | | | | | | | - replace the hand-rolled markdown parser with a MarkupVisitor renderer - keep the org-mode rendering path and shared sanitization helpers intact - update WKWebView styling and height measurement for README content - fix linked image and query-string badge rendering in markdown output - expand README rendering tests and add markdown syntax coverage Implements: https://todo.sr.ht/~ccleberg/Hutch/2
* partial extended support for markdown and org-modeChristian Cleberg2026-03-301-69/+630
|
* chore: rename unused entry param to _ in textBlobViewChristian Cleberg2026-03-241-2/+2
|
* chore: rename unused protocol params to _ across UIKit representablesChristian Cleberg2026-03-241-3/+3
|
* fix: add nested comments to satisfy sonar rule swift:S1186Christian Cleberg2026-03-242-5/+16
|
* feat: context menus to copy clone URLs and commit SHAsChristian Cleberg2026-03-222-0/+41
|
* fix README height update and settings save alertsv2.1Christian Cleberg2026-03-195-6/+62
|
* v2.1: bundled polish and fixesChristian Cleberg2026-03-198-42/+30
|
* feat: add inbox threads and move builds under moreChristian Cleberg2026-03-191-6/+141
|
* feat: add support for reading inbox messages (emails) and replying in-appChristian Cleberg2026-03-191-7/+15
|
* add Home dashboard and repository build status indicatorsChristian Cleberg2026-03-184-1/+241
|
* fix git repository settings updates for empty reposChristian Cleberg2026-03-181-12/+62
|
* cache repository search results and gate remote refreshesChristian Cleberg2026-03-181-11/+55
|
* lazily load file blobs from repository tree viewsChristian Cleberg2026-03-182-11/+15
|
* harden README web rendering and sanitize untrusted linksChristian Cleberg2026-03-181-31/+110
|
* v1.0Christian Cleberg2026-03-1722-202/+5729
|
* create privacy policyChristian Cleberg2026-03-174-0/+1056