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

@@ -17,7 +17,7 @@
let loading = false;
$: if (name) {
name = name.replace(/\s/g, '-');
name = name.replace(/\s/g, '-').toLocaleLowerCase();
}
const submitHandler = async () => {