-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
a284dfa
commit 01a6c0e
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
Submodule api
updated
30 files
Submodule web
updated
26 files
+2 −2 | app.json | |
+ − | assets/images/Logo-pro4tech.png | |
+ − | assets/images/logo-p4t-navbar.png | |
+10 −0 | package.json | |
+161 −0 | pnpm-lock.yaml | |
+77 −7 | src/App.tsx | |
+9 −18 | src/components/Card.tsx | |
+103 −0 | src/components/DynamicTable.tsx | |
+326 −0 | src/components/MultiSelectFilter.tsx | |
+35 −25 | src/components/PieChart.tsx | |
+125 −0 | src/components/Sidebar.tsx | |
+61 −13 | src/components/barChart.tsx | |
+76 −45 | src/components/filter.tsx | |
+5 −0 | src/declarations.d.ts | |
+400 −82 | src/pages/Dashboard.tsx | |
+133 −0 | src/pages/Login.tsx | |
+449 −0 | src/pages/Report.tsx | |
+48 −0 | src/schemas/Dashboard.ts | |
+0 −34 | src/schemas/DashboardProcess.ts | |
+16 −0 | src/schemas/Status.ts | |
+4 −0 | src/schemas/Suggestion.ts | |
+33 −0 | src/schemas/TableDashboard.ts | |
+18 −18 | src/service/Dashboard.ts | |
+41 −0 | src/service/Suggestions.ts | |
+99 −0 | src/service/TableDashboard.ts | |
+2 −1 | tsconfig.json |