Skip to content

Commit

Permalink
Merge pull request RooVetGit#760 from RooVetGit/cte/dropdown-menu
Browse files Browse the repository at this point in the history
Add shadcn/ui dropdown menu component
  • Loading branch information
cte authored Feb 3, 2025
2 parents bf7ec31 + 684f89c commit 6f64975
Show file tree
Hide file tree
Showing 12 changed files with 1,471 additions and 198 deletions.
7 changes: 1 addition & 6 deletions webview-ui/.storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ import type { StorybookConfig } from "@storybook/react-vite"

const config: StorybookConfig = {
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
addons: [
"@storybook/addon-onboarding",
"@storybook/addon-essentials",
"@chromatic-com/storybook",
"@storybook/addon-interactions",
],
addons: ["@storybook/addon-essentials", "@storybook/addon-interactions"],
framework: {
name: "@storybook/react-vite",
options: {},
Expand Down
2 changes: 1 addition & 1 deletion webview-ui/.storybook/vscode.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
--vscode-button-foreground: #ffffff; /* "button.foreground" */
--vscode-button-secondaryBackground: #313131; /* "button.secondaryBackground" */
--vscode-button-secondaryForeground: #cccccc; /* "button.secondaryForeground" */
--vscode-disabledForeground: red; /* "disabledForeground" */
--vscode-disabledForeground: #313131; /* "disabledForeground" */
--vscode-descriptionForeground: #9d9d9d; /* "descriptionForeground" */
--vscode-focusBorder: #0078d4; /* "focusBorder" */
--vscode-errorForeground: #f85149; /* "errorForeground" */
Expand Down
Loading

0 comments on commit 6f64975

Please sign in to comment.