feat: port CreateChannel modal

This commit is contained in:
Paul Makles
2022-07-05 20:37:40 +01:00
parent 4009b19f9c
commit 29fb8e0064
3 changed files with 72 additions and 5 deletions

View File

@@ -21,6 +21,7 @@ import Changelog from "./components/Changelog";
import ChannelInfo from "./components/ChannelInfo";
import Clipboard from "./components/Clipboard";
import Confirmation from "./components/Confirmation";
import CreateChannel from "./components/CreateChannel";
import CreateGroup from "./components/CreateGroup";
import CreateInvite from "./components/CreateInvite";
import CreateRole from "./components/CreateRole";
@@ -250,6 +251,7 @@ export const modalController = new ModalControllerExtended({
delete_bot: Confirmation,
block_user: Confirmation,
unfriend_user: Confirmation,
create_channel: CreateChannel,
create_group: CreateGroup,
create_invite: CreateInvite,
create_role: CreateRole,