Added create category context menu when right clicking in channel list

This commit is contained in:
Ryan Alexander
2021-08-17 06:31:25 +10:00
parent 24050a8e05
commit 49d54ee05a
3 changed files with 78 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ export type Screen =
| { type: "unfriend_user"; target: User }
| { type: "block_user"; target: User }
| { type: "create_channel"; target: Server }
| { type: "create_category"; target: Server }
))
| ({ id: "special_input" } & (
| {