mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
channel-folders: Add UI to create new channel folder.
This commit adds a button besides the folder dropdowin in stream settings UI which can be used to create a new folder.
This commit is contained in:
@@ -137,6 +137,20 @@ exports.fixtures = {
|
||||
upload_space_used: 90000,
|
||||
},
|
||||
|
||||
channel_folder__add: {
|
||||
type: "channel_folder",
|
||||
op: "add",
|
||||
channel_folder: {
|
||||
id: 1,
|
||||
name: "Frontend",
|
||||
description: "Channels for frontend discussions",
|
||||
rendered_description: "<p>Channels for frontend discussions</p>",
|
||||
date_created: 1681662420,
|
||||
creator_id: 10,
|
||||
is_archived: false,
|
||||
},
|
||||
},
|
||||
|
||||
channel_typing_edit_message__start: {
|
||||
type: "typing_edit_message",
|
||||
op: "start",
|
||||
|
||||
Reference in New Issue
Block a user