This website requires JavaScript.
Explore
Help
Register
Sign In
karma
/
zucchetti-sa5
Watch
1
Star
0
Fork
0
You've already forked zucchetti-sa5
Code
Issues
7
Pull Requests
Packages
Projects
1
Releases
Wiki
Activity
18
Commits
1
Branch
0
Tags
1,005
KiB
TypeScript
56.4%
JavaScript
40%
SCSS
3.4%
HTML
0.2%
97b92fa60c
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
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
src
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
.gitignore
Updated gitignore
2022-10-14 16:13:04 +02:00
.prettierrc.yaml
added prettierrc.yaml and reformatted the code
2022-10-20 09:04:44 +02:00
declarations.d.ts
React components can now access scss variables
2022-10-13 14:21:45 +02:00
package.json
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
tsconfig.json
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
webpack.config.js
tried to make react router work, still WIP
2022-10-20 09:05:43 +02:00