Skip to content

Commit 960d462

Browse files
refactor: Cleanup up unused frontend files using Knip (#7506)
* extrasidebar cleanup * shad component cleanup * components and types batch * controllers cleanup * helpers and table components * [autofix.ci] apply automated fixes --------- Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
1 parent 29e0179 commit 960d462

File tree

76 files changed

+12
-4011
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

76 files changed

+12
-4011
lines changed

src/frontend/package-lock.json

+10-82
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/frontend/package.json

-4
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,18 @@
99
"@million/lint": "^1.0.0-rc.26",
1010
"@radix-ui/react-accordion": "^1.1.2",
1111
"@radix-ui/react-checkbox": "^1.0.4",
12-
"@radix-ui/react-collapsible": "^1.1.1",
1312
"@radix-ui/react-dialog": "^1.1.2",
1413
"@radix-ui/react-dropdown-menu": "^2.0.6",
1514
"@radix-ui/react-form": "^0.0.3",
1615
"@radix-ui/react-icons": "^1.3.0",
1716
"@radix-ui/react-label": "^2.0.2",
18-
"@radix-ui/react-menubar": "^1.0.4",
1917
"@radix-ui/react-popover": "^1.0.7",
20-
"@radix-ui/react-progress": "^1.0.3",
2118
"@radix-ui/react-select": "^2.0.0",
2219
"@radix-ui/react-separator": "^1.0.3",
2320
"@radix-ui/react-slider": "^1.2.1",
2421
"@radix-ui/react-slot": "^1.0.2",
2522
"@radix-ui/react-switch": "^1.0.3",
2623
"@radix-ui/react-tabs": "^1.0.4",
27-
"@radix-ui/react-toggle": "^1.0.3",
2824
"@radix-ui/react-tooltip": "^1.0.7",
2925
"@tabler/icons-react": "^3.6.0",
3026
"@tailwindcss/forms": "^0.5.7",

src/frontend/src/CustomNodes/GenericNode/components/outputModal/components/switchOutputView/helpers/convert-to-table-rows.ts

-4
This file was deleted.

src/frontend/src/alerts/hooks/useOnClickOutside/index.ts

-33
This file was deleted.

src/frontend/src/components/common/accordionComponent/composite/folderAccordionComponent/index.tsx

-72
This file was deleted.

src/frontend/src/components/common/arrayReaderComponent/index.tsx

-14
This file was deleted.

src/frontend/src/components/common/catchAllRoutes/index.tsx

-13
This file was deleted.

src/frontend/src/components/common/fetchIconComponent/index.tsx

-21
This file was deleted.

0 commit comments

Comments
 (0)