summaryrefslogtreecommitdiff
path: root/Hutch/Views/Repositories/ReferencesListView.swift
Commit message (Collapse)AuthorAgeFilesLines
* fix: ensure all branches and tags are accounted for and not cutoff due to ↵Christian Cleberg2026-04-201-8/+63
| | | | pagination
* 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: show commit dates in Refs tabv2.8.1Christian Cleberg2026-04-011-3/+10
|
* v1.0Christian Cleberg2026-03-171-0/+90