Skip to content
Snippets Groups Projects
Commit 018b12a0 authored by Simon Knox's avatar Simon Knox
Browse files

add loading spinner to sidebar assignees

parent 83aa0235
No related branches found
No related tags found
No related merge requests found
Pipeline #
Loading
Loading
@@ -79,6 +79,7 @@ export default {
:editable="store.editable"
@assign-self="assignSelf"
/>
<i class="fa fa-spinner fa-spin"/>
</div>
`,
};
- if issuable.is_a?(Issue)
#js-vue-sidebar-assignees{ data: { field: "#{issuable.to_ability_name}[assignee_ids]" } }
.title.hide-collapsed
Assignee
= icon('spinner spin', 'aria-hidden': 'true')
- else
.sidebar-collapsed-icon.sidebar-collapsed-user{ data: { toggle: "tooltip", placement: "left", container: "body" }, title: (issuable.assignee.name if issuable.assignee) }
- if issuable.assignee
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment