feat(heures) : export PDF des heures (vue jour) par sites #24

Merged
tristan merged 16 commits from feature/SIRH-35-export-des-heures-employe into develop 2026-06-09 12:59:04 +00:00
Showing only changes of commit 8412245e23 - Show all commits
+6 -7
View File
@@ -2,15 +2,14 @@
<div class="h-full overflow-hidden flex flex-col">
<div class="flex flex-wrap items-center justify-between gap-4">
<h1 class="text-2xl font-bold text-primary-500 lg:text-4xl">Heures</h1>
<button
<MalioButton
v-if="isAdmin"
type="button"
class="flex items-center gap-2 rounded-md bg-primary-500 px-4 py-2 text-md font-semibold text-white hover:bg-secondary-500"
label="Export"
variant="secondary"
icon-name="mdi:download"
icon-position="left"
@click="isExportDrawerOpen = true"
>
<Icon name="mdi:file-export-outline" />
Exporter
</button>
/>
</div>
<HoursDayExportDrawer