From a484ca93c86325050a40acf4f912ace4312457bb Mon Sep 17 00:00:00 2001 From: Pepe44DEV Date: Wed, 1 Jul 2026 04:55:26 +0200 Subject: [PATCH] =?UTF-8?q?fix:=20HeroUI=20v3.2.1=20Export-Kompatibilit?= =?UTF-8?q?=C3=A4t=20=E2=80=94=20Divider->Separator,=20Select->native,=20T?= =?UTF-8?q?extarea->TextArea?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.tsx | 46 ++++++++++------------ frontend/src/components/layout/Sidebar.tsx | 6 +-- 2 files changed, 24 insertions(+), 28 deletions(-) diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index ec8682c..5e0aa9b 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -1,8 +1,8 @@ import { useEffect, useState } from 'react'; import { - Alert, Avatar, Button, Card, CardContent, CardHeader, Chip, Divider, - Input, Select, SelectItem, Skeleton, Spinner, Switch, Tab, Tabs, - Textarea + Alert, Avatar, Button, Card, CardContent, CardHeader, Chip, + Input, Separator, Skeleton, Spinner, Switch, Tab, Tabs, + TextArea } from '@heroui/react'; import { Activity, AudioLines, Bot, Cable, CalendarDays, ChevronRight, Command, @@ -283,20 +283,16 @@ function App() {
- +
@@ -476,7 +472,7 @@ function App() { setAutomationDraft((s) => ({ ...s, name: v }))} /> setAutomationDraft((s) => ({ ...s, conditionValue: v }))} /> -