-
Notifications
You must be signed in to change notification settings - Fork 156
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
Update ODS to 4.1.2 #4862
Update ODS to 4.1.2 #4862
Conversation
Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would create a changelog item based on your changes. |
…outdated icon variations, fix small selectedItemAmount bug
c4d652e
to
19faeae
Compare
💥 Acceptance tests SharingInternalGroupsEdgeCases failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests TrashbinFilesFolders failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingInternalGroupsRootEdgeCases failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingFilePermissionsGroups failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests TrashbinDelete failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests webUISharingNotifications failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingFolderPermissionsGroups failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingFolderPermissionMultipleUsers failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingInternalGroupsSharingIndicator failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingInternalUsersRootSharingIndicator failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingInternalGroupsRootSharingIndicator failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingInternalUsersSharingIndicator failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingInternalUsersBlacklisted failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests TrashbinRestore failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingPublicExpire failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingInternalUsersRootBlacklisted failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests RestrictSharing failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingFolderAdvancedPermissionMU failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingFilePermissionMultipleUsers failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests webUIDelete failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingFolderAdvPermissionsGrp failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests Favorites failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests MarkdownEditor failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingInternalUsersExpireToRoot failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests SharingInternalUsersExpire failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/13854/
|
💥 Acceptance tests webUIBasic failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14017/
|
💥 Acceptance tests webUIBasic failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14042/
|
💥 Acceptance tests webUIDelete failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14046/
|
💥 Acceptance tests SharingPublicDifferentRoles failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14051/
|
💥 Acceptance tests SharingPublic failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14051/
|
2 random failures in CI left. Restarted CI, let's see if it turns green. 🤞 |
💥 Acceptance tests SharingPublic failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14087/
|
💥 Acceptance tests webUISharingBasic failed. Please find the screenshots inside ...https://drone.owncloud.com/owncloud/web/14101/
|
Merging now without a successful CI run. There are some different random failures. Restarting until we have a green run seems to be close to impossible. |
Description
Brings a new major version of the ownCloud design system, featuring a lot of accessibility improvements, a new color palette, the option to use theming as well as changes in the way variations are handled in icons, buttons and more.
Motivation and Context
Needed for accessibility certifications and theming features.
Types of changes
Checklist:
Needs Allow for custom theming #4822 to be mergedOpen tasks:
url
variation="raw|file-type|system"
variation="raw"
(update toappearance="raw"
)oc-text-input
,oc-textarea
,oc-autocomplete
andoc-datepicker
.description-message
instead (goes foroc-text-input
,oc-textarea
. Not inoc-datepicker
until we've updated that and not inoc-autocomplete
for now, though)accessible-label
to all icons and images which are not decoration only (exception: icons that sit in a icon-only-button which is described viaaria-label
already)ariaLabel
property of eachoc-autocomplete
tolabel
uk-text-muted
referred to uikit'smuted
. Fixed in ODS via overwriting it so we can release another minor version & link it later)Delayed tasks
<oc-modal>
forms with description-messages (needs another ODS update)<oc-autocomplete>
forms with description-messages (needs another ODS update)