Skip to content

Commit

Permalink
Merge pull request #89 from owncloud/role-select-ui
Browse files Browse the repository at this point in the history
Role select ui
  • Loading branch information
kulmann authored Aug 21, 2020
2 parents b2d0c8a + a2cca63 commit 1803a5b
Show file tree
Hide file tree
Showing 13 changed files with 851 additions and 41 deletions.
7 changes: 7 additions & 0 deletions changelog/unreleased/select-role-in-ui.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
Change: Add role selection to accounts UI

We added a role selection dropdown for each account in the accounts UI. As a first iteration, this doesn't
require account management permissions.

https://github.com/owncloud/product/issues/103
https://github.com/owncloud/ocis-accounts/pull/89
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,14 +67,14 @@
"swagger-vue-generator": "^1.0.6",
"url-search-params-polyfill": "^8.1.0",
"vue-template-compiler": "^2.6.11",
"vuex": "^3.5.1",
"xml-js": "^1.6.11"
},
"browserslist": [
"> 1%",
"not dead"
],
"peerDependencies": {
"owncloud-design-system": "^1.7.0",
"vuex": "^3.5.1"
"owncloud-design-system": "^1.7.0"
}
}
6 changes: 3 additions & 3 deletions pkg/assets/embed.go

Large diffs are not rendered by default.

Loading

0 comments on commit 1803a5b

Please sign in to comment.