This commit is contained in:
joseph le 2024-05-15 02:20:30 +00:00
parent 6df58ac083
commit 803fc832e2
101 changed files with 0 additions and 0 deletions

0
FRONTEND/.env.example Normal file → Executable file
View File

0
FRONTEND/.eslintignore Normal file → Executable file
View File

0
FRONTEND/.eslintrc.cjs Normal file → Executable file
View File

0
FRONTEND/.gitignore vendored Normal file → Executable file
View File

0
FRONTEND/.prettierignore Normal file → Executable file
View File

0
FRONTEND/.prettierrc Normal file → Executable file
View File

0
FRONTEND/README.md Normal file → Executable file
View File

0
FRONTEND/index.html Normal file → Executable file
View File

0
FRONTEND/package-lock.json generated Normal file → Executable file
View File

0
FRONTEND/package.json Normal file → Executable file
View File

0
FRONTEND/pnpm-lock.yaml Normal file → Executable file
View File

0
FRONTEND/postcss.config.cjs Normal file → Executable file
View File

0
FRONTEND/public/backgroundLogin.png Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 283 KiB

After

Width:  |  Height:  |  Size: 283 KiB

0
FRONTEND/public/favicon.svg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 438 B

After

Width:  |  Height:  |  Size: 438 B

0
FRONTEND/public/logo.jpg Normal file → Executable file
View File

Before

Width:  |  Height:  |  Size: 5.3 KiB

After

Width:  |  Height:  |  Size: 5.3 KiB

0
FRONTEND/src/App.module.css Normal file → Executable file
View File

0
FRONTEND/src/App.tsx Normal file → Executable file
View File

0
FRONTEND/src/Welcome/Welcome.css.ts Normal file → Executable file
View File

0
FRONTEND/src/Welcome/Welcome.tsx Normal file → Executable file
View File

0
FRONTEND/src/api/Admin.ts Normal file → Executable file
View File

0
FRONTEND/src/api/Auth.ts Normal file → Executable file
View File

View File

View File

View File

View File

View File

0
FRONTEND/src/components/BasePage/BasePage.module.css Normal file → Executable file
View File

0
FRONTEND/src/components/BasePage/BasePage.test.tsx Normal file → Executable file
View File

0
FRONTEND/src/components/BasePage/BasePage.tsx Normal file → Executable file
View File

View File

View File

0
FRONTEND/src/components/DataTable/DataTable.module.css Normal file → Executable file
View File

0
FRONTEND/src/components/DataTable/DataTable.tsx Normal file → Executable file
View File

0
FRONTEND/src/components/Footer/Footer.test.tsx Normal file → Executable file
View File

0
FRONTEND/src/components/Footer/Footer.tsx Normal file → Executable file
View File

View File

View File

0
FRONTEND/src/components/Header/Header.test.tsx Normal file → Executable file
View File

0
FRONTEND/src/components/Header/Header.tsx Normal file → Executable file
View File

View File

0
FRONTEND/src/components/HomeContent/HomeContent.tsx Normal file → Executable file
View File

View File

View File

View File

View File

Before

Width:  |  Height:  |  Size: 8.4 KiB

After

Width:  |  Height:  |  Size: 8.4 KiB

View File

Before

Width:  |  Height:  |  Size: 1.2 KiB

After

Width:  |  Height:  |  Size: 1.2 KiB

0
FRONTEND/src/components/Navbar/Navbar.tsx Normal file → Executable file
View File

View File

View File

View File

0
FRONTEND/src/components/RenderForm/RenderForm.tsx Normal file → Executable file
View File

0
FRONTEND/src/components/Welcome/Welcome.css.ts Normal file → Executable file
View File

0
FRONTEND/src/components/Welcome/Welcome.test.tsx Normal file → Executable file
View File

0
FRONTEND/src/components/Welcome/Welcome.tsx Normal file → Executable file
View File

View File

0
FRONTEND/src/global.d.ts vendored Normal file → Executable file
View File

0
FRONTEND/src/lib/utils.ts Normal file → Executable file
View File

0
FRONTEND/src/main.tsx Normal file → Executable file
View File

0
FRONTEND/src/pages/Auth/Login/Login.tsx Normal file → Executable file
View File

0
FRONTEND/src/pages/Banner/Banner.module.css Normal file → Executable file
View File

0
FRONTEND/src/pages/Banner/Banner.tsx Normal file → Executable file
View File

0
FRONTEND/src/pages/Contacts/Contacts.module.css Normal file → Executable file
View File

0
FRONTEND/src/pages/Contacts/Contacts.tsx Normal file → Executable file
View File

0
FRONTEND/src/pages/CustomTheme/CustomTheme.module.css Normal file → Executable file
View File

0
FRONTEND/src/pages/CustomTheme/CustomTheme.tsx Normal file → Executable file
View File

0
FRONTEND/src/pages/Dashboard/Chart.tsx Normal file → Executable file
View File

0
FRONTEND/src/pages/Dashboard/Dashboard.module.css Normal file → Executable file
View File

0
FRONTEND/src/pages/Dashboard/Dashboard.tsx Normal file → Executable file
View File

View File

0
FRONTEND/src/pages/GeneralSetting/GeneralSetting.tsx Normal file → Executable file
View File

0
FRONTEND/src/pages/Home/Home.tsx Normal file → Executable file
View File

0
FRONTEND/src/pages/NotFound/NotFound.tsx Normal file → Executable file
View File

0
FRONTEND/src/pages/Tracking/Tracking.module.css Normal file → Executable file
View File

0
FRONTEND/src/pages/Tracking/Tracking.tsx Normal file → Executable file
View File

0
FRONTEND/src/pages/Welcome/Welcome.module.css Normal file → Executable file
View File

0
FRONTEND/src/pages/Welcome/Welcome.tsx Normal file → Executable file
View File

0
FRONTEND/src/routes/main.tsx Normal file → Executable file
View File

0
FRONTEND/src/rtk/dispatches/auth.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/helpers/CRUD.tsx Normal file → Executable file
View File

0
FRONTEND/src/rtk/helpers/apiService.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/helpers/history.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/helpers/notificationMess.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/helpers/tokenCreator.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/helpers/transformErrorMessage.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/helpers/utils.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/helpers/variables.tsx Normal file → Executable file
View File

0
FRONTEND/src/rtk/hooks.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/localStorage.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/services/auth.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/slices/auth.ts Normal file → Executable file
View File

0
FRONTEND/src/rtk/store.ts Normal file → Executable file
View File

0
FRONTEND/src/theme.ts Normal file → Executable file
View File

0
FRONTEND/src/utils/createInitialValue.ts Normal file → Executable file
View File

0
FRONTEND/src/variables/formFormat.ts Normal file → Executable file
View File

0
FRONTEND/src/variables/types.ts Normal file → Executable file
View File

0
FRONTEND/src/vite-env.d.ts vendored Normal file → Executable file
View File

0
FRONTEND/tsconfig.json Normal file → Executable file
View File

0
FRONTEND/tsconfig.node.json Normal file → Executable file
View File

Some files were not shown because too many files have changed in this diff Show More