summaryrefslogtreecommitdiff
path: root/Hutch/Views/Repositories/HgRepositorySettingsView.swift
Commit message (Collapse)AuthorAgeFilesLines
* fix: sonarqube code smell fixesv3.1.4Christian Cleberg2026-04-131-2/+2
|
* 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
* fix: mercurial parity and graphql handlingv3.0.4Christian Cleberg2026-04-131-31/+23
| | | | | | | | | | - implements consistent UX between repo types - ensures centralized services and routes are used between repo types - graphql error handling is centralized - error messages are consistent Implements: https://todo.sr.ht/~ccleberg/hutch/58 Implements: https://todo.sr.ht/~ccleberg/hutch/59
* fix: add nested comments to satisfy sonar rule swift:S1186Christian Cleberg2026-03-241-3/+10
|
* fix README height update and settings save alertsv2.1Christian Cleberg2026-03-191-2/+29
|
* v1.0Christian Cleberg2026-03-171-0/+239