Merge pull request #549 from owncloud/accounts-design-improvements
Accounts design improvements
This commit is contained in:
@@ -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
|
||||
@@ -11,7 +11,7 @@ require (
|
||||
github.com/micro/micro/v2 v2.8.0
|
||||
github.com/openzipkin/zipkin-go v0.2.2
|
||||
github.com/owncloud/flaex v0.2.0
|
||||
github.com/owncloud/ocis-accounts v0.4.2-0.20200909192941-cea2720c3942
|
||||
github.com/owncloud/ocis-accounts v0.4.2-0.20200910185129-565d3babb2ac
|
||||
github.com/owncloud/ocis-glauth v0.5.1-0.20200909064150-0735ec933777
|
||||
github.com/owncloud/ocis-graph v0.0.0-20200318175820-9a5a6e029db7
|
||||
github.com/owncloud/ocis-graph-explorer v0.0.0-20200210111049-017eeb40dc0c
|
||||
|
||||
@@ -1262,6 +1262,8 @@ github.com/owncloud/ocis-accounts v0.4.2-0.20200908142503-8700b63e2afa h1:gQmScm
|
||||
github.com/owncloud/ocis-accounts v0.4.2-0.20200908142503-8700b63e2afa/go.mod h1:wNACZ+jUb1upH9Uy74+rmGW5ZF4Y3/PBRHDuEfxQrYc=
|
||||
github.com/owncloud/ocis-accounts v0.4.2-0.20200909192941-cea2720c3942 h1:glDo8aomf40wQKnhur9SGnV66fbgR7YGNRo+Sv6HM8A=
|
||||
github.com/owncloud/ocis-accounts v0.4.2-0.20200909192941-cea2720c3942/go.mod h1:wNACZ+jUb1upH9Uy74+rmGW5ZF4Y3/PBRHDuEfxQrYc=
|
||||
github.com/owncloud/ocis-accounts v0.4.2-0.20200910185129-565d3babb2ac h1:tmb3gEQuhRp8NF0c/Ruj8soZ+SV1fkMVlsc4INd4TBA=
|
||||
github.com/owncloud/ocis-accounts v0.4.2-0.20200910185129-565d3babb2ac/go.mod h1:wNACZ+jUb1upH9Uy74+rmGW5ZF4Y3/PBRHDuEfxQrYc=
|
||||
github.com/owncloud/ocis-glauth v0.5.1-0.20200731165959-1081de7c60f1 h1:YA7tS4VFSUmjeZBt4Wa+fSoreH1VJYCFlHvoRey3ngM=
|
||||
github.com/owncloud/ocis-glauth v0.5.1-0.20200731165959-1081de7c60f1/go.mod h1:lZkoEjBuEi0QZUlBG+XgVvWC4GzbWCTnmZQcIhC2kMg=
|
||||
github.com/owncloud/ocis-glauth v0.5.1-0.20200909064150-0735ec933777 h1:WqILokqgQ1M8Iau8o27zr4BV5IWgTzgLlNYGmIkOgJ4=
|
||||
|
||||
Reference in New Issue
Block a user