-
Notifications
You must be signed in to change notification settings - Fork 81
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CIF-1400 - MyAccount - Account Information Page #409
Commits on Sep 16, 2020
-
CIF-1400 - MyAccount - Account Information Page
Create the Account Details component in AEM
Daniel Platon committedSep 16, 2020 Configuration menu - View commit details
-
Copy full SHA for 21e8d06 - Browse repository at this point
Copy the full SHA 21e8d06View commit details
Commits on Sep 17, 2020
-
Create the AccountDetails React component and show read-only data.
Daniel Platon committedSep 17, 2020 Configuration menu - View commit details
-
Copy full SHA for 220a653 - Browse repository at this point
Copy the full SHA 220a653View commit details
Commits on Sep 21, 2020
-
CIF-1400 - MyAccount - Account Information Page
Update unit tests for the Account Details component
Daniel Platon committedSep 21, 2020 Configuration menu - View commit details
-
Copy full SHA for 4ecf8f2 - Browse repository at this point
Copy the full SHA 4ecf8f2View commit details
Commits on Sep 22, 2020
-
Create the edit dialog for the account details
Daniel Platon committedSep 22, 2020 Configuration menu - View commit details
-
Copy full SHA for bed971f - Browse repository at this point
Copy the full SHA bed971fView commit details
Commits on Sep 23, 2020
-
Add the "LinkButton" component that renders a button like a "link"
Daniel Platon committedSep 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 3a150e5 - Browse repository at this point
Copy the full SHA 3a150e5View commit details -
Add a "Password" field component
Daniel Platon committedSep 23, 2020 Configuration menu - View commit details
-
Copy full SHA for a99e9a5 - Browse repository at this point
Copy the full SHA a99e9a5View commit details -
Add a "FormError" component to display the errors in a form
Daniel Platon committedSep 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 68c0f9f - Browse repository at this point
Copy the full SHA 68c0f9fView commit details -
Add the capability to update the account information
Daniel Platon committedSep 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 90477e7 - Browse repository at this point
Copy the full SHA 90477e7View commit details
Commits on Sep 25, 2020
-
Add the "Change password" feature, update unit tests
Daniel Platon committedSep 25, 2020 Configuration menu - View commit details
-
Copy full SHA for c0b3c22 - Browse repository at this point
Copy the full SHA c0b3c22View commit details
Commits on Sep 28, 2020
-
* add a form validator for the password field (along with unit tests) * switch to a named export for the Portal component * add unit tests
Daniel Platon committedSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 12e5afc - Browse repository at this point
Copy the full SHA 12e5afcView commit details -
Merge branch 'master' into features/CIF-1400
Daniel Platon committedSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 262730d - Browse repository at this point
Copy the full SHA 262730dView commit details -
Use a named export for the Account Details component
Daniel Platon committedSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 9728e6a - Browse repository at this point
Copy the full SHA 9728e6aView commit details -
Update the unit test of
AccountDetails
to import the component from…… the source file instead of from `index.js`
Daniel Platon committedSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 19b66bc - Browse repository at this point
Copy the full SHA 19b66bcView commit details -
Daniel Platon committed
Sep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for d2611b1 - Browse repository at this point
Copy the full SHA d2611b1View commit details -
* Configure Jest to ignore all the graphql files in the project, regardless of location. * Fixed bug which was causing the update mutation to be run regardless if the data was changed or not.
Daniel Platon committedSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 62ffe85 - Browse repository at this point
Copy the full SHA 62ffe85View commit details -
* move the queries in the `queries` folder * fix a warning in an unit test
Daniel Platon committedSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 647edb5 - Browse repository at this point
Copy the full SHA 647edb5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3278ad0 - Browse repository at this point
Copy the full SHA 3278ad0View commit details -
Add a unit test for the new
deriveErrorMessage
utilityDaniel Platon committedSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for e3e38d4 - Browse repository at this point
Copy the full SHA e3e38d4View commit details -
Merge branch 'features/CIF-1400' of github.com:adobe/aem-core-cif-com…
…ponents into features/CIF-1400
Daniel Platon committedSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for 3cc146c - Browse repository at this point
Copy the full SHA 3cc146cView commit details
Commits on Sep 29, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6cf0a9f - Browse repository at this point
Copy the full SHA 6cf0a9fView commit details -
Remove the
useScrollIntoView
hook since we don't have the license f……or it
Daniel Platon committedSep 29, 2020 Configuration menu - View commit details
-
Copy full SHA for eb5cfb1 - Browse repository at this point
Copy the full SHA eb5cfb1View commit details -
Merge branch 'features/CIF-1400' of github.com:adobe/aem-core-cif-com…
…ponents into features/CIF-1400
Daniel Platon committedSep 29, 2020 Configuration menu - View commit details
-
Copy full SHA for f73e4a7 - Browse repository at this point
Copy the full SHA f73e4a7View commit details
Commits on Sep 30, 2020
-
Daniel Platon committed
Sep 30, 2020 Configuration menu - View commit details
-
Copy full SHA for 079aef6 - Browse repository at this point
Copy the full SHA 079aef6View commit details
Commits on Oct 1, 2020
-
Fix bugs found in verification:
* The password field is not cleared after the form submit * If a form error is thrown the error field is not cleared when the form is "Cancelled"
Daniel Platon committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 66cfd57 - Browse repository at this point
Copy the full SHA 66cfd57View commit details -
Add README for the AEM component
Daniel Platon committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for 3f97f0e - Browse repository at this point
Copy the full SHA 3f97f0eView commit details -
Fix the unit test for
editForm
Daniel Platon committedOct 1, 2020 Configuration menu - View commit details
-
Copy full SHA for d593cf1 - Browse repository at this point
Copy the full SHA d593cf1View commit details -
Merge branch 'master' of github.com:adobe/aem-core-cif-components int…
…o features/CIF-1400
Configuration menu - View commit details
-
Copy full SHA for 98161f3 - Browse repository at this point
Copy the full SHA 98161f3View commit details