-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement API that allows rendering Fast Access menu (fka "@" menu).
- **Add Project state abstraction.** - **Sketch out `AtMenu`.** - **Make graph asset editing actually work.** - **Populate tools in AtMenu.** - **Populate components in AtMenu.** - **Stub out generated assets and rename to "fastAccess"** - **Introduce `bb-fast-access-menu`.** - **Plumb proper node metadata and graphId.** - **Start adding select methods on FastAccess controller.** - **Make the component wiring work.** - **Discard some code from direction that's proven wrong.** - **docs(changeset): Implement API that allows rendering Fast Access menu (fka "@" menu).** Fixes #4227. Progress on #4236.
- Loading branch information
Showing
18 changed files
with
607 additions
and
162 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
"@breadboard-ai/visual-editor": minor | ||
"@google-labs/breadboard": minor | ||
"@breadboard-ai/shared-ui": minor | ||
"@breadboard-ai/a2": minor | ||
--- | ||
|
||
Implement API that allows rendering Fast Access menu (fka "@" menu). |
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.