Skip to content

Commit 6f64975

Browse files
authored
Merge pull request RooCodeInc#760 from RooVetGit/cte/dropdown-menu
Add shadcn/ui dropdown menu component
2 parents bf7ec31 + 684f89c commit 6f64975

File tree

12 files changed

+1471
-198
lines changed

12 files changed

+1471
-198
lines changed

webview-ui/.storybook/main.ts

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,7 @@ import type { StorybookConfig } from "@storybook/react-vite"
22

33
const config: StorybookConfig = {
44
stories: ["../src/**/*.mdx", "../src/**/*.stories.@(js|jsx|mjs|ts|tsx)"],
5-
addons: [
6-
"@storybook/addon-onboarding",
7-
"@storybook/addon-essentials",
8-
"@chromatic-com/storybook",
9-
"@storybook/addon-interactions",
10-
],
5+
addons: ["@storybook/addon-essentials", "@storybook/addon-interactions"],
116
framework: {
127
name: "@storybook/react-vite",
138
options: {},

webview-ui/.storybook/vscode.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
--vscode-button-foreground: #ffffff; /* "button.foreground" */
1515
--vscode-button-secondaryBackground: #313131; /* "button.secondaryBackground" */
1616
--vscode-button-secondaryForeground: #cccccc; /* "button.secondaryForeground" */
17-
--vscode-disabledForeground: red; /* "disabledForeground" */
17+
--vscode-disabledForeground: #313131; /* "disabledForeground" */
1818
--vscode-descriptionForeground: #9d9d9d; /* "descriptionForeground" */
1919
--vscode-focusBorder: #0078d4; /* "focusBorder" */
2020
--vscode-errorForeground: #f85149; /* "errorForeground" */

0 commit comments

Comments
 (0)