-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SelectionAutoCompleteInput] Fix auto-complete for tags that have bot…
…h a key and value (#26847) ## Summary & Motivation 1. The current SelectionAutoComplete grammar doesn't allow for attribute:value=value so add that to the grammar 2. Fix the suggestions so that we end up with `tag:"key"="value"` instead of `tag:"key=value"` 3. Add icons for the other attributes ## How I Tested These Changes <img width="1200" alt="Screenshot 2025-01-06 at 12 15 19 PM" src="https://github.com/user-attachments/assets/3f8fabc3-0e55-4340-a757-8e85e0da09a8" />
- Loading branch information
Showing
11 changed files
with
446 additions
and
303 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
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
6 changes: 3 additions & 3 deletions
6
js_modules/dagster-ui/packages/ui-core/src/selection/generated/SelectionAutoComplete.interp
Large diffs are not rendered by default.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
js_modules/dagster-ui/packages/ui-core/src/selection/generated/SelectionAutoComplete.tokens
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
8 changes: 4 additions & 4 deletions
8
...les/dagster-ui/packages/ui-core/src/selection/generated/SelectionAutoCompleteLexer.interp
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
10 changes: 5 additions & 5 deletions
10
...les/dagster-ui/packages/ui-core/src/selection/generated/SelectionAutoCompleteLexer.tokens
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
82 changes: 43 additions & 39 deletions
82
js_modules/dagster-ui/packages/ui-core/src/selection/generated/SelectionAutoCompleteLexer.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
...ules/dagster-ui/packages/ui-core/src/selection/generated/SelectionAutoCompleteListener.ts
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.
ed3d48d
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Deploy preview for dagit-core-storybook ready!
✅ Preview
https://dagit-core-storybook-46smi5qmk-elementl.vercel.app
Built with commit ed3d48d.
This pull request is being automatically deployed with vercel-action