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:
Sahil Batra
2025-07-29 17:16:58 +05:30
committed by Tim Abbott
parent da53d5b978
commit 524442bf44
8 changed files with 217 additions and 2 deletions

View File

@@ -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}}