aboutsummaryrefslogtreecommitdiffstats
path: root/src/components
Commit message (Collapse)AuthorAge
* inverted welcome button "Create a free account"Libravatar haraldox2018-02-16
|
* Merge pull request #654 from meetfranz/feature/invite-buttonLibravatar Stefan Malzner2018-02-12
|\ | | | | Invite Button in Settings
| * 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
| |
| * [MINOR] ADD blank lineLibravatar haraldox2018-02-06
| |
| * [MINOR] house cleaningLibravatar haraldox2018-02-06
| |
| * [MINOR] REMOVE unnecessary varLibravatar haraldox2018-02-06
| | | | | | | | `pathname`
| * REMOVE invite button from Account DashboardLibravatar haraldox2018-02-03
| |
| * 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`
| * ADDED invite button on settings navigationLibravatar haraldox2018-01-30
| | | | | | | | currently goes to `auth/signup/invite` route only
| * 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
| |\
| * \ Merge branch 'fix-invite-screen' into feature/invite-buttonLibravatar haraldox2018-01-29
| |\ \
| * | | 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
* | | | Merge pull request #668 from meetfranz/fix/import-screen-togglesLibravatar Stefan Malzner2018-02-08
|\ \ \ \ | | | | | | | | | | Fix import screen toggles
| * | | | [MINOR] remove commented codeLibravatar haraldox2018-02-08
| | | | |
| * | | | fix linting errorsLibravatar haraldox2018-02-08
| | | | |
| * | | | fix(App) Bugfix Fix toggle buttons shown during importLibravatar haraldox2018-02-08
| | | | | | | | | | | | | | | | | | | | moved form definition to `componentWillMount`
| * | | | fix linting errorsLibravatar haraldox2018-02-06
| | | | |
| * | | | FIX import screen togglesLibravatar haraldox2018-02-06
| | | | | | | | | | | | | | | | | | | | | | | | | - fix toggle double click event (nested `fields` property) - do not call `prepareForm` for every render but only on init (otherwise all toggles reset to `default: true`
* | | | | Merge branch 'develop' into move-subscription-foldersLibravatar Stefan Malzner2018-02-02
|\| | | |
| * | | | fix linting errorsLibravatar haraldox2018-01-30
| | | | |
| * | | | Merge branch 'develop' into fix-invite-screenLibravatar haraldox2018-01-30
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Revert "alternative UX implementation of check for email address count > 0"Libravatar haraldox2018-01-30
| | |_|/ | |/| | | | | | | | | | This reverts commit 56520969f508c1db257d7573962ad6b762205e56.
| * | | 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
* | | Merge branch 'develop' into move-subscription-foldersLibravatar haraldox2018-01-30
|\ \ \ | | |/ | |/|
| * | Merge branch 'develop' into fix-form-validationLibravatar Stefan Malzner2018-01-22
| |\ \
| | * | fix linting issueLibravatar haraldox2018-01-17
| | | | | | | | | | | | | | | | react component lifecycle method order
| | * | Merge branch 'develop' into fix-service-tooltips-initializationLibravatar haraldox2018-01-17
| | | |
| | * | Fix #32 service tooltips not initialized properlyLibravatar haraldox2018-01-16
| | | | | | | | | | | | | | | | tooltips have to be rebuilt when services are added (ReactTooltip seems to cache them at first render)
| | * | Merge branch 'feature/remove-miner' into developLibravatar haraldox2018-01-16
| | |\ \
* | | | | Revert "Revert "fix property change due to mobx-react-form update""Libravatar haraldox2018-01-30
| | | | | | | | | | | | | | | | | | | | This reverts commit b595dcb997941b418fa8bb1609f54aeb978c91da.
* | | | | Revert "fix property change due to mobx-react-form update"Libravatar haraldox2018-01-19
| | | | | | | | | | | | | | | | | | | | This reverts commit 34949a6a005df240fa79f679675a0de1f3839776.
* | | | | change directory structure for subscriptionLibravatar haraldox2018-01-19
|/ / / / | | | | | | | | | | | | move to own sub-folders `subscription`
* | | / fix property change due to mobx-react-form updateLibravatar haraldox2018-01-19
| |_|/ |/| | | | | | | | validate -> validators
* | | Fix linting issuesLibravatar Stefan Malzner2018-01-17
| | |
* | | Merge branch 'develop' into feature/remove-minerLibravatar Stefan Malzner2018-01-17
|\| | | |/ |/|
| * Merge pull request #525 from meetfranz/feature/icon-uploadLibravatar Stefan Malzner2018-01-06
| |\ | | | | | | [PR] Feature/icon upload
| | * fix displaying old icon while uploading new iconLibravatar Stefan Malzner2018-01-06
| | |
| | * Fix issue when deleting and reuploading an iconLibravatar Stefan Malzner2018-01-05
| | |
| | * feat(Service): Add custom service icon uploadLibravatar Stefan Malzner2018-01-02
| | |