account refactor

This commit is contained in:
2023-10-17 18:30:41 +03:00
parent 23219ce998
commit d9736b29a4
17 changed files with 91 additions and 186 deletions
+6 -1
View File
@@ -21,5 +21,10 @@
setContext("channel", channel);
setContext("user", user);
</script>
<div class="text-center">
<h1><a class="text-decoration-none" href="{channel.lucentUrl}">{channel.name}</a></h1>
</div>
<div>
<svelte:component this={components[view]} {title} {...data}/>
</div>
<svelte:component this={components[view]} {title} {...data}/>