From 68d1e37ecbfdacf63c079db00b1ad4598002b9c5 Mon Sep 17 00:00:00 2001 From: Adam Shiervani Date: Tue, 20 May 2025 14:01:31 +0200 Subject: [PATCH] style(ui): Add opacity for fade-in animations --- .../components/extensions/ATXPowerControl.tsx | 2 +- .../components/extensions/DCPowerControl.tsx | 2 +- .../components/extensions/SerialConsole.tsx | 2 +- .../components/popovers/ExtensionPopover.tsx | 4 +-- ui/src/components/popovers/MountPopover.tsx | 4 +-- ui/src/components/popovers/PasteModal.tsx | 4 +-- .../popovers/WakeOnLan/AddDeviceForm.tsx | 4 +-- .../popovers/WakeOnLan/DeviceList.tsx | 4 +-- .../popovers/WakeOnLan/EmptyStateCard.tsx | 4 +-- ui/src/routes/devices.$id.mount.tsx | 30 +++++++++---------- 10 files changed, 30 insertions(+), 30 deletions(-) diff --git a/ui/src/components/extensions/ATXPowerControl.tsx b/ui/src/components/extensions/ATXPowerControl.tsx index 6a212ea..0334a18 100644 --- a/ui/src/components/extensions/ATXPowerControl.tsx +++ b/ui/src/components/extensions/ATXPowerControl.tsx @@ -107,7 +107,7 @@ export function ATXPowerControl() { ) : ( - +
{/* Control Buttons */}
diff --git a/ui/src/components/extensions/DCPowerControl.tsx b/ui/src/components/extensions/DCPowerControl.tsx index e51b5bd..3fcb7dc 100644 --- a/ui/src/components/extensions/DCPowerControl.tsx +++ b/ui/src/components/extensions/DCPowerControl.tsx @@ -63,7 +63,7 @@ export function DCPowerControl() { ) : ( - +
{/* Power Controls */}
diff --git a/ui/src/components/extensions/SerialConsole.tsx b/ui/src/components/extensions/SerialConsole.tsx index 1c8a16c..544d3fd 100644 --- a/ui/src/components/extensions/SerialConsole.tsx +++ b/ui/src/components/extensions/SerialConsole.tsx @@ -58,7 +58,7 @@ export function SerialConsole() { description="Configure your serial console settings" /> - +
{/* Open Console Button */}
diff --git a/ui/src/components/popovers/ExtensionPopover.tsx b/ui/src/components/popovers/ExtensionPopover.tsx index 2dc0204..10ee2ea 100644 --- a/ui/src/components/popovers/ExtensionPopover.tsx +++ b/ui/src/components/popovers/ExtensionPopover.tsx @@ -92,7 +92,7 @@ export default function ExtensionPopover() { {renderActiveExtension()}
- +
{AVAILABLE_EXTENSIONS.map(extension => (
((_props, ref) => { ) : null}
((_props, ref) => { {!remoteVirtualMediaState && (
- +
{storedDevices.map((device, index) => (
@@ -63,7 +63,7 @@ export default function DeviceList({
- +
@@ -35,7 +35,7 @@ export default function EmptyStateCard({
-
+

Virtual Media Source

@@ -319,7 +319,7 @@ function ModeSelectionView({ ].map(({ label, description, value: mode, icon: Icon, tag, disabled }, index) => (
0 ? (
) : (
0 && (
Error: {uploadError} @@ -1372,7 +1372,7 @@ function UploadFileView({ )}