From 940aa1f07792201e9b195297fbe2c1e89ac2a9ec Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 10 Sep 2020 21:33:23 +0200 Subject: [PATCH] Changelog --- .../unreleased/update-accounts-design-improvements.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changelog/unreleased/update-accounts-design-improvements.md diff --git a/changelog/unreleased/update-accounts-design-improvements.md b/changelog/unreleased/update-accounts-design-improvements.md new file mode 100644 index 0000000000..7181342e9b --- /dev/null +++ b/changelog/unreleased/update-accounts-design-improvements.md @@ -0,0 +1,7 @@ +Enhancement: accounts UI improvements + +We aligned the visual appearance of the accounts UI with default ocis-web apps (full width, style of batch actions), added icons to buttons, extracted the buttons from the batch actions dropdown into individual buttons, improved the wording added a confirmation widget for the user deletion and removed the uid and gid columns. + +https://github.com/owncloud/product/issues/222 +https://github.com/owncloud/ocis-accounts/pull/116 +https://github.com/owncloud/ocis/pull/549