mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
streams-ui: Add UI to update and archive channel folders.
This commit adds edit and delete buttons in the dropdown list for folder. Fixes #35498.
This commit is contained in:
@@ -42,6 +42,12 @@
|
||||
{{else}}
|
||||
{{name}}
|
||||
{{/if}}
|
||||
{{#if has_edit_icon}}
|
||||
{{> components/icon_button custom_classes="dropdown-list-edit dropdown-list-control-button" intent="neutral" icon="edit" aria-label=(t "Edit folder") }}
|
||||
{{/if}}
|
||||
{{#if has_delete_icon}}
|
||||
{{> components/icon_button custom_classes="dropdown-list-delete dropdown-list-control-button" intent="danger" icon="trash" aria-label=(t "Delete folder") }}
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</a>
|
||||
{{/if}}
|
||||
|
Reference in New Issue
Block a user