add shared reports section in the frontend

This commit is contained in:
Gregor Vostrak
2024-11-03 18:34:25 +01:00
committed by Constantin Graf
parent c03aad1abd
commit 2560619c15
17 changed files with 1174 additions and 29 deletions

View File

@@ -46,7 +46,7 @@ const emit = defineEmits(['changed']);
</script>
<template>
<div class="flex items-center justify-center text-muted">
<div class="flex items-center text-muted">
<input
ref="datePicker"
@change="updateTempValue"