Commit Graph

  • 3bd38fdefa fixed the loop when the token becomes invalid master Arnaud Fauconnet 2022-11-04 23:06:11 +0100
  • 2e9db61173 Added loading icon when data is getting fetch for the username Arnaud Fauconnet 2022-11-04 14:56:00 +0100
  • 4c9b1927e8 Main page (transactions) is now responsive Arnaud Fauconnet 2022-11-04 11:01:26 +0100
  • c7f388f786 Customer can now login and the context get's updated in the correct way. Modularized the types in @api Arnaud Fauconnet 2022-11-03 22:33:46 +0100
  • aa444c4e33 The customer can now login to the actual TCPOS backend by making the API call and storing the token in localstorage Arnaud Fauconnet 2022-11-03 13:24:52 +0100
  • a1072bff05 integrated theme in app Arnaud Fauconnet 2022-10-28 11:42:31 +0200
  • 328a760eb8 added theme Arnaud Fauconnet 2022-10-28 11:41:58 +0200
  • 99b63d95fd Removed redux and added useContext Arnaud Fauconnet 2022-10-27 10:12:58 +0200
  • fc00f9124c added redux to the setup (in src/ts/*), made webpack resolve also .ts files Karma Riuk 2022-10-27 09:24:07 +0200
  • 61d31fa3c4 Formatted the code of components Karma Riuk 2022-10-26 22:40:09 +0200
  • de07c92579 Trying to fix webpack config Karma Riuk 2022-10-26 22:39:54 +0200
  • 9728321bf8 Made each form use useForm Karma Riuk 2022-10-26 19:02:19 +0200
  • e1e1d58335 Added source map of webpack so that the browser doesn't complain anymore Karma Riuk 2022-10-26 19:02:06 +0200
  • 8b86589fd2 Moved the table to the transactions page to it's own component to not clog up Transactions, minor changes to Login Karma Riuk 2022-10-23 16:49:55 +0200
  • 598df57fac removed @types/yup from packages.json because yup already defines it's own types, and also because it made the app crash ehehe Karma Riuk 2022-10-23 15:22:08 +0200
  • 97b92fa60c Made Login.tsx use the useForm hook and expanded the error page so that it can take another error if other shit happens. AuthComponent now doesn't have a hardcoded isLogged var, but looks at the query. Arnaud Fauconnet 2022-10-23 15:09:28 +0200
  • 57ae7f5c3b Renamed Main to Transactions, because it does make more sense indeed Arnaud Fauconnet 2022-10-21 10:38:46 +0200
  • d0d757b5cb Added main page, metadata setter and AuthComponent so that titles and body classes are set, and auth checking can be done Arnaud Fauconnet 2022-10-20 17:51:06 +0200
  • 3396819d29 Fixed style conflicting Arnaud Fauconnet 2022-10-20 17:48:03 +0200
  • 24d9bd2c07 Created the reset passowrd component. Linked every page for the lifecycle of the user forgetting his password. Arnaud Fauconnet 2022-10-20 11:53:28 +0200
  • 4e80933ea9 tried to make react router work, still WIP Karma Riuk 2022-10-20 09:05:43 +0200
  • d4b582c7c8 changed slightly the style of the pages Karma Riuk 2022-10-20 09:05:17 +0200
  • f8be8ba9a3 added prettierrc.yaml and reformatted the code Karma Riuk 2022-10-20 09:04:44 +0200
  • 308ae6ab88 Added react router to package.json Karma Riuk 2022-10-20 09:02:28 +0200
  • e0c3b5c0c3 Refactored styles and started working on the app pages Arnaud Fauconnet 2022-10-15 10:40:52 +0200
  • b9db3d34b9 Removed useless rule in webpack.modules Arnaud Fauconnet 2022-10-14 16:15:13 +0200
  • ab1cda0aa0 Updated gitignore Arnaud Fauconnet 2022-10-14 16:13:04 +0200
  • 5eef24187b restructured the files and created skeleton for the Login component Arnaud Fauconnet 2022-10-13 17:07:48 +0200
  • 56e6e905b2 added dist to gitignore Arnaud Fauconnet 2022-10-13 17:07:21 +0200
  • 1002d2fd0f added paths to the tsconfig so that it's not a pain to import stuff Arnaud Fauconnet 2022-10-13 17:06:43 +0200
  • 3b430b9ff7 React components can now access scss variables Arnaud Fauconnet 2022-10-13 14:21:45 +0200
  • 2e62d4675b React with typescript, sass and webpack workign Fauconnet Arnaud 2022-10-13 09:50:30 +0200
  • 7e01b19907 added gitignore Fauconnet Arnaud 2022-10-13 09:48:18 +0200