X-Git-Url: https://git.r.bdr.sh/rbdr/forum/blobdiff_plain/bd8e98d7e24c4dbaee7db6ec7955f7c2f6d396a6..852ee620f0a2f6a83cf83eba860ca951b66bb7e2:/src/routes/g/%5Bid%5D.svelte diff --git a/src/routes/g/[id].svelte b/src/routes/g/[id].svelte index d036c36..2033f14 100644 --- a/src/routes/g/[id].svelte +++ b/src/routes/g/[id].svelte @@ -1,9 +1,30 @@ - -

Tag Index.

-

This component lists topics for tag with id: {id}

+ + + + {id}, {$_('tag.title')} + + +{#if $tagResponse.loading} + +{/if} +{#if $tagResponse.error} + +{/if} +{#if $tagResponse.data} + +{/if}