summaryrefslogtreecommitdiff
path: root/Hutch/Views/Tickets/TrackerListView.swift
Commit message (Collapse)AuthorAgeFilesLines
* fix: sonarqube code smell fixesv3.1.4Christian Cleberg2026-04-131-1/+1
|
* feat(theme): AMOLED true-black rows via themedRow()Christian Cleberg2026-04-131-0/+3
| | | | | | | | | | Apply listRowBackground(Color.black) per row in AMOLED mode using ThemedRowStyle and themedRow() across Lists and Forms. Use themedList() for scroll/grouped backgrounds. Treat segmented and clear list rows with isAMOLED-aware listRowBackground where Color.clear was required. Removes reliance on UIKit appearance for list cells on iOS 16+. Implements: https://todo.sr.ht/~ccleberg/hutch/24
* feat: add power user actionsChristian Cleberg2026-04-131-0/+30
| | | | | | Implements: https://todo.sr.ht/~ccleberg/hutch/52 Implements: https://todo.sr.ht/~ccleberg/hutch/53 Implements: https://todo.sr.ht/~ccleberg/hutch/54
* chore: add explanatory comments to all intentional empty closuresv2.10.2Christian Cleberg2026-04-031-1/+3
|
* Add tracker management (delete/update, ACLs, labels)v2.7.0Christian Cleberg2026-04-011-94/+105
| | | | | | | | | | | | | - 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
* feat: add search to builds, trackers, tickets, pastes, mailing lists, and inboxChristian Cleberg2026-03-221-1/+8
|
* show tracker creation errors inside the creation sheetChristian Cleberg2026-03-181-1/+26
|
* v1.0Christian Cleberg2026-03-171-0/+214