Skip to content

Commit

Permalink
remove unused package
Browse files Browse the repository at this point in the history
  • Loading branch information
melkent committed Nov 27, 2024
1 parent fed910d commit 0166af6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 119 deletions.
85 changes: 0 additions & 85 deletions frontend/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@
"@heroicons/react": "^2.2.0",
"@mui/icons-material": "^6.1.2",
"@mui/material": "^6.1.2",
"@mui/x-date-pickers": "^7.22.3",
"@supabase/supabase-js": "^2.45.5",
"axios": "^1.7.7",
"pdfjs-dist": "^4.7.76",
Expand Down
33 changes: 0 additions & 33 deletions frontend/src/components/inputs/CLInputs.jsx

This file was deleted.

7 changes: 7 additions & 0 deletions frontend/src/pages/Dashboard.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@ function Buttons() {
navigate("/newLog");
};

const handleAddLogbook = () => {
navigate("uploadPhotos")
}

const handleViewHistory = () => {
navigate("/logHistory");
};
Expand All @@ -48,6 +52,9 @@ function Buttons() {
<CLButtonPrimary onClick={handleCreateNewLog} width={"332px"}>
Create New Log
</CLButtonPrimary>
<CLButtonSecondary onClick={handleAddLogbook} width={"332px"}>
Add Logbook
</CLButtonSecondary>
<CLButtonSecondary onClick={handleViewHistory} width={"332px"}>
View Log History
</CLButtonSecondary>
Expand Down

0 comments on commit 0166af6

Please sign in to comment.