aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth
Commit message (Collapse)AuthorAge
* REMOVE presentational stuff from smart containerLibravatar haraldox2018-02-08
|
* fix defaultPropsLibravatar haraldox2018-02-02
|
* 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
|
* [MINOR] fix indentationLibravatar haraldox2018-01-30
| | | | makes linter happy
* ADDED embedded invite screen in settingsLibravatar haraldox2018-01-30
| | | | reuses component `Invite`
* Merge branch 'fix-invite-screen' into feature/invite-buttonLibravatar haraldox2018-01-30
| | | | fix linitng errors
* Merge branch 'develop' into feature/invite-buttonLibravatar haraldox2018-01-30
|\
| * fix property change due to mobx-react-form updateLibravatar haraldox2018-01-19
| | | | | | | | validate -> validators
* | Merge branch 'fix-invite-screen' into feature/invite-buttonLibravatar haraldox2018-01-29
|\ \
| * | alternative UX implementation of check for email address count > 0Libravatar haraldox2018-01-19
| | | | | | | | | | | | comment out line 122 to test
| * | implemented check for at least one email addressLibravatar haraldox2018-01-19
| | | | | | | | | | | | realized by leveraging `disabled` attribute of submit button
| * | fix invite screen [object Object] valueLibravatar haraldox2018-01-19
| |/ | | | | | | mobx-react-form expects nested `fields` property in array
* / return to account screen from invite screenLibravatar haraldox2018-01-22
|/ | | | cheap solution because `state` prop of `<Link>` is not being passed to route
* fix annoying welcome stylesLibravatar Stefan Malzner2017-12-04
|
* fix(typo): Fix "add services manually" messageLibravatar jaebradley2017-11-28
|
* Add API notice to users who run the app in dev modeLibravatar Stefan Malzner2017-10-24
|
* fix(Onboarding): Fix enable/disable service import toggleLibravatar Stefan Malzner2017-10-22
|
* initial commitLibravatar Stefan Malzner2017-10-13