summaryrefslogtreecommitdiff
path: root/HutchTests
Commit message (Collapse)AuthorAgeFilesLines
* Implement search history for Look Up pageChristian Cleberg2026-04-021-0/+75
|
* Add tracker management (delete/update, ACLs, labels)v2.7.0Christian Cleberg2026-04-011-0/+36
| | | | | | | | | | | | | - Add swipe actions (delete/edit) to tracker list - Add tracker settings menu on detail screen - Implement updateTracker and deleteTracker mutations - Implement ACL management (updateUserACL, updateTrackerACL, deleteACL) - Implement label management (createLabel, updateLabel, deleteLabel) - Add dedicated UI flows for ACLs and labels - Ensure state refresh after mutations - Handle loading, errors, and destructive confirmations Implements: https://todo.sr.ht/~ccleberg/Hutch/12
* fix(org): improve org-mode rendering supportv2.5.1Christian Cleberg2026-03-301-0/+102
|
* feat(markdown): finalize migration to apple/swift-markdown rendererv2.5.0Christian Cleberg2026-03-301-0/+10
|
* Migrate README markdown rendering to swift-markdown and fix badge imagesChristian Cleberg2026-03-301-54/+53
| | | | | | | | | | - 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-0/+211
|
* feat: swipe actions on tickets, pastes, builds, and home dashboardChristian Cleberg2026-03-221-0/+116
|
* feat: add search to builds, trackers, tickets, pastes, mailing lists, and inboxChristian Cleberg2026-03-223-0/+165
|
* feat: surface an alert when a deep link fails to resolveChristian Cleberg2026-03-221-0/+25
|
* feat: implement support for projects, lists, and pastesChristian Cleberg2026-03-191-0/+72
|
* feat: add support for reading inbox messages (emails) and replying in-appChristian Cleberg2026-03-191-0/+168
|
* add Home dashboard and repository build status indicatorsChristian Cleberg2026-03-182-0/+93
|
* fix git repository settings updates for empty reposChristian Cleberg2026-03-181-0/+104
|
* Omit resolution when reopening resolved ticketsChristian Cleberg2026-03-181-0/+30
|
* show tracker creation errors inside the creation sheetChristian Cleberg2026-03-182-0/+55
|
* use native markdown rendering for settings bioChristian Cleberg2026-03-181-0/+22
|
* stabilize build task identity and log cache keysChristian Cleberg2026-03-181-0/+27
|
* cache repository search results and gate remote refreshesChristian Cleberg2026-03-181-0/+50
|
* lazily load file blobs from repository tree viewsChristian Cleberg2026-03-181-0/+40
|
* harden README web rendering and sanitize untrusted linksChristian Cleberg2026-03-181-0/+29
|
* Guard authenticated text fetches to sr.ht hosts and add regression testChristian Cleberg2026-03-182-0/+43