Dashboard - TypstDrive

My Documents

{#if showPlusDropdown}
{/if}
{#each folderPath as folder, index} {/each}
{#if loading}

Loading your workspace...

{:else if documents.length === 0 && folders.length === 0 && files.length === 0 && currentFolderId === null}

No documents yet

Get started by creating your first Typst document. It's fast, collaborative, and beautiful.

{:else} {#if folders.length > 0}
Folders
{#each folders as folder} dragOverFolderId = id} /> {/each}
{/if} {#if documents.length > 0 || files.length > 0}
{#each documents as doc} activeMenu = id} {openInfo} {openRename} {shareItem} {deleteDoc} /> {/each} {#each files as file} {/each}
{/if} {#if documents.length === 0 && folders.length === 0 && files.length === 0}

This folder is empty.

{/if} {/if} {#if showShareModal && shareTarget} showShareModal = false} /> {/if} {#if showDeleteModal && deleteTarget} showDeleteModal = false} /> {/if} {#if showInfoModal && selectedInfo} showInfoModal = false} /> {/if} {#if showRenameModal} showRenameModal = false} /> {/if} {#if showCreateModal} showCreateModal = false} /> {/if} {#if showCreateFolderModal} showCreateFolderModal = false} /> {/if}