aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Invite.js
Commit message (Collapse)AuthorAge
* Fix linting issuesLibravatar Stefan Malzner2018-12-09
|
* Upgrade to react 16Libravatar Stefan Malzner2018-12-09
| | | | TODO: add componentDidCatch
* Fix linting errorsLibravatar Stefan Malzner2018-11-15
|
* feat(App) Feature Invite Friends in SettingsLibravatar haraldox2018-02-08
| | | | | - MOVE form creation to `componentWillMount()` - focus input field on `componentDidMount()`
* 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 '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
* initial commitLibravatar Stefan Malzner2017-10-13