docs: update docs for sidebar footer, theme toggle, and dropdown changes#35
Merged
anilcancakir merged 1 commit intomainfrom Apr 8, 2026
Merged
docs: update docs for sidebar footer, theme toggle, and dropdown changes#35anilcancakir merged 1 commit intomainfrom
anilcancakir merged 1 commit intomainfrom
Conversation
- Add useSidebarFooter() section and facade entry to manager doc - Update theme toggle location from sidebar to user profile dropdown - Add theme toggle mention to UserProfileDropdown widget descriptions - Add layout customization section to README with useHeader/useSidebarFooter
There was a problem hiding this comment.
Pull request overview
Updates Magic Starter documentation to reflect recent layout customization and UI changes, including the sidebar footer slot and relocation of the theme toggle into the user profile dropdown.
Changes:
- Added README guidance for layout customization via
useHeader()anduseSidebarFooter(). - Updated docs to state theme toggling is available via the user profile dropdown (not the sidebar).
- Expanded widget descriptions to include the theme toggle in
MagicStarterUserProfileDropdown, and documenteduseSidebarFooter()in the manager docs.
Reviewed changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| README.md | Documents layout customization APIs and updates the exported widget description to include the theme toggle in the profile dropdown. |
| doc/basics/views-and-layouts.md | Updates theme toggle location guidance and the user profile dropdown widget description. |
| doc/architecture/manager.md | Adds a dedicated useSidebarFooter() section and includes it in the facade-to-manager mapping table. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
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
useSidebarFooter()section and facade entry to manager docMagicStarterUserProfileDropdownwidget descriptionsuseHeader()/useSidebarFooter()Test plan