Commit Graph

14 Commits

Author SHA1 Message Date
Karma Riuk
9728321bf8 Made each form use useForm 2022-10-26 19:02:19 +02:00
Karma Riuk
8b86589fd2 Moved the table to the transactions page to it's own component to not clog up Transactions, minor changes to Login 2022-10-23 16:49:55 +02:00
Arnaud Fauconnet
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. 2022-10-23 15:09:28 +02:00
Arnaud Fauconnet
57ae7f5c3b Renamed Main to Transactions, because it does make more sense indeed 2022-10-21 10:38:46 +02:00
Arnaud Fauconnet
d0d757b5cb Added main page, metadata setter and AuthComponent so that titles and body classes are set, and auth checking can be done 2022-10-20 17:51:06 +02:00
Arnaud Fauconnet
3396819d29 Fixed style conflicting 2022-10-20 17:49:34 +02:00
Arnaud Fauconnet
24d9bd2c07 Created the reset passowrd component. Linked every page for the lifecycle of the user forgetting his password. 2022-10-20 11:53:28 +02:00
Karma Riuk
4e80933ea9 tried to make react router work, still WIP 2022-10-20 09:05:43 +02:00
Karma Riuk
d4b582c7c8 changed slightly the style of the pages 2022-10-20 09:05:17 +02:00
Karma Riuk
f8be8ba9a3 added prettierrc.yaml and reformatted the code 2022-10-20 09:04:44 +02:00
Arnaud Fauconnet
e0c3b5c0c3 Refactored styles and started working on the app pages 2022-10-15 10:40:52 +02:00
Arnaud Fauconnet
5eef24187b restructured the files and created skeleton for the Login component 2022-10-13 17:07:48 +02:00
Arnaud Fauconnet
3b430b9ff7 React components can now access scss variables 2022-10-13 14:21:45 +02:00
Fauconnet Arnaud
2e62d4675b React with typescript, sass and webpack workign 2022-10-13 09:50:30 +02:00