Replace ASCII diagram with draw.io architecture diagrams#15
Merged
anthony1810 merged 5 commits intomainfrom Feb 14, 2026
Merged
Replace ASCII diagram with draw.io architecture diagrams#15anthony1810 merged 5 commits intomainfrom
anthony1810 merged 5 commits intomainfrom
Conversation
Add three professional diagrams to replace the ASCII art in README: - Architecture Overview (Three Pillars pattern) - Parent-Child State Binding with BindingParentStateOption - Action Flow showing ActionLocker and LoadingTrackable lifecycle Diagrams exported as PNG images with .drawio sources for future editing.
Re-export PNGs from manually edited .drawio source files.
Re-export all diagrams with transparent backgrounds.
Set background="none" in all .drawio source files and re-export with --transparent flag.
nashysolutions
added a commit
to nashysolutions/ScreenStateKit
that referenced
this pull request
Feb 24, 2026
The protocol previously only exposed nonisolated receive(action:), which spawns an unstructured fire-and-forget task with no cancellation support. Callers in async contexts (SwiftUI .task, .refreshable) had to reach into conforming types' internal isolatedReceive method to get awaitable dispatch. Adding func send(action: Action) async makes the safe, structured path part of the public contract. receive(action:) is retained for sync contexts (button callbacks, onAppear) where awaiting is not possible (fixes anthony1810#15). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This was referenced Feb 24, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
.drawiosource files included indocs/images/for future editingTest plan
.drawiofiles can be opened and edited in draw.io