{#if sending} {/if}

Create article

Create article

{ sending = true; return async ({ update }) => { await update(); window.location.hash = "!"; sending = false; }; }} >
{#if data.totalArticleCount > 0}

All articles

Search & Filter
    {#each data.articles as { id, title, article_weight, docs_category } (id)}
  • {title} {article_weight ? `(${article_weight})` : ""} {#if docs_category?.category_name}
    {docs_category.category_name} {/if}

    Edit

    Delete article

    Caution! Deleting this article will irretrievably erase all data.

    { sending = true; return async ({ update }) => { await update(); window.location.hash = "!"; sending = false; }; }} >
  • {/each}
{/if}