Merge branch 'main' into dev

This commit is contained in:
2025-10-15 15:37:06 +02:00
10 changed files with 87 additions and 10 deletions

View File

@@ -56,6 +56,7 @@ onMount(fetchModules);
<a href="/company" {onclick}>{t('companies')}</a>
<a href="/project" {onclick}>{t('projects')}</a>
<a href="/task" {onclick}>{t('tasks')}</a>
<a href="/tags" {onclick}>{t('tags')}</a>
<a href="/document" {onclick}>{t('documents')}</a>
<a href="/bookmark" {onclick}>{t('bookmarks')}</a>
<a href="/notes" {onclick}>{t('notes')}</a>