feat: category management UI — create modal and delete context menu

Add CreateCategory modal (replaces browser prompt) and right-click
"Delete Category" context menu on category headers with confirmation
dialog explaining channels will be uncategorized, not deleted.
This commit is contained in:
Jannis Braun
2026-03-12 01:46:27 +01:00
parent c51d6b1a0e
commit 873215d848
5 changed files with 208 additions and 46 deletions
+1
View File
@@ -6,6 +6,7 @@ type ModalType =
| 'createSpace'
| 'joinSpace'
| 'createChannel'
| 'createCategory'
| 'invite'
| 'userSettings'
| 'spaceSettings'