feat: Display und Chart für KÜs

This commit is contained in:
ISA
2025-07-31 09:37:34 +02:00
parent e76c8d9bd2
commit ad6642b5e7
9 changed files with 47 additions and 31 deletions

View File

@@ -237,14 +237,13 @@ const IsoChartActionBar: React.FC = () => {
</div>
</Listbox>
{/* ISO starten button*/}
<button
onClick={handleFetchData}
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm"
disabled={isLoading}
{/* Platzhalter für "ISO starten" Button, nimmt weiterhin Platz ein, aber ist unsichtbar */}
<span
style={{ visibility: "hidden" }}
className="px-10 py-1 bg-littwin-blue text-white rounded text-sm"
>
ISO starten
</button>
</span>
<button
onClick={handleFetchData}