Extract workspace host and collapse Home partials
This commit is contained in:
3
FAQ.md
3
FAQ.md
@@ -70,7 +70,8 @@ There is no separate activate button in Play. The selected character in the char
|
||||
|
||||
## Where did the Home page logic move after the refactor?
|
||||
|
||||
`Home.razor` now focuses on composition and delegates behavior to concern-based code-behind partials (`Home.Auth.cs`, `Home.Campaign.cs`, `Home.Character.cs`, `Home.Skill.cs`, etc.) plus dedicated UI controls under `Components/Pages/HomeControls/`.
|
||||
`Home.razor` + `Home.razor.cs` now act as a small gateway that switches between loading, anonymous auth, and workspace views.
|
||||
Authenticated application state and behavior were moved into `Components/Pages/Workspace.razor`, while reusable concern UI remains under `Components/Pages/HomeControls/`.
|
||||
|
||||
## Why is auth form state kept in `AuthSection` instead of `Home`?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user