diff --git a/.gitignore b/.gitignore index 94035d25..8838637e 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ e2e/sample localization.log localization.md .env + +.claude \ No newline at end of file diff --git a/src/components/shadcn/Dropdown.tsx b/src/components/shadcn/Dropdown.tsx index 1161f034..26e6c77d 100644 --- a/src/components/shadcn/Dropdown.tsx +++ b/src/components/shadcn/Dropdown.tsx @@ -25,7 +25,7 @@ const DropdownMenuSubTrigger = React.forwardRef< (({ className, ...props }, ref) => ( )) diff --git a/src/dashboardWebView/components/Common/ChoiceButton.tsx b/src/dashboardWebView/components/Common/ChoiceButton.tsx index 215ea934..aec49e20 100644 --- a/src/dashboardWebView/components/Common/ChoiceButton.tsx +++ b/src/dashboardWebView/components/Common/ChoiceButton.tsx @@ -1,4 +1,4 @@ -import { ChevronDownIcon } from '@heroicons/react/24/outline'; +import { ChevronDownIcon, PlusIcon } from '@heroicons/react/24/outline'; import * as React from 'react'; import { MenuItem } from '../Menu'; import * as l10n from '@vscode/l10n'; @@ -28,11 +28,12 @@ export const ChoiceButton: React.FunctionComponent = ({ @@ -40,7 +41,7 @@ export const ChoiceButton: React.FunctionComponent = ({ {choices.length > 0 && ( {l10n.t(LocalizationKey.dashboardCommonChoiceButtonOpen)}