aboutsummaryrefslogtreecommitdiffstats
path: root/src/components/auth/Invite.js
Commit message (Collapse)AuthorAge
* Transform to TS and refactored components w.r.t deletion if duplicated Input ↵Libravatar muhamedsalih-tw2022-11-02
| | | | component (#729)
* eslint needs to be executed at the top-level to actually workv6.0.1-nightly.3Libravatar Vijay A2022-07-25
|
* chore: Mobx & React-Router upgrade (#406)Libravatar Ricardo Cino2022-07-07
| | | Co-authored-by: Vijay A <vraravam@users.noreply.github.com>
* Remove duplicated Button.js component (#176)Libravatar Santhosh C2022-05-18
|
* Revert "remove duplicate Button component"Libravatar André Oliveira2022-05-17
| | | | This reverts commit bbde4a9d54d9c7dc03f34ca4113061a605dd5040.
* remove duplicate Button componentLibravatar Santhosh Chinnasamy2022-05-16
|
* Minor refactoring for aligning on usage of 'intl' packageLibravatar Vijay A2022-05-14
|
* Use components defined in the codebase; Extract some text for i18n purposes.Libravatar Vijay A2022-05-06
|
* Complete tray icons redesign for all platforms (#28)Libravatar Fernando Figueiredo2022-04-22
|
* Branding: Changed the tray and top iconsLibravatar André Oliveira2022-04-21
|
* chore: upgrade react-jss to latest (#2302)Libravatar Markus Hatvan2021-12-04
|
* chore: update eslint deps to latest (#2213)Libravatar Markus Hatvan2021-11-12
| | | | | - update eslint deps to latest - disable new react/function-component-definition rule - fix/disable newly reported issues
* chore: update 'node-gyp' and '@types/tar' modules; (#2183)Libravatar Vijay Aravamudhan2021-11-06
| | | replace 'terser' with 'gulp-terser' to reduce custom code
* chore: upgrade react to latest (#2030)Libravatar Markus Hatvan2021-10-07
|
* feat: add eslint-plugin-unicorn (#1936)Libravatar Markus Hatvan2021-09-14
|
* chore: upgrade intl dependencies (#1920)Libravatar Markus Hatvan2021-09-13
|
* Upgrade various dependencies to latest part 2 (#1557)Libravatar Markus Hatvan2021-07-03
| | | | | | | | * Upgrade various dependencies to latest, remove unnecessary electron-hunspell - upgrade eslint and friends to latest - remove deprecated 'node-sass' in favor of 'sass' - disable new rules from 'eslint-config-airbnb' that are conflicting with current code style - add workspace config for 'vscode' that silences 'experimentalDecorator' warning and forces 'prettier' to single quote * Run yarn lint to autofix with new ruleset and worked down lint issues to zero
* 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