Remove "actions" from Member Index View that have not been implemented as yet (#18098)
* feat: remove actions * feat: remove the associated icons
This commit is contained in:
parent
6f135a46b1
commit
74dc9abd8e
4 changed files with 0 additions and 15 deletions
|
|
@ -1,3 +0,0 @@
|
|||
<svg width="24" height="24" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path d="m2.636 1.575 14.32 14.319-1.062 1.061-1.51-1.511a4.488 4.488 0 0 1-1.634.306h-7.5a4.5 4.5 0 0 1-1.494-8.746 5.244 5.244 0 0 1 .265-1.922L1.575 2.636l1.061-1.061ZM12.75 6.75a4.503 4.503 0 0 1 3.903 6.742l-6.146-6.145a4.483 4.483 0 0 1 2.243-.597ZM9 1.5a5.252 5.252 0 0 1 5.074 3.896 6.02 6.02 0 0 0-4.655.863L5.77 2.61A5.227 5.227 0 0 1 9 1.5Z"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 462 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path clip-rule="evenodd" d="M19 22H5a3 3 0 0 1-3-3V3a1 1 0 0 1 1-1h14a1 1 0 0 1 1 1v12h4v4a3 3 0 0 1-3 3Zm-1-5v2a1 1 0 0 0 2 0v-2h-2ZM14 7H6v2h8V7Zm0 4H6v2h8v-2Zm-8 4h5v2H6v-2Z"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 288 B |
|
|
@ -1,3 +0,0 @@
|
|||
<svg width="24" height="24" viewBox="0 0 18 18" fill="none" xmlns="http://www.w3.org/2000/svg">
|
||||
<path clip-rule="evenodd" d="M1.5 9a7.5 7.5 0 1 1 15 0 7.5 7.5 0 0 1-15 0Zm6.75 2.25v1.5h1.5v-1.5h-1.5Zm0-6v4.5h1.5v-4.5h-1.5Z"/>
|
||||
</svg>
|
||||
|
Before Width: | Height: | Size: 237 B |
|
|
@ -43,12 +43,6 @@
|
|||
</li>
|
||||
<% end %>
|
||||
<li><button data-copy-email="<%= user.email %>" type="button" class="c-btn w-100 align-left c-btn--icon-left"> <%= crayons_icon_tag("copy", aria_hidden: true, class: "c-btn__icon") %>Copy email address</button></li>
|
||||
<% if FeatureFlag.enabled?(:member_index_view) %>
|
||||
<li><button class="c-btn align-left w-100 c-btn--icon-left"><%= crayons_icon_tag("email", aria_hidden: true, class: "c-btn__icon") %>Send an email</button></li>
|
||||
<li><button class="c-btn align-left w-100 c-btn--icon-left"><%= crayons_icon_tag("note", aria_hidden: true, class: "c-btn__icon") %>Write a note</button><hr /></li>
|
||||
<li><button class="c-btn align-left w-100 c-btn--icon-left"><%= crayons_icon_tag("cloud-off", aria_hidden: true, class: "c-btn__icon") %>Unpublish all posts</button></li>
|
||||
<li><button class="c-btn align-left w-100 c-btn--icon-left"><%= crayons_icon_tag("warning", aria_hidden: true, class: "c-btn__icon") %>Banish user</button></li>
|
||||
<% end %>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue