diff --git a/changelog/unreleased/enhancement-design-improvements b/changelog/unreleased/enhancement-design-improvements new file mode 100644 index 00000000000..66051d22532 --- /dev/null +++ b/changelog/unreleased/enhancement-design-improvements @@ -0,0 +1,7 @@ +Enhancement: Design improvements + +We've fixed various design glitches and improved the overall look-and-feel of the UI. + +https://github.com/owncloud/web/issues/6492 +https://github.com/owncloud/web/issues/6555 +https://github.com/owncloud/web/pulls/6584 diff --git a/changelog/unreleased/enhancement-update-ods b/changelog/unreleased/enhancement-update-ods index 26258d7e8b5..3c54b1c75db 100644 --- a/changelog/unreleased/enhancement-update-ods +++ b/changelog/unreleased/enhancement-update-ods @@ -1,15 +1,17 @@ -Enhancement: Update ODS to v13.0.0-rc.3 +Enhancement: Update ODS to v13.0.0-rc.4 -We updated the ownCloud Design System to version 13.0.0-rc.3. Please refer to the full changelog in the ODS release (linked) for more details. Summary: +We updated the ownCloud Design System to version 13.0.0-rc.4. Please refer to the full changelog in the ODS release (linked) for more details. Summary: - Change - Default type of OcButton: https//github.com/owncloud/owncloud-design-system/pull/2009 - Change - Remove OcStatusIndicators from OcResource: https://github.com/owncloud/owncloud-design-system/pull/2014 - Enhancement - Redesign OcStatusIndicators: https://github.com/owncloud/owncloud-design-system/pull/2014 - Enhancement - Icons for drawio, ifc and odg resource types: https//github.com/owncloud/owncloud-design-system/pull/2005 - Enhancement - Apply size property to oc-tag: https//github.com/owncloud/owncloud-design-system/pull/2011 +- Enhancement - Underline OcResourceName: https//github.com/owncloud/owncloud-design-system/pull/2019 - Bugfix - Disabled OcSelect background: https//github.com/owncloud/owncloud-design-system/pull/2008 - Bugfix - Icons/Thumbnails were only visible for clickable resources: https//github.com/owncloud/owncloud-design-system/pull/2007 https://github.com/owncloud/web/pull/6540 https://github.com/owncloud/web/pull/6600 -https://github.com/owncloud/owncloud-design-system/releases/tag/v13.0.0-rc.3 +https://github.com/owncloud/web/pull/6584 +https://github.com/owncloud/owncloud-design-system/releases/tag/v13.0.0-rc.4 diff --git a/packages/web-app-files/src/components/ActionMenuItem.vue b/packages/web-app-files/src/components/ActionMenuItem.vue index aebd5d6a3bc..8b73acc5d92 100644 --- a/packages/web-app-files/src/components/ActionMenuItem.vue +++ b/packages/web-app-files/src/components/ActionMenuItem.vue @@ -3,8 +3,9 @@ + diff --git a/packages/web-app-files/src/components/AppBar/AppBar.vue b/packages/web-app-files/src/components/AppBar/AppBar.vue index 2c217a7ae73..71abe73b9ef 100644 --- a/packages/web-app-files/src/components/AppBar/AppBar.vue +++ b/packages/web-app-files/src/components/AppBar/AppBar.vue @@ -17,7 +17,8 @@ v-if="breadcrumbs.length" id="files-breadcrumb" data-testid="files-breadcrumbs" - class="oc-py-s" + class="oc-flex oc-flex-middle" + context-menu-padding="small" :items="breadcrumbs" >