working on timetracking module
This commit is contained in:
@@ -44,6 +44,7 @@ onMount(fetchModules);
|
||||
<a href="#" onclick={() => go('/document')}>{t('documents')}</a>
|
||||
<a href="#" onclick={() => go('/bookmark')}>{t('bookmarks')}</a>
|
||||
<a href="#" onclick={() => go('/notes')}>{t('notes')}</a>
|
||||
<a href="#" onclick={() => go('/time')}>{t('timetracking')}</a>
|
||||
<a href="https://svelte.dev/tutorial/svelte/state" target="_blank">{t('tutorial')}</a>
|
||||
{#each modules as module,i}
|
||||
{#if module.name.trim()}<a href={module.url}>{module.name}</a>{/if}
|
||||
|
||||
Reference in New Issue
Block a user