Commit graph

8 commits

Author SHA1 Message Date
22e0ff4194 untrack firestore index files 2020-05-16 15:59:35 +02:00
c3e09c3005 untrack firebase config files 2020-05-16 15:56:49 +02:00
6ebaecdf48 add release step to github actions 2020-05-16 15:41:19 +02:00
Ruidy
7333e3474b
Redux (#5)
* install redux and set authSlice

* connect navBar to the sotre

* create User type

* install react-redux-firebase

* bind to firebase

* connect App to firebase auth; display splash screen while loading auth state

* install firestore

* install firestore

* refactor tests

* edit env variables in ci

* refactor tests

* refactor tests

* edit env variables in ci
2020-05-13 19:40:23 +02:00
Ruidy
1bde399408
Navigation (#4)
* specification test

* set public and private links sets based on authentication state

* enable frontend navigation

* set frontend link in sign in/up and landing pages

* refactor navbar tests

* style 404 page
2020-05-13 10:59:51 +02:00
bf0c645e3b 🧪install cypress
run yarn cypress to open E2E test runner
run yarn test to tun unit tests
2020-05-12 09:53:43 +02:00
8cc47c2f82 create React App with TypeScript 2020-05-12 09:41:58 +02:00
f1a9f722bc Initialize project using Create React App 2020-05-12 09:30:57 +02:00