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}

View File

@@ -256,12 +256,12 @@ const LoopChartActionBar: React.FC = () => {
</Listbox.Options>
</div>
</Listbox>
<div className="relative w-48"> </div>
<div className="relative w-16"> </div>
{/* Schleife starten button*/}
<button
onClick={handleFetchData}
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm"
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm whitespace-nowrap"
disabled={isLoading}
>
RSL starten
@@ -269,7 +269,7 @@ const LoopChartActionBar: React.FC = () => {
<button
onClick={handleFetchData}
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm"
className="px-4 py-1 bg-littwin-blue text-white rounded text-sm whitespace-nowrap"
>
Daten laden
</button>