Feature Requests - My Collection

Feature Requests

Suggest and vote on new features.

{#if form?.error}
{form.error}
{/if} {#if showNewForm}
{ return async ({ update, result }) => { await update(); if (result.type === 'success') showNewForm = false; }; }} class="space-y-3">
{/if} {#if data.requests.length === 0 && !showNewForm}

No feature requests yet. Be the first to suggest one!

{:else}
{#each data.requests as req}

{req.title}

{req.status}
{#if req.description}

{req.description}

{/if}
{#if req.createdBy} {req.createdBy} {/if} {timeAgo(req.createdAt)}
`; document.body.appendChild(form); form.submit(); }} class="rounded border border-gray-200 px-1 py-0.5 text-xs text-gray-500 dark:border-gray-600 dark:bg-gray-700 dark:text-gray-400"> {#each ['open', 'planned', 'in-progress', 'done', 'declined'] as s} {/each}
{/each}
{/if}