From dc8460e08922a9a58d0a7979fa238620079e4dc7 Mon Sep 17 00:00:00 2001 From: Paul Neubauer Date: Wed, 9 Mar 2022 14:23:59 +0100 Subject: [PATCH] Cleanup changelogs --- .../unreleased/change-remove-resource-status-indicators | 8 ++++++++ .../unreleased/enhancement-redesign-status-indicators | 3 +-- 2 files changed, 9 insertions(+), 2 deletions(-) create mode 100644 changelog/unreleased/change-remove-resource-status-indicators diff --git a/changelog/unreleased/change-remove-resource-status-indicators b/changelog/unreleased/change-remove-resource-status-indicators new file mode 100644 index 000000000..de63bf473 --- /dev/null +++ b/changelog/unreleased/change-remove-resource-status-indicators @@ -0,0 +1,8 @@ +Change: Remove OcStatusIndicators from OcResource + +We've removed OcStatusIndicators from OcResource +since it will be moved in a separate column + +https://github.com/owncloud/web/issues/5976 +https://github.com/owncloud/web/pull/6552 +https://github.com/owncloud/owncloud-design-system/pull/2014 \ No newline at end of file diff --git a/changelog/unreleased/enhancement-redesign-status-indicators b/changelog/unreleased/enhancement-redesign-status-indicators index 170450ea6..4aac2000d 100644 --- a/changelog/unreleased/enhancement-redesign-status-indicators +++ b/changelog/unreleased/enhancement-redesign-status-indicators @@ -1,8 +1,7 @@ Enhancement: Redesign OcStatusIndicators We've redesigned the share/status indicators to fit -in a separate column in the ResourceTable in web and -removed it from OcResource. +in a separate column in the ResourceTable in web https://github.com/owncloud/web/issues/5976 https://github.com/owncloud/web/pull/6552