Attic is a cozy space with lofty ambitions. attic.social
11
fork

Configure Feed

Select the types of activity you want to include in your feed.

tags label

+8 -1
+8 -1
src/routes/bookmarks/[did=did]/+page.svelte
··· 298 298 Fetch 299 299 </button> 300 300 </div> 301 - <label for="tags">Tags <span>(8 max)</span></label> 301 + <label for="tags" 302 + >Tags 303 + {#if dialogTags.length === 0 || dialogTags.length > 8} 304 + <span>(8 max)</span> 305 + {:else} 306 + <span>({dialogTags.length} of 8)</span> 307 + {/if} 308 + </label> 302 309 <div class="Tags"> 303 310 {#each dialogTags as tag} 304 311 <input