added empty collaborator handling, hid feed, and fixed some minor styling
This commit is contained in:
parent
56786c1f91
commit
cdb7fa186a
4 changed files with 5 additions and 3 deletions
|
|
@ -86,7 +86,8 @@ const deleteList = () => {
|
|||
</ul>
|
||||
</details>
|
||||
|
||||
<ul class="collaborators">
|
||||
<div v-if="!list.collaborators.length">No collaborators found</div>
|
||||
<ul v-else class="collaborators">
|
||||
<li v-for="collaborator in list.collaborators" :key="collaborator.id">
|
||||
<span>{{ collaborator.username }}</span>
|
||||
<select v-model="collaborator.role">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue