apollo icon indicating copy to clipboard operation
apollo copied to clipboard

Dev 14597 - Apollo UI V2 first commit

Open ifatregev opened this issue 4 years ago • 0 comments

  1. Created Apollo service v2 - main Apollo layout (infrastructure of react, redux, eslint, etc), including api, common features, app router and specialised routes.
  2. App menu - collapsable sidebar for an improved visualisation of selected page, contains logout button.
  3. Shared container component to present apps screens, contains header with title and dynamic breadcrumbs.
  4. Signup screen - added an 'add new user form' using Formik and input validations using Yup.
  5. Login screen - added a 'login form' using Formik and input validations using Yup.

ifatregev avatar Jul 22 '19 17:07 ifatregev