Coder Social home page Coder Social logo

b2c-mapp-ui's People

Contributors

dependabot[bot] avatar jantocv avatar jasonadt avatar nochevolta avatar paulatalba avatar rahulpsingh avatar samlown avatar stvnorg avatar tanmar23 avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

b2c-mapp-ui's Issues

Forms 2.0 Review

  • Label of the stacked form field. Motorola One Macro, OS Level 28
    slack-imgs

  • Set the line thickness of the form box to 1.5px

  • When you press X, the content of the form is deleted without going through the placeholder state. It's like the label "jumps". Attached video

20200929-151613-720x1560.mp4.zip

  • Increase tapable area for the X button (44px)

  • MX KYC - Email field not show the X

  • MX KYC - Review "Alcaldía o Municipio" and "Ciudad" behaviour

Captura de pantalla 2020-09-29 a las 15 14 22

Forms 2.0 - Bugs

  • Review the alignment of the emoji flag
    image
    Screenshot_20200930-152416
    Screenshot_20200930-152800

  • In the X of delete the content when you press it, the blue background that used to appear in the buttons

DateField decreasing year

Problem

Date are not being correctly displaying and the year is being reset to 999 when you write down directly

Steps

  1. Write a date, e.g. 01/01/2000
  2. Wait until view is not hung
  3. See the date as is 01/01/999 with an error being displayed

Proofs

Timezone Santiago (-3)

Screen Shot 2020-09-10 at 10 32 32

Kapture 2020-09-10 at 10 59 50

Unable to set default status (initial status) for SelectionList items

We need to provide a way to set a initial (or default) status (checked/unchecked) for items of SelectionList component in order to reflect the consistency of the data provided by the component in which SelectionList is used.

Currently we can not set some option as checked by default even if we know in advanced that this option should be checked initially:

image

Screen transitions

Implement the way web screens transition between them from right to left to go forward and from left to right to go back (same as in native)
Ex: in FAQ's when we click on the category it should go forward and backward as follows:

Screen-transitions.mp4.zip

Propagate data-testid through inner elements inside components

GOALS:

Propagate data-testid attribute to inner elements inside components of the UI to be able to test them by using a custom data-testid tag for each case.

The attribute can not be used directly in the implementation of the component. Example:

  • Container.js:
...
<MyComponent data-testid='my-custom-test-tag' />
...

To make this work, its needed to propagate that property to a inner element inside the component:

  • MyComponent.js :
...
render () => (
      <div>
            <label data-testid='where-the-testid-should-be'>Test me :) </label>
      </div>
);

StorybookMobileDeviceSimulator: Add more devices to the list

Please first ask the mobile team for the top 5 device resolutions used with our app and then add them to the list of simulated devices inside of the StorybookMobileDeviceSimulator component. It would be nice to have names like: small, medium, large, and extra-large if possible.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.