Chore: Update project status after Section and ButtonRole implementation

- Update test count: 666 → 682 (104 → 108 suites)
- Mark Section view complete in memory and whats-next
- Update to-dos with List SwiftUI API Parity phase status
- Document ButtonRole, Alert, FocusManager recent additions
- Remove completed/outdated status entries
This commit is contained in:
phranck
2026-02-08 23:00:59 +01:00
parent ac5e63eb84
commit 2164c562d7
+4 -2
View File
@@ -2,7 +2,7 @@
## In Progress
- [ ] **SwiftUI API Parity**: Rename `.foregroundColor()` to `.foregroundStyle()` for SwiftUI alignment
- [ ] **List SwiftUI API Parity**: Section (done), Badge, ListStyle, SelectionDisabled, AlternatingRows
## Open
@@ -14,7 +14,7 @@
#### Medium
(none)
- [ ] **Section List Integration**: Connect Section to List row extraction for header/footer rendering
#### Low
@@ -37,6 +37,8 @@
### 2026-02-08
- [x] **Section View**: SwiftUI-conformant Section with header/content/footer, SectionRowExtractor, 14 tests
- [x] **ButtonRole + Alert**: Horizontal buttons, cancel/destructive roles, ESC dismiss, arrow navigation
- [x] **Xcode Project Template**: TUIkit App.xctemplate with install script, landing page one-liner
- [x] **xcode-templates Skill**: Global skill for creating Xcode project templates
- [x] **List & Table PR**: Merged PR #86 with focus bar, F-keys, StatusBar defaults, SwiftLint fixes