diff --git a/frontend/src/routes/project/View.svelte b/frontend/src/routes/project/View.svelte index 307447c..e957cd7 100644 --- a/frontend/src/routes/project/View.svelte +++ b/frontend/src/routes/project/View.svelte @@ -154,6 +154,14 @@ loadTasks(); } + function showFiles(e){ + window.open(`/files/project/${id}`, '_blank').focus(); + } + + function showTimes(e){ + window.open(`/time?project=${id}`, '_blank').focus(); + } + onMount(loadProject); @@ -183,9 +191,9 @@ {/if}
{t('context')}
- + - +
{#if showSettings}
{t('extended_settings')}