Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-03-16 | [#971] Remove sinon and use expect to spy functions | Tayane Fernandes | |
with @tuliocasagrande | |||
2017-03-16 | [#971] Add backup account confirmation page | Tayane Fernandes | |
with @tuliocasagrande | |||
2017-03-14 | [#971] Extract Backup email page to a new component | Tayane Fernandes | |
with @tuliocasagrande | |||
2017-03-13 | Merge pull request #1006 from pixelated/validate-email | Tayane Fernandes | |
Email validation on the backup account page | |||
2017-03-13 | Fix margin for login page | Anike Arni | |
with @thaissiqueira | |||
2017-03-10 | [#923] Make the label for the input text always blue | Tayane Fernandes | |
with @FrailWords | |||
2017-03-10 | [#923] Separate out asserts into different tests | Sriram Viswanathan | |
with @tayanefernandes | |||
2017-03-10 | [#923] Add translation for the validation error | Tayane Fernandes | |
@FrailWords | |||
2017-03-10 | [#923] Fix the form height | Tayane Fernandes | |
with @FrailWords | |||
2017-03-10 | [#923] Create integration test for the validation of backup account | Tayane Fernandes | |
with @FrailWords | |||
2017-03-10 | [#923] Fix the submit button when the email is empty | Tayane Fernandes | |
When the email is empty the button should be disabled, but we should not see any error message with @FrailWords | |||
2017-03-10 | [#923] Fix submit button style of material-ui | Tayane Fernandes | |
with @FrailWords | |||
2017-03-10 | [#923] Disable button when the email is invalid on the backup email page | Tayane Fernandes | |
with @FrailWords | |||
2017-03-10 | [#923] Add email validation error on backup account page | Tayane Fernandes | |
We added a library to do the validation and we are calling the email validation when the field changes the value. with @FrailWords | |||
2017-03-07 | [#923] Add material-ui framework | Tayane Fernandes | |
Added material-ui framework (http://www.material-ui.com/#/) to facilitate the creation of UI components. I also adapted some colors to be compatible with our style guide. | |||
2017-03-01 | [#907] Puts autofocus on username field. | Thais Siqueira | |
with @anikarni | |||
2017-02-24 | [#907] Renames components tests | Thais Siqueira | |
2017-02-24 | [#907] Moves tests to directories components | Thais Siqueira | |
2017-02-23 | [#907] Moves i18n and util files to common directory | Anike Arni | |
with @thaissiqueira | |||
2017-02-23 | [#907] Renames welcome component | Anike Arni | |
with @thaissiqueira | |||
2017-02-23 | [#907] Normalizes scss file names | Anike Arni | |
with @thaissiqueira | |||
2017-02-23 | [#907] Adds integration test for translations | Anike Arni | |
For this test, we refactored the way translations were done for backup account and login, concentrating them in the common/app.js component. with @thaissiqueira | |||
2017-02-23 | [#907] Adds margin to top of page for login page | Anike Arni | |
with @thaissiqueira | |||
2017-02-22 | [#907] Makes login compatible with other broswers | Anike Arni | |
with @thaissiqueira | |||
2017-02-22 | [#907] Makes logo smaller on mobile generic error | Anike Arni | |
with @SweetVirginia | |||
2017-02-22 | [#907] Changed order of login components | Anike Arni | |
with @thaissiqueira | |||
2017-02-22 | [#907] Add pixelated welcome message to login | Anike Arni | |
with @tuliocasagrande and @thaissiqueira | |||
2017-02-22 | [#907] Display error message for mobile version | Tulio Casagrande | |
with @anikarni | |||
2017-02-21 | [#907] Use variables for css colors | Tulio Casagrande | |
with @anikarni | |||
2017-02-21 | [#907] Change auth-error url | Tulio Casagrande | |
with @anikarni | |||
2017-02-21 | [#907] Translate auth error message on login | Tulio Casagrande | |
with @anikarni | |||
2017-02-21 | [#907] Makes login page responsive | Anike Arni | |
2017-02-21 | [#907] Fix font and favicon urls | Anike Arni | |
2017-02-21 | [#907] Translates login page to pt_BR | Anike Arni | |
2017-02-16 | [#907] Bundles login static files separately | Anike Arni | |
Due to conflicts with public and protected urls, login and interstitial files have to be on a different public url from inbox and resources that require login. Therefore, here, we delegate that logic to webpack. Now we have a '/public' url and a '/assets' url for those static assets. | |||
2017-02-16 | [#907] Adapt login status to work with single user | Tulio Casagrande | |
with @anikarni | |||
2017-02-16 | [#907] Convert login page to react | Tulio Casagrande | |
with @anikarni | |||
2017-02-10 | [#922] Adds integration test for translations | Anike Arni | |
with @tayanefernandes | |||
2017-02-09 | [#922] Add link for the pix logo | Tayane Fernandes | |
with @anikarni | |||
2017-02-09 | [#922] Add dynamic page title | Tayane Fernandes | |
with @anikarni | |||
2017-02-09 | [#922] Changes layout to be compatible with IE | Tayane Fernandes | |
with @anikarni | |||
2017-02-09 | [#922] Rename backup account flow | Tayane Fernandes | |
To differentiate between the account recovery flow and the set backup email flow, we renamed all resources and url to reflect this. with @anikarni | |||
2017-02-09 | [#922] Fix webpack production path to account recovery | Tayane Fernandes | |
with @anikarni | |||
2017-02-09 | [#922] Add logo and icons to the header | Tayane Fernandes | |
with @anikarni | |||
2017-02-08 | [#922] Creates header | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Applies changes compatible with firefox | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Create footer | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Add css autoprefixer for compatibility with browsers | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Add semincolon to lint and fix js code | Anike Arni | |
with @tayanefernandes | |||
2017-02-08 | [#922] Adds eslint for react and es6 files | Anike Arni | |