feat(overlay): Add a settings panel#9058
Merged
Princesseuh merged 8 commits intomainfrom Nov 13, 2023
Merged
Conversation
🦋 Changeset detectedLatest commit: bacda87 The changes in this PR will be included in the next version bump. Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
Contributor
⚖️ Bundle Size CheckLatest commit: bacda87
|
bluwy
approved these changes
Nov 13, 2023
Member
There was a problem hiding this comment.
LGTM. We'd need a changeset before merging this.
I have a few thoughts about the design/behaviour, but not blocking the PR:
- When opening the first Astro panel, then the settings panel, should the Astro panel auto-close? So there's only one panel at a time.
- The settings name e.g.
Verbose logging?feels a bit weird with the?. I don't usually see trailing punctuations in settings names. - Each setting controls, the setting description is larger than the setting title. Is it intentional?
EDIT: The above image is what I see locally in Safari and Chrome, which seems to be slightly different compared to your screenshot.
Member
Author
Merged
Member
Strange, I can't reproduce this anymore. Sorry for the false alarm 😅 |
natemoo-re
pushed a commit
that referenced
this pull request
Nov 22, 2023
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.

Changes
Add a little settings panel guy and the components it needs (the toggle)

Those options are saved locally, using
localStorageand are intended for Dev Overlay settings.Testing
Added a test that it opens and closes, like other plugins
Docs
Will do docs