Skip to content

Commit 7d892a2

Browse files
committed
Bump the changeset to the executor package
Only the published CLI is managed directly by Changesets (.changeset/README.md); a package-scoped entry does not reach the Version Packages PR. Rewrite the body as the changelog entry it becomes.
1 parent ff43639 commit 7d892a2

1 file changed

Lines changed: 12 additions & 2 deletions

File tree

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
---
2-
"@executor-js/react": patch
2+
"executor": patch
33
---
44

5-
Add a shortcut beside the sidebar integration list that opens the existing integration picker.
5+
**Connect an integration from the sidebar**
6+
7+
The sidebar lists your integrations on every console route, but connecting
8+
another one meant navigating back to the integrations page to reach its Connect
9+
action — the picker state was owned by that page, so the shared shell could
10+
render the list without being able to open the flow behind it.
11+
12+
The connect dialog now belongs to the shell. A labelled plus button sits beside
13+
the sidebar's Integrations heading and opens the same picker, records the same
14+
event, and leaves the current route in place behind it. On mobile the navigation
15+
drawer closes first so the dialog gets the full viewport.

0 commit comments

Comments
 (0)