feat: added tags on upload and view tweaked navbar #36

Merged
al4423 merged 4 commits from feat/upload-tags into master 2025-06-06 03:16:07 +00:00
8 changed files with 196 additions and 15 deletions
Showing only changes of commit c4c8834d50 - Show all commits

View File

@@ -36,7 +36,7 @@
<hr /> <hr />
{/if} {/if}
<div class="tagContainer"> <div class="tagContainer">
{#each space.tags as tag} {#each space.tags as tag (tag)}
<span class="tag"> <span class="tag">
{tag} {tag}
</span> </span>