mirror of
https://github.com/pointfreeco/swift-composable-architecture.git
synced 2025-12-20 09:11:33 +01:00
* Conform `WithViewStore` to `Commands` * Fix typo * Add coverage for `Commands` * Fix documentation * Conform `WithViewStore` to `AccessibilityRotorContent` and `ToolbarContent` * Conform `WithViewStore` to `TableColumnContent` * Fix indentation * Conform `WithViewStore` to `TableRowContent` * Fix Typo * Conform `WithViewStore` to `DynamicTableRowContent` * Reorder declarations according to the protocol name * Add coverage for `WithViewStore` new conformances * Remove Table-related conformances * Rearrange extensions for better autocomplete. Co-authored-by: Brandon Williams <mbrandonw@hey.com>