-
Notifications
You must be signed in to change notification settings - Fork 155
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
[full-ci] feat: redesign recipient roles select #5632
Conversation
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
732d2e3
to
aefb690
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
5900f3e
to
9563cf9
Compare
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.
The dropdown is not keyboard navigatable. Will take care of this next week. Otherwise in a good state 👍
This comment has been minimized.
This comment has been minimized.
packages/web-app-files/src/components/SideBar/Shares/Collaborators/CollaboratorsEditOptions.vue
Show resolved
Hide resolved
5e038f7
to
b2a29cc
Compare
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
@kulmann ready for re-review |
packages/web-app-files/src/components/SideBar/Shares/Collaborators/CollaboratorsEditOptions.vue
Outdated
Show resolved
Hide resolved
Results for oC10SharingPublicManagement https://drone.owncloud.com/owncloud/web/18787/34/1
|
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.
@kulmann that's strange. Could you pls check what css var is assigned there? I am seeing it just fine 🤷 |
Results for oC10CreateDelete https://drone.owncloud.com/owncloud/web/18804/9/1
|
Can't reproduce either |
<template #special> | ||
<oc-list class="files-recipient-role-drop-list" :aria-label="rolesListAriaLabel"> | ||
<li v-for="role in roles" :key="role.name"> | ||
<oc-button |
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.
Not sure how accessible this solution is as of now 🤔 let's talk about this in the web call today
CI failed with the odd npm-install hangup in one pipeline btw |
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.
IMO good to merge now. Regarding accessibility, might be needed to cycle through the list with up/down arrows AND with tab
. What do you think? 🤔
Yeah, me neither anymore... weird. Sorry for the noise. |
1af4d78
to
681ea84
Compare
SonarCloud Quality Gate failed. |
This comment has been minimized.
This comment has been minimized.
Yeah I expected it to work with tab navigation (same as the OcDrops in the app-switcher-menu and user-profile-menu, basically) but it directly opened the Datepicker, at least in OC10. Happy to merge this now and open another ticket to investigate, though |
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.
LGTM 👍
Screenshots