From 803fc832e2172610e6c4ee0b6d5d1c3dbda9dcb1 Mon Sep 17 00:00:00 2001 From: joseph le Date: Wed, 15 May 2024 02:20:30 +0000 Subject: [PATCH] update --- FRONTEND/.env.example | 0 FRONTEND/.eslintignore | 0 FRONTEND/.eslintrc.cjs | 0 FRONTEND/.gitignore | 0 FRONTEND/.prettierignore | 0 FRONTEND/.prettierrc | 0 FRONTEND/README.md | 0 FRONTEND/index.html | 0 FRONTEND/package-lock.json | 0 FRONTEND/package.json | 0 FRONTEND/pnpm-lock.yaml | 0 FRONTEND/postcss.config.cjs | 0 FRONTEND/public/backgroundLogin.png | Bin FRONTEND/public/favicon.svg | 0 FRONTEND/public/logo.jpg | Bin FRONTEND/src/App.module.css | 0 FRONTEND/src/App.tsx | 0 FRONTEND/src/Welcome/Welcome.css.ts | 0 FRONTEND/src/Welcome/Welcome.tsx | 0 FRONTEND/src/api/Admin.ts | 0 FRONTEND/src/api/Auth.ts | 0 .../Authentication/Authentication.module.css | 0 .../Authentication/Authentication.test.tsx | 0 .../components/Authentication/Authentication.tsx | 0 .../Authentication/ResetPassword.module.css | 0 .../src/components/Authentication/ResetPassword.tsx | 0 .../src/components/BasePage/BasePage.module.css | 0 FRONTEND/src/components/BasePage/BasePage.test.tsx | 0 FRONTEND/src/components/BasePage/BasePage.tsx | 0 .../ColorSchemeToggle/ActionToggle.module.css.ts | 0 .../ColorSchemeToggle/ColorSchemeToggle.tsx | 0 .../src/components/DataTable/DataTable.module.css | 0 FRONTEND/src/components/DataTable/DataTable.tsx | 0 FRONTEND/src/components/Footer/Footer.test.tsx | 0 FRONTEND/src/components/Footer/Footer.tsx | 0 .../src/components/Footer/FooterLinks.module.css.ts | 0 .../components/Header/DoubleHeader.module.css.ts | 0 FRONTEND/src/components/Header/Header.test.tsx | 0 FRONTEND/src/components/Header/Header.tsx | 0 .../components/HomeContent/HomeContent.module.css | 0 FRONTEND/src/components/HomeContent/HomeContent.tsx | 0 .../LanguagePicker/LanguagePicker.module.css.ts | 0 .../LanguagePicker/LanguagePicker.test.tsx | 0 .../components/LanguagePicker/LanguagePicker.tsx | 0 .../components/LanguagePicker/images/english.png | Bin .../components/LanguagePicker/images/vietnam.png | Bin FRONTEND/src/components/Navbar/Navbar.tsx | 0 .../Navbar/NavbarSimpleColored.module.css | 0 .../PasswordRequirementInput.tsx | 0 .../PasswordRequirementWithForm.tsx | 0 .../components/ProtectedRoute/ProtectedRoute.tsx | 0 .../src/components/RenderForm/RenderForm.module.css | 0 FRONTEND/src/components/RenderForm/RenderForm.tsx | 0 FRONTEND/src/components/Welcome/Welcome.css.ts | 0 FRONTEND/src/components/Welcome/Welcome.test.tsx | 0 FRONTEND/src/components/Welcome/Welcome.tsx | 0 .../Welcome/__snapshots__/Welcome.test.tsx.snap | 0 FRONTEND/src/global.d.ts | 0 FRONTEND/src/lib/utils.ts | 0 FRONTEND/src/main.tsx | 0 FRONTEND/src/pages/Auth/Login/Login.tsx | 0 FRONTEND/src/pages/Banner/Banner.module.css | 0 FRONTEND/src/pages/Banner/Banner.tsx | 0 FRONTEND/src/pages/Contacts/Contacts.module.css | 0 FRONTEND/src/pages/Contacts/Contacts.tsx | 0 .../src/pages/CustomTheme/CustomTheme.module.css | 0 FRONTEND/src/pages/CustomTheme/CustomTheme.tsx | 0 FRONTEND/src/pages/Dashboard/Chart.tsx | 0 FRONTEND/src/pages/Dashboard/Dashboard.module.css | 0 FRONTEND/src/pages/Dashboard/Dashboard.tsx | 0 .../pages/GeneralSetting/GeneralSetting.module.css | 0 .../src/pages/GeneralSetting/GeneralSetting.tsx | 0 FRONTEND/src/pages/Home/Home.tsx | 0 FRONTEND/src/pages/NotFound/NotFound.tsx | 0 FRONTEND/src/pages/Tracking/Tracking.module.css | 0 FRONTEND/src/pages/Tracking/Tracking.tsx | 0 FRONTEND/src/pages/Welcome/Welcome.module.css | 0 FRONTEND/src/pages/Welcome/Welcome.tsx | 0 FRONTEND/src/routes/main.tsx | 0 FRONTEND/src/rtk/dispatches/auth.ts | 0 FRONTEND/src/rtk/helpers/CRUD.tsx | 0 FRONTEND/src/rtk/helpers/apiService.ts | 0 FRONTEND/src/rtk/helpers/history.ts | 0 FRONTEND/src/rtk/helpers/notificationMess.ts | 0 FRONTEND/src/rtk/helpers/tokenCreator.ts | 0 FRONTEND/src/rtk/helpers/transformErrorMessage.ts | 0 FRONTEND/src/rtk/helpers/utils.ts | 0 FRONTEND/src/rtk/helpers/variables.tsx | 0 FRONTEND/src/rtk/hooks.ts | 0 FRONTEND/src/rtk/localStorage.ts | 0 FRONTEND/src/rtk/services/auth.ts | 0 FRONTEND/src/rtk/slices/auth.ts | 0 FRONTEND/src/rtk/store.ts | 0 FRONTEND/src/theme.ts | 0 FRONTEND/src/utils/createInitialValue.ts | 0 FRONTEND/src/variables/formFormat.ts | 0 FRONTEND/src/variables/types.ts | 0 FRONTEND/src/vite-env.d.ts | 0 FRONTEND/tsconfig.json | 0 FRONTEND/tsconfig.node.json | 0 FRONTEND/vite.config.ts | 0 101 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 FRONTEND/.env.example mode change 100644 => 100755 FRONTEND/.eslintignore mode change 100644 => 100755 FRONTEND/.eslintrc.cjs mode change 100644 => 100755 FRONTEND/.gitignore mode change 100644 => 100755 FRONTEND/.prettierignore mode change 100644 => 100755 FRONTEND/.prettierrc mode change 100644 => 100755 FRONTEND/README.md mode change 100644 => 100755 FRONTEND/index.html mode change 100644 => 100755 FRONTEND/package-lock.json mode change 100644 => 100755 FRONTEND/package.json mode change 100644 => 100755 FRONTEND/pnpm-lock.yaml mode change 100644 => 100755 FRONTEND/postcss.config.cjs mode change 100644 => 100755 FRONTEND/public/backgroundLogin.png mode change 100644 => 100755 FRONTEND/public/favicon.svg mode change 100644 => 100755 FRONTEND/public/logo.jpg mode change 100644 => 100755 FRONTEND/src/App.module.css mode change 100644 => 100755 FRONTEND/src/App.tsx mode change 100644 => 100755 FRONTEND/src/Welcome/Welcome.css.ts mode change 100644 => 100755 FRONTEND/src/Welcome/Welcome.tsx mode change 100644 => 100755 FRONTEND/src/api/Admin.ts mode change 100644 => 100755 FRONTEND/src/api/Auth.ts mode change 100644 => 100755 FRONTEND/src/components/Authentication/Authentication.module.css mode change 100644 => 100755 FRONTEND/src/components/Authentication/Authentication.test.tsx mode change 100644 => 100755 FRONTEND/src/components/Authentication/Authentication.tsx mode change 100644 => 100755 FRONTEND/src/components/Authentication/ResetPassword.module.css mode change 100644 => 100755 FRONTEND/src/components/Authentication/ResetPassword.tsx mode change 100644 => 100755 FRONTEND/src/components/BasePage/BasePage.module.css mode change 100644 => 100755 FRONTEND/src/components/BasePage/BasePage.test.tsx mode change 100644 => 100755 FRONTEND/src/components/BasePage/BasePage.tsx mode change 100644 => 100755 FRONTEND/src/components/ColorSchemeToggle/ActionToggle.module.css.ts mode change 100644 => 100755 FRONTEND/src/components/ColorSchemeToggle/ColorSchemeToggle.tsx mode change 100644 => 100755 FRONTEND/src/components/DataTable/DataTable.module.css mode change 100644 => 100755 FRONTEND/src/components/DataTable/DataTable.tsx mode change 100644 => 100755 FRONTEND/src/components/Footer/Footer.test.tsx mode change 100644 => 100755 FRONTEND/src/components/Footer/Footer.tsx mode change 100644 => 100755 FRONTEND/src/components/Footer/FooterLinks.module.css.ts mode change 100644 => 100755 FRONTEND/src/components/Header/DoubleHeader.module.css.ts mode change 100644 => 100755 FRONTEND/src/components/Header/Header.test.tsx mode change 100644 => 100755 FRONTEND/src/components/Header/Header.tsx mode change 100644 => 100755 FRONTEND/src/components/HomeContent/HomeContent.module.css mode change 100644 => 100755 FRONTEND/src/components/HomeContent/HomeContent.tsx mode change 100644 => 100755 FRONTEND/src/components/LanguagePicker/LanguagePicker.module.css.ts mode change 100644 => 100755 FRONTEND/src/components/LanguagePicker/LanguagePicker.test.tsx mode change 100644 => 100755 FRONTEND/src/components/LanguagePicker/LanguagePicker.tsx mode change 100644 => 100755 FRONTEND/src/components/LanguagePicker/images/english.png mode change 100644 => 100755 FRONTEND/src/components/LanguagePicker/images/vietnam.png mode change 100644 => 100755 FRONTEND/src/components/Navbar/Navbar.tsx mode change 100644 => 100755 FRONTEND/src/components/Navbar/NavbarSimpleColored.module.css mode change 100644 => 100755 FRONTEND/src/components/PasswordRequirementInput/PasswordRequirementInput.tsx mode change 100644 => 100755 FRONTEND/src/components/PasswordRequirementInput/PasswordRequirementWithForm.tsx mode change 100644 => 100755 FRONTEND/src/components/ProtectedRoute/ProtectedRoute.tsx mode change 100644 => 100755 FRONTEND/src/components/RenderForm/RenderForm.module.css mode change 100644 => 100755 FRONTEND/src/components/RenderForm/RenderForm.tsx mode change 100644 => 100755 FRONTEND/src/components/Welcome/Welcome.css.ts mode change 100644 => 100755 FRONTEND/src/components/Welcome/Welcome.test.tsx mode change 100644 => 100755 FRONTEND/src/components/Welcome/Welcome.tsx mode change 100644 => 100755 FRONTEND/src/components/Welcome/__snapshots__/Welcome.test.tsx.snap mode change 100644 => 100755 FRONTEND/src/global.d.ts mode change 100644 => 100755 FRONTEND/src/lib/utils.ts mode change 100644 => 100755 FRONTEND/src/main.tsx mode change 100644 => 100755 FRONTEND/src/pages/Auth/Login/Login.tsx mode change 100644 => 100755 FRONTEND/src/pages/Banner/Banner.module.css mode change 100644 => 100755 FRONTEND/src/pages/Banner/Banner.tsx mode change 100644 => 100755 FRONTEND/src/pages/Contacts/Contacts.module.css mode change 100644 => 100755 FRONTEND/src/pages/Contacts/Contacts.tsx mode change 100644 => 100755 FRONTEND/src/pages/CustomTheme/CustomTheme.module.css mode change 100644 => 100755 FRONTEND/src/pages/CustomTheme/CustomTheme.tsx mode change 100644 => 100755 FRONTEND/src/pages/Dashboard/Chart.tsx mode change 100644 => 100755 FRONTEND/src/pages/Dashboard/Dashboard.module.css mode change 100644 => 100755 FRONTEND/src/pages/Dashboard/Dashboard.tsx mode change 100644 => 100755 FRONTEND/src/pages/GeneralSetting/GeneralSetting.module.css mode change 100644 => 100755 FRONTEND/src/pages/GeneralSetting/GeneralSetting.tsx mode change 100644 => 100755 FRONTEND/src/pages/Home/Home.tsx mode change 100644 => 100755 FRONTEND/src/pages/NotFound/NotFound.tsx mode change 100644 => 100755 FRONTEND/src/pages/Tracking/Tracking.module.css mode change 100644 => 100755 FRONTEND/src/pages/Tracking/Tracking.tsx mode change 100644 => 100755 FRONTEND/src/pages/Welcome/Welcome.module.css mode change 100644 => 100755 FRONTEND/src/pages/Welcome/Welcome.tsx mode change 100644 => 100755 FRONTEND/src/routes/main.tsx mode change 100644 => 100755 FRONTEND/src/rtk/dispatches/auth.ts mode change 100644 => 100755 FRONTEND/src/rtk/helpers/CRUD.tsx mode change 100644 => 100755 FRONTEND/src/rtk/helpers/apiService.ts mode change 100644 => 100755 FRONTEND/src/rtk/helpers/history.ts mode change 100644 => 100755 FRONTEND/src/rtk/helpers/notificationMess.ts mode change 100644 => 100755 FRONTEND/src/rtk/helpers/tokenCreator.ts mode change 100644 => 100755 FRONTEND/src/rtk/helpers/transformErrorMessage.ts mode change 100644 => 100755 FRONTEND/src/rtk/helpers/utils.ts mode change 100644 => 100755 FRONTEND/src/rtk/helpers/variables.tsx mode change 100644 => 100755 FRONTEND/src/rtk/hooks.ts mode change 100644 => 100755 FRONTEND/src/rtk/localStorage.ts mode change 100644 => 100755 FRONTEND/src/rtk/services/auth.ts mode change 100644 => 100755 FRONTEND/src/rtk/slices/auth.ts mode change 100644 => 100755 FRONTEND/src/rtk/store.ts mode change 100644 => 100755 FRONTEND/src/theme.ts mode change 100644 => 100755 FRONTEND/src/utils/createInitialValue.ts mode change 100644 => 100755 FRONTEND/src/variables/formFormat.ts mode change 100644 => 100755 FRONTEND/src/variables/types.ts mode change 100644 => 100755 FRONTEND/src/vite-env.d.ts mode change 100644 => 100755 FRONTEND/tsconfig.json mode change 100644 => 100755 FRONTEND/tsconfig.node.json mode change 100644 => 100755 FRONTEND/vite.config.ts diff --git a/FRONTEND/.env.example b/FRONTEND/.env.example old mode 100644 new mode 100755 diff --git a/FRONTEND/.eslintignore b/FRONTEND/.eslintignore old mode 100644 new mode 100755 diff --git a/FRONTEND/.eslintrc.cjs b/FRONTEND/.eslintrc.cjs old mode 100644 new mode 100755 diff --git a/FRONTEND/.gitignore b/FRONTEND/.gitignore old mode 100644 new mode 100755 diff --git a/FRONTEND/.prettierignore b/FRONTEND/.prettierignore old mode 100644 new mode 100755 diff --git a/FRONTEND/.prettierrc b/FRONTEND/.prettierrc old mode 100644 new mode 100755 diff --git a/FRONTEND/README.md b/FRONTEND/README.md old mode 100644 new mode 100755 diff --git a/FRONTEND/index.html b/FRONTEND/index.html old mode 100644 new mode 100755 diff --git a/FRONTEND/package-lock.json b/FRONTEND/package-lock.json old mode 100644 new mode 100755 diff --git a/FRONTEND/package.json b/FRONTEND/package.json old mode 100644 new mode 100755 diff --git a/FRONTEND/pnpm-lock.yaml b/FRONTEND/pnpm-lock.yaml old mode 100644 new mode 100755 diff --git a/FRONTEND/postcss.config.cjs b/FRONTEND/postcss.config.cjs old mode 100644 new mode 100755 diff --git a/FRONTEND/public/backgroundLogin.png b/FRONTEND/public/backgroundLogin.png old mode 100644 new mode 100755 diff --git a/FRONTEND/public/favicon.svg b/FRONTEND/public/favicon.svg old mode 100644 new mode 100755 diff --git a/FRONTEND/public/logo.jpg b/FRONTEND/public/logo.jpg old mode 100644 new mode 100755 diff --git a/FRONTEND/src/App.module.css b/FRONTEND/src/App.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/App.tsx b/FRONTEND/src/App.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/Welcome/Welcome.css.ts b/FRONTEND/src/Welcome/Welcome.css.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/Welcome/Welcome.tsx b/FRONTEND/src/Welcome/Welcome.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/api/Admin.ts b/FRONTEND/src/api/Admin.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/api/Auth.ts b/FRONTEND/src/api/Auth.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Authentication/Authentication.module.css b/FRONTEND/src/components/Authentication/Authentication.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Authentication/Authentication.test.tsx b/FRONTEND/src/components/Authentication/Authentication.test.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Authentication/Authentication.tsx b/FRONTEND/src/components/Authentication/Authentication.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Authentication/ResetPassword.module.css b/FRONTEND/src/components/Authentication/ResetPassword.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Authentication/ResetPassword.tsx b/FRONTEND/src/components/Authentication/ResetPassword.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/BasePage/BasePage.module.css b/FRONTEND/src/components/BasePage/BasePage.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/BasePage/BasePage.test.tsx b/FRONTEND/src/components/BasePage/BasePage.test.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/BasePage/BasePage.tsx b/FRONTEND/src/components/BasePage/BasePage.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/ColorSchemeToggle/ActionToggle.module.css.ts b/FRONTEND/src/components/ColorSchemeToggle/ActionToggle.module.css.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/ColorSchemeToggle/ColorSchemeToggle.tsx b/FRONTEND/src/components/ColorSchemeToggle/ColorSchemeToggle.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/DataTable/DataTable.module.css b/FRONTEND/src/components/DataTable/DataTable.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/DataTable/DataTable.tsx b/FRONTEND/src/components/DataTable/DataTable.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Footer/Footer.test.tsx b/FRONTEND/src/components/Footer/Footer.test.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Footer/Footer.tsx b/FRONTEND/src/components/Footer/Footer.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Footer/FooterLinks.module.css.ts b/FRONTEND/src/components/Footer/FooterLinks.module.css.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Header/DoubleHeader.module.css.ts b/FRONTEND/src/components/Header/DoubleHeader.module.css.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Header/Header.test.tsx b/FRONTEND/src/components/Header/Header.test.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Header/Header.tsx b/FRONTEND/src/components/Header/Header.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/HomeContent/HomeContent.module.css b/FRONTEND/src/components/HomeContent/HomeContent.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/HomeContent/HomeContent.tsx b/FRONTEND/src/components/HomeContent/HomeContent.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/LanguagePicker/LanguagePicker.module.css.ts b/FRONTEND/src/components/LanguagePicker/LanguagePicker.module.css.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/LanguagePicker/LanguagePicker.test.tsx b/FRONTEND/src/components/LanguagePicker/LanguagePicker.test.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/LanguagePicker/LanguagePicker.tsx b/FRONTEND/src/components/LanguagePicker/LanguagePicker.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/LanguagePicker/images/english.png b/FRONTEND/src/components/LanguagePicker/images/english.png old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/LanguagePicker/images/vietnam.png b/FRONTEND/src/components/LanguagePicker/images/vietnam.png old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Navbar/Navbar.tsx b/FRONTEND/src/components/Navbar/Navbar.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Navbar/NavbarSimpleColored.module.css b/FRONTEND/src/components/Navbar/NavbarSimpleColored.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/PasswordRequirementInput/PasswordRequirementInput.tsx b/FRONTEND/src/components/PasswordRequirementInput/PasswordRequirementInput.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/PasswordRequirementInput/PasswordRequirementWithForm.tsx b/FRONTEND/src/components/PasswordRequirementInput/PasswordRequirementWithForm.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/ProtectedRoute/ProtectedRoute.tsx b/FRONTEND/src/components/ProtectedRoute/ProtectedRoute.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/RenderForm/RenderForm.module.css b/FRONTEND/src/components/RenderForm/RenderForm.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/RenderForm/RenderForm.tsx b/FRONTEND/src/components/RenderForm/RenderForm.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Welcome/Welcome.css.ts b/FRONTEND/src/components/Welcome/Welcome.css.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Welcome/Welcome.test.tsx b/FRONTEND/src/components/Welcome/Welcome.test.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Welcome/Welcome.tsx b/FRONTEND/src/components/Welcome/Welcome.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/components/Welcome/__snapshots__/Welcome.test.tsx.snap b/FRONTEND/src/components/Welcome/__snapshots__/Welcome.test.tsx.snap old mode 100644 new mode 100755 diff --git a/FRONTEND/src/global.d.ts b/FRONTEND/src/global.d.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/lib/utils.ts b/FRONTEND/src/lib/utils.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/main.tsx b/FRONTEND/src/main.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Auth/Login/Login.tsx b/FRONTEND/src/pages/Auth/Login/Login.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Banner/Banner.module.css b/FRONTEND/src/pages/Banner/Banner.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Banner/Banner.tsx b/FRONTEND/src/pages/Banner/Banner.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Contacts/Contacts.module.css b/FRONTEND/src/pages/Contacts/Contacts.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Contacts/Contacts.tsx b/FRONTEND/src/pages/Contacts/Contacts.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/CustomTheme/CustomTheme.module.css b/FRONTEND/src/pages/CustomTheme/CustomTheme.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/CustomTheme/CustomTheme.tsx b/FRONTEND/src/pages/CustomTheme/CustomTheme.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Dashboard/Chart.tsx b/FRONTEND/src/pages/Dashboard/Chart.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Dashboard/Dashboard.module.css b/FRONTEND/src/pages/Dashboard/Dashboard.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Dashboard/Dashboard.tsx b/FRONTEND/src/pages/Dashboard/Dashboard.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/GeneralSetting/GeneralSetting.module.css b/FRONTEND/src/pages/GeneralSetting/GeneralSetting.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/GeneralSetting/GeneralSetting.tsx b/FRONTEND/src/pages/GeneralSetting/GeneralSetting.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Home/Home.tsx b/FRONTEND/src/pages/Home/Home.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/NotFound/NotFound.tsx b/FRONTEND/src/pages/NotFound/NotFound.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Tracking/Tracking.module.css b/FRONTEND/src/pages/Tracking/Tracking.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Tracking/Tracking.tsx b/FRONTEND/src/pages/Tracking/Tracking.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Welcome/Welcome.module.css b/FRONTEND/src/pages/Welcome/Welcome.module.css old mode 100644 new mode 100755 diff --git a/FRONTEND/src/pages/Welcome/Welcome.tsx b/FRONTEND/src/pages/Welcome/Welcome.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/routes/main.tsx b/FRONTEND/src/routes/main.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/dispatches/auth.ts b/FRONTEND/src/rtk/dispatches/auth.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/helpers/CRUD.tsx b/FRONTEND/src/rtk/helpers/CRUD.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/helpers/apiService.ts b/FRONTEND/src/rtk/helpers/apiService.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/helpers/history.ts b/FRONTEND/src/rtk/helpers/history.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/helpers/notificationMess.ts b/FRONTEND/src/rtk/helpers/notificationMess.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/helpers/tokenCreator.ts b/FRONTEND/src/rtk/helpers/tokenCreator.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/helpers/transformErrorMessage.ts b/FRONTEND/src/rtk/helpers/transformErrorMessage.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/helpers/utils.ts b/FRONTEND/src/rtk/helpers/utils.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/helpers/variables.tsx b/FRONTEND/src/rtk/helpers/variables.tsx old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/hooks.ts b/FRONTEND/src/rtk/hooks.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/localStorage.ts b/FRONTEND/src/rtk/localStorage.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/services/auth.ts b/FRONTEND/src/rtk/services/auth.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/slices/auth.ts b/FRONTEND/src/rtk/slices/auth.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/rtk/store.ts b/FRONTEND/src/rtk/store.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/theme.ts b/FRONTEND/src/theme.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/utils/createInitialValue.ts b/FRONTEND/src/utils/createInitialValue.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/variables/formFormat.ts b/FRONTEND/src/variables/formFormat.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/variables/types.ts b/FRONTEND/src/variables/types.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/src/vite-env.d.ts b/FRONTEND/src/vite-env.d.ts old mode 100644 new mode 100755 diff --git a/FRONTEND/tsconfig.json b/FRONTEND/tsconfig.json old mode 100644 new mode 100755 diff --git a/FRONTEND/tsconfig.node.json b/FRONTEND/tsconfig.node.json old mode 100644 new mode 100755 diff --git a/FRONTEND/vite.config.ts b/FRONTEND/vite.config.ts old mode 100644 new mode 100755