aboutsummaryrefslogtreecommitdiffstats
path: root/src/stores/UserStore.js
Commit message (Collapse)AuthorAge
* Fix windows token loginLibravatar Stefan2019-02-12
|
* Add option to login via deep linkLibravatar Stefan Malzner2019-02-11
|
* Fix logoutLibravatar Stefan Malzner2018-12-11
|
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* fix lintingLibravatar Stefan Malzner2018-12-01
|
* Move default feature config to config.jsLibravatar Stefan Malzner2018-12-01
|
* Add "Franz" to debug identifiersLibravatar Stefan Malzner2018-11-22
|
* Add beta and locale settings to app config as wellLibravatar Stefan Malzner2018-03-28
|
* Move "locale" to user dataLibravatar Stefan Malzner2018-03-27
|
* Replace localAPI requests with mobx-localstorageLibravatar Stefan Malzner2018-02-15
|
* replace localStorage with mobx-localstorageLibravatar Stefan Malzner2018-02-15
|
* fix linting errorsLibravatar haraldox2018-02-02
|
* finished embedded invite functionalityLibravatar haraldox2018-02-02
| | | | | | ADDED internationalization ADDED loading indicator in send button REMOVED query param `from`
* got server callback and infobox workingLibravatar haraldox2018-02-02
|
* [WIP] started work on infoboxLibravatar haraldox2018-01-30
|
* Merge branch 'fix-invite-screen' into feature/invite-buttonLibravatar haraldox2018-01-30
| | | | fix linitng errors
* 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