summaryrefslogtreecommitdiff
path: root/Hutch/Views/Repositories/RepositorySettingsView.swift
Commit message (Collapse)AuthorAgeFilesLines
* fix: sonarqube code smell fixesv3.1.4Christian Cleberg2026-04-131-4/+4
|
* feat(theme): AMOLED true-black rows via themedRow()Christian Cleberg2026-04-131-0/+19
| | | | | | | | | | 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 repo settings managementChristian Cleberg2026-04-121-89/+137
| | | | | | Implements: https://todo.sr.ht/~ccleberg/hutch/42 Implements: https://todo.sr.ht/~ccleberg/hutch/43 Implements: https://todo.sr.ht/~ccleberg/hutch/44
* feat: add repository acl managementChristian Cleberg2026-04-121-78/+7
| | | | | | Implements: https://todo.sr.ht/~ccleberg/hutch/39 Implements: https://todo.sr.ht/~ccleberg/hutch/40 Implements: https://todo.sr.ht/~ccleberg/hutch/41
* feat: show commit dates in Refs tabv2.8.1Christian Cleberg2026-04-011-1/+1
|
* add confirmation to repo renameChristian Cleberg2026-04-011-7/+21
|
* fix: add nested comments to satisfy sonar rule swift:S1186Christian Cleberg2026-03-241-2/+6
|
* fix README height update and settings save alertsv2.1Christian Cleberg2026-03-191-1/+22
|
* v1.0Christian Cleberg2026-03-171-17/+41
|
* create privacy policyChristian Cleberg2026-03-171-0/+235