-
Notifications
You must be signed in to change notification settings - Fork 15
BC-9015 - replace speed dial #3977
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
base: main
Are you sure you want to change the base?
Conversation
| export type FabAction = { | ||
| icon: string; | ||
| label: string; | ||
| ariaLabel?: string; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think ive seen, that the label and the arialabel were filled with the same values.
Which either makes the arialabel obsulete as a prop or should have better values.
I generally would love to see, that aria stuff is working without special treatment.
…chul-cloud/nuxt-client into BC-9015-replace-speed-dial
…chul-cloud/nuxt-client into BC-9015-replace-speed-dial
| wrapper.setProps({ icon: mdiClose }); | ||
| const btn = wrapper.getComponent(VFab).getComponent(VBtn); | ||
| logger.log(btn.classes()); | ||
| expect(btn.classes()).toContain("rounded-circle"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hm somewhat goes into same direction as in one of the other comments -> shall we instead test against the prop, instead of the classes?
The menu should forceToCollapseOnMobileScroll, no?
Short Description
Links to Ticket and related Pull-Requests
Changes
Data-security
Deployment
New Repos, NPM packages or vendor scripts
Screenshots of UI changes
Checklist before merging