diff --git a/frontend/src/views/SecretMainPage/components/ActionBar/ActionBar.tsx b/frontend/src/views/SecretMainPage/components/ActionBar/ActionBar.tsx index 28b796dda..0de8fcd2a 100644 --- a/frontend/src/views/SecretMainPage/components/ActionBar/ActionBar.tsx +++ b/frontend/src/views/SecretMainPage/components/ActionBar/ActionBar.tsx @@ -3,7 +3,6 @@ import { faAnglesDown, faCheckCircle, faChevronRight, - faClose, faCodeCommit, faDownload, faEye, @@ -12,6 +11,7 @@ import { faFilter, faFolderPlus, faMagnifyingGlass, + faMinusSquare, faPlus, faTrash } from "@fortawesome/free-solid-svg-icons"; @@ -373,14 +373,14 @@ export const ActionBar = ({ isMultiSelectActive && "h-16" )} > -
+
- + -
- {Object.keys(selectedSecrets).length} Secrets +
+ {Object.keys(selectedSecrets).length} Selected
{(isAllowed) => ( - } className="ml-4 text-red-700" onClick={() => handlePopUpOpen("bulkDeleteSecrets")} isDisabled={!isAllowed} + size="xs" > - - + Delete + )}
diff --git a/frontend/src/views/SecretMainPage/components/ActionBar/CreateSecretForm.tsx b/frontend/src/views/SecretMainPage/components/ActionBar/CreateSecretForm.tsx index 20ca3e0ed..1c7a179d9 100644 --- a/frontend/src/views/SecretMainPage/components/ActionBar/CreateSecretForm.tsx +++ b/frontend/src/views/SecretMainPage/components/ActionBar/CreateSecretForm.tsx @@ -95,7 +95,7 @@ export const CreateSecretForm = ({ > )} diff --git a/frontend/src/views/SecretMainPage/components/SecretListView/SecretItem.tsx b/frontend/src/views/SecretMainPage/components/SecretListView/SecretItem.tsx index 3ef1477c3..ff98f56e7 100644 --- a/frontend/src/views/SecretMainPage/components/SecretListView/SecretItem.tsx +++ b/frontend/src/views/SecretMainPage/components/SecretListView/SecretItem.tsx @@ -10,7 +10,6 @@ import { faCopy, faEllipsis, faKey, - faSave, faTag, faTags } from "@fortawesome/free-solid-svg-icons"; @@ -449,7 +448,7 @@ export const SecretItem = memo( {isSubmitting ? ( ) : ( - + )}