devbook_ts/src
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
..
components 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
constants 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
hooks 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
models 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
pages 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
router 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
services/firebase Redux (#5) 2020-05-13 19:40:23 +02:00
static Signin (#6) 2020-05-14 14:18:22 +02:00
store 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
types 📊Dashboard (#7) 2020-05-16 14:17:37 +02:00
App.test.tsx Redux (#5) 2020-05-13 19:40:23 +02:00
App.tsx Redux (#5) 2020-05-13 19:40:23 +02:00
index.tsx Create and style Landing page (#2) 2020-05-12 11:09:51 +02:00
react-app-env.d.ts create React App with TypeScript 2020-05-12 09:41:58 +02:00
serviceWorker.ts create React App with TypeScript 2020-05-12 09:41:58 +02:00
setupTests.ts create React App with TypeScript 2020-05-12 09:41:58 +02:00