aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.js
Commit message (Collapse)AuthorAge
...
* return to account screen from invite screenLibravatar haraldox2018-01-22
| | | | cheap solution because `state` prop of `<Link>` is not being passed to route
* ADDED invite button in Account SettingsLibravatar haraldox2018-01-21
| | | | [WIP] return to previous route on submit / cancel
* allow arbitrary routes in dev modeLibravatar haraldox2018-01-19
| | | | navigate to other routes in the console by typing `document.location.href = "#path/to/route"`
* feat(Account): Enable a user to delete their own accountLibravatar Stefan Malzner2017-12-04
|
* fix(Onboarding): Fix service importLibravatar Stefan Malzner2017-10-22
| | | | Fixes #22
* initial commitLibravatar Stefan Malzner2017-10-13