summaryrefslogtreecommitdiff
path: root/Hutch/Views/Inbox/ThreadDetailView.swift
Commit message (Collapse)AuthorAgeFilesLines
* feat(theme): AMOLED true-black rows via themedRow()Christian Cleberg2026-04-131-0/+6
| | | | | | | | | | 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: improve inbox reply flow and basic threadingChristian Cleberg2026-04-121-29/+64
| | | | | Implements: https://todo.sr.ht/~ccleberg/hutch/23 Implements: https://todo.sr.ht/~ccleberg/hutch/34
* fix: improve inbox patch rendering and diff collapsingChristian Cleberg2026-04-121-5/+2
| | | | | Fixes: https://todo.sr.ht/~ccleberg/hutch/22 Implements: https://todo.sr.ht/~ccleberg/hutch/35
* improve home attention flows and cross-linkingv2.14.0Christian Cleberg2026-04-121-0/+51
|
* chore: rename unused protocol params to _ across UIKit representablesChristian Cleberg2026-03-241-2/+2
|
* fix: add nested comments to satisfy sonar rule swift:S1186Christian Cleberg2026-03-241-1/+4
|
* v2.1: bundled polish and fixesChristian Cleberg2026-03-191-11/+3
|
* fix: inbox thread handling bugChristian Cleberg2026-03-191-0/+7
|
* feat: implement support for projects, lists, and pastesChristian Cleberg2026-03-191-9/+51
|
* feat: add inbox threads and move builds under moreChristian Cleberg2026-03-191-1/+9
|
* feat: add support for reading inbox messages (emails) and replying in-appChristian Cleberg2026-03-191-0/+324