Move concern workflows from Home into concern controls
This commit is contained in:
2
FAQ.md
2
FAQ.md
@@ -74,4 +74,4 @@ There is no separate activate button in Play. The selected character in the char
|
||||
|
||||
## Why is auth form state kept in `AuthSection` instead of `Home`?
|
||||
|
||||
Auth inputs and inline validation are transient UI concerns, so they now live in `AuthSection`. `Home` keeps only session/workspace state and API workflows, and returns `FormSubmissionResult` back to controls for display.
|
||||
Auth inputs, validation, and submit workflows are transient UI concerns, so they now live in `AuthSection`. `Home` keeps shared session/workspace state and cross-control refresh/orchestration only.
|
||||
|
||||
Reference in New Issue
Block a user