fix(audit) : drawer footer style and filter icon
Pull Request — Quality gate / Backend (PHP CS + PHPUnit) (pull_request) Successful in 1m40s
Pull Request — Quality gate / Frontend (lint + Vitest + build) (pull_request) Successful in 10m14s

This commit is contained in:
2026-05-28 09:01:22 +02:00
parent 0dfdaf3300
commit 256b8d4ff2
@@ -6,8 +6,9 @@
<MalioButton
variant="tertiary"
:label="t('audit.filters.title')"
icon-name="mdi:equalizer"
icon-name="mdi:tune"
icon-position="left"
iconSize="24"
button-class="w-[184px] justify-start gap-4 text-black"
@click="openFilters"
/>
@@ -56,7 +57,7 @@
v-model="filterDrawerOpen"
drawer-class="max-w-[450px]"
body-class="p-0"
footer-class="justify-between py-7"
footer-class="justify-between border-t border-black p-6"
>
<template #header>
<h2 class="text-[24px] font-bold uppercase">{{ t('audit.filters.title') }}</h2>
@@ -89,7 +90,6 @@
<!-- Action : boutons radio (selection unique, '' = toutes) -->
<MalioAccordionItem :title="t('audit.filters.action')" value="action">
<div class="flex flex-col gap-4">
<MalioRadioButton
v-for="opt in actionOptions"
:key="opt.value"
@@ -98,7 +98,6 @@
:value="opt.value"
:label="opt.label"
/>
</div>
</MalioAccordionItem>
<!-- Utilisateur : recherche texte (ILIKE partiel cote backend) -->