devbook_ts/src/pages
Ruidy 9e30322ffc
📊Dashboard (#7)
* connect Dashboard to store

* delete account button logs out...

* buttons routing functional

* refactor enhance to store

* use an enum for routes and statuses

* add statuses enum and enable EditProfile Form

* conditional display of social links

* Links type,

* display alert on EditProfile form submit

* refactor extract alert interface

* update useForm hook to handle checkboxes

* enable add education form

* enable add experience form

* add blank dev Profile on signup

* enable delete credential button

* delete account set profile to inactive

* add isActive field to dev, checks for user existance on sign up to not overwrite inactive profiles
2020-05-16 14:17:37 +02:00
..
__tests__ Signin (#6) 2020-05-14 14:18:22 +02:00
AddEducation.tsx 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
AddExperience.tsx 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
Dashboard.tsx 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
Developers.tsx 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
EditProfile.tsx 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
Landing.tsx 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
NotFound.tsx 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
Post.tsx General layout (#3) 2020-05-12 23:09:40 +02:00
Posts.tsx General layout (#3) 2020-05-12 23:09:40 +02:00
Profile.tsx 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
SignIn.tsx 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
SignUp.tsx 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00