Skip to content

Commit

Permalink
web: Delete ProposalActionsSummary
Browse files Browse the repository at this point in the history
  • Loading branch information
ancorgs committed Nov 28, 2024
1 parent 5a5620a commit cd6f156
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 317 deletions.
1 change: 0 additions & 1 deletion web/src/components/storage/ProposalActionsDialog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export default function ProposalActionsDialog({
subvolActions.length,
);

console.log(actions);
return (
<>
<ActionsList actions={generalActions} />
Expand Down
107 changes: 0 additions & 107 deletions web/src/components/storage/ProposalActionsSummary.test.tsx

This file was deleted.

207 changes: 0 additions & 207 deletions web/src/components/storage/ProposalActionsSummary.tsx

This file was deleted.

1 change: 0 additions & 1 deletion web/src/components/storage/ProposalPage.test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jest.mock("~/queries/issues", () => ({
}));

jest.mock("./ProposalSettingsSection", () => () => <div>proposal settings</div>);
jest.mock("./ProposalActionsSummary", () => () => <div>actions section</div>);
jest.mock("./ProposalResultSection", () => () => <div>result section</div>);
jest.mock("./ProposalTransactionalInfo", () => () => <div>trasactional info</div>);

Expand Down
1 change: 0 additions & 1 deletion web/src/components/storage/ProposalPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ export const NOT_AFFECTED = {
// the ProposalResultSection is refreshed always
InstallationDeviceField: [CHANGING.ENCRYPTION, CHANGING.BOOT, CHANGING.POLICY, CHANGING.VOLUMES],
PartitionsField: [CHANGING.ENCRYPTION, CHANGING.POLICY],
ProposalActionsSummary: [CHANGING.ENCRYPTION, CHANGING.TARGET],
};

export default function ProposalPage() {
Expand Down

0 comments on commit cd6f156

Please sign in to comment.