enh: channel navbar

This commit is contained in:
Timothy Jaeryang Baek
2024-12-22 22:33:13 -07:00
parent 198bd49cc2
commit 74cacf8bf5
6 changed files with 317 additions and 30 deletions

View File

@@ -70,6 +70,7 @@ class ChannelTable:
channel = ChannelModel(
**{
**form_data.model_dump(),
"name": form_data.name.lower(),
"id": str(uuid.uuid4()),
"user_id": user_id,
"created_at": int(time.time_ns()),