-
Notifications
You must be signed in to change notification settings - Fork 2
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
new cba-list-new component #45
Labels
good first issue
Good for newcomers
Comments
Manvel
changed the title
Buttons and kebab menu for cba-list
Buttons and kebab menu support for cba-list
Mar 26, 2021
Open
Manvel
changed the title
Buttons and kebab menu support for cba-list
new cba-projects component
May 2, 2021
Manvel
added a commit
that referenced
this issue
May 10, 2021
Manvel
added a commit
that referenced
this issue
May 10, 2021
Manvel
added a commit
that referenced
this issue
May 10, 2021
filippovichaalexander
added a commit
that referenced
this issue
May 21, 2021
filippovichaalexander
added a commit
that referenced
this issue
May 21, 2021
Manvel
pushed a commit
that referenced
this issue
May 23, 2021
Manvel
pushed a commit
that referenced
this issue
May 23, 2021
Manvel
pushed a commit
that referenced
this issue
May 23, 2021
filippovichaalexander
added a commit
that referenced
this issue
May 24, 2021
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Background
For the new CBA UI, we need to introduce new
cba-list-new
component as shown in the image below:For the project it might be wise to reuse already implemented cba-list component, as in the future this component is going to replace it.
What to change
Introduce new
cba-list-new
component by extending the existingcba-list
component.Additional info
cba-list-new
component should mostly be WCAG compliant.group
and add+
button to the end of the line.+
button should triggeraddItem
event on thecba-list
component and in smoke test we need to use the event to add new group to the end of the list.+
button.+
button should triggeraddSubitem
event and in the smoke test add element to the end of the group the project(s) is located.cba-list
component.cba-list
component.Tab
button on the selected item should move focus to+
, then to kebab menu if exist and only then move out of the component.Tests
The text was updated successfully, but these errors were encountered: