Add Dev Console shortcut for non-embedded apps in app dev#7263
Open
nickwesselman wants to merge 2 commits intomainfrom
Open
Add Dev Console shortcut for non-embedded apps in app dev#7263nickwesselman wants to merge 2 commits intomainfrom
nickwesselman wants to merge 2 commits intomainfrom
Conversation
This was referenced Apr 13, 2026
Contributor
Author
This stack of pull requests is managed by Graphite. Learn more about stacking. |
9a408b5 to
5e5ddf6
Compare
For non-embedded apps, adds a (c) keyboard shortcut and URL link in the DevSessionUI footer that opens the store admin with ?dev-console=show, giving developers quick access to extension previews. Also fixes AppManagementClient.appFromIdentifiers() to extract the embedded field from the app home module config, and makes the embedded state reactive via DevSessionStatusManager so it updates live when the toml changes during dev. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
5e5ddf6 to
880c5f8
Compare
allExtensions includes config extensions (app_home, webhooks, etc.) that always exist, causing hasExtensions to always be true. Use nonConfigExtensions which only includes user-defined extensions. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
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.

WHY are these changes introduced?
Improves the
app devexperience for non-embedded apps. The default preview link opens the app outside of admin for non-embedded apps, so there is not an easy way to navigate to the Dev Console. They'd need to open admin themselves.WHAT is this pull request doing?
Conditionally adds an additional
(c)action and preview link for opening the Dev Console, which opens admin w/?dev-console=showto ensure it's not minimized.I also simplified/clarified the existing preview and GraphiQL link descriptions.
in browserseems unecessary.How to test your changes?
Run
app devon a non-embeddeed app.Checklist
pnpm changeset add