Skip to content

Commit

Permalink
Add kind tags for Bronze, Silver, and Gold (#24446)
Browse files Browse the repository at this point in the history
  • Loading branch information
braunjj authored Sep 12, 2024
1 parent af4fab9 commit 8ddba34
Show file tree
Hide file tree
Showing 4 changed files with 75 additions and 0 deletions.
15 changes: 15 additions & 0 deletions js_modules/dagster-ui/packages/ui-core/src/graph/OpTags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ import csv from './kindtag-images/csv.svg';
import dag from './kindtag-images/dag.svg';
import dashboard from './kindtag-images/dashboard.svg';
import file from './kindtag-images/file.svg';
import medallion_bronze from './kindtag-images/medallion-bronze-color.svg';
import medallion_gold from './kindtag-images/medallion-gold-color.svg';
import medallion_silver from './kindtag-images/medallion-silver-color.svg';
import notebook from './kindtag-images/notebook.svg';
import pdf from './kindtag-images/pdf.svg';
import seed from './kindtag-images/seed.svg';
Expand Down Expand Up @@ -853,6 +856,18 @@ export const KNOWN_TAGS: Record<string, KnownTag> = {
content: ' ',
blackAndWhite: true,
},
gold: {
icon: medallion_gold,
content: 'Gold',
},
silver: {
icon: medallion_silver,
content: 'Silver',
},
bronze: {
icon: medallion_bronze,
content: 'Bronze',
},
expand: {color: '#D7A540', content: 'Expand'},
};

Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit 8ddba34

@github-actions
Copy link

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-o0enii5qa-elementl.vercel.app

Built with commit 8ddba34.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.