diff --git a/client/src/pages/ImportSettings.tsx b/client/src/pages/ImportSettings.tsx index 21a05ac..2d34adc 100644 --- a/client/src/pages/ImportSettings.tsx +++ b/client/src/pages/ImportSettings.tsx @@ -7,6 +7,7 @@ import { Label } from "@/components/ui/label"; import { Switch } from "@/components/ui/switch"; import { toast } from "sonner"; import { Loader2, Save, Upload, FolderOpen, Mail } from "lucide-react"; +import DashboardLayout from "@/components/DashboardLayout"; export default function ImportSettings() { const { data: settings, isLoading } = trpc.importSettings.get.useQuery(); @@ -78,7 +79,8 @@ export default function ImportSettings() { } return ( -
+ +

Paramètres de réception

@@ -304,6 +306,7 @@ export default function ImportSettings() {

-
+ + ); } diff --git a/todo.md b/todo.md index 9f97375..6f34866 100644 --- a/todo.md +++ b/todo.md @@ -145,3 +145,6 @@ - [x] Implémenter activation/désactivation import automatique avec dossier source et fréquence - [x] Implémenter activation/désactivation import par email avec compte mail et mot de passe - [x] Tester la sauvegarde et récupération des paramètres + +## Correction page Paramètres de réception +- [x] Ajouter DashboardLayout à la page ImportSettings pour afficher le menu latéral