feat(PP-3449): add Dev Panel guide to README#197
Merged
Conversation
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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.
📊 Dev Panel guide in README + next beta release trigger
Summary
Adds a dedicated Dev Panel section to the README (styled after the Request Inspector section) documenting the new UI capabilities shipped in the 1.0 line, and — being a
feat-typed commit — arms semantic-release to cut the next beta once the stale-tag issue is resolved (see note below).Key changes
## Dev PanelREADME section: what the panel shows, the three ways to reposition it (drag & snap by the grip handle, corner picker in the settings popover,devPanel.positionconfig), auto-hide behavior and the pin button, hiding/restoring via the settings popover and?pp-dev-panel=show|hideURL params, localStorage persistence/precedence and the origin-scoped caveat, plus a config example.devPaneloption reference table and the new section.⚠ Release note
The previous release run failed because the
v1.0.0-beta.1tag already exists — it was created on main on July 2 (commit9edc66b) and that version is already published to npm under thebetadist-tag. Since the tag is not reachable fromdevelop, semantic-release recomputed1.0.0-beta.1and collided with it. Before merging, the tag should be moved tof66e5f6(chore(release): 1.0.0-beta.1on develop) so the next run computes1.0.0-beta.2.Included commits:
54b8331feat(PP-3449): add Dev Panel guide to README (position, auto-hide, hide/restore)Merge Request:
origin/pp-3449-dev-panel-docs→origin/develop