-
Notifications
You must be signed in to change notification settings - Fork 159
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Admin panel members list #8224
Admin panel members list #8224
Conversation
@@ -0,0 +1,107 @@ | |||
<template> | |||
<div class="oc-ml-s"> | |||
<div v-if="spaceResource.spaceRoles.manager.length" class="oc-mb-m"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fyi: Here is quite some code duplication going on. We like to leave that for now though because the structure of the members object will change as soon as we have the filter. After than we can think about using dedicated components to minimize code duplication.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice 👏 would love to see some test coverage as soon as it makes sense (unit test coverage probably only after the code deduplication in the members panel).
Kudos, SonarCloud Quality Gate passed! |
Description
See #8219
Related Issue
Types of changes
Checklist: