diff --git a/frontend/src/components/DialogFooter.tsx b/frontend/src/components/DialogFooter.tsx index 4ff2802..890f867 100644 --- a/frontend/src/components/DialogFooter.tsx +++ b/frontend/src/components/DialogFooter.tsx @@ -50,7 +50,11 @@ export function DialogFooter({ }: DialogFooterProps) { return (
- {secondaryAction ? ( @@ -59,6 +63,7 @@ export function DialogFooter({
) : null} - diff --git a/frontend/src/pages/Actions.tsx b/frontend/src/pages/Actions.tsx index 46a17f3..c94569b 100644 --- a/frontend/src/pages/Actions.tsx +++ b/frontend/src/pages/Actions.tsx @@ -266,7 +266,7 @@ function TaskDialog({ confirmBusyLabel="Save action" secondaryAction={ onDelete ? ( - ) : undefined @@ -412,13 +412,13 @@ export function Actions() { description="Open the editor popup to modify this action." action={
- - )} diff --git a/frontend/src/pages/Dashboard.tsx b/frontend/src/pages/Dashboard.tsx index f71294d..dc2065c 100644 --- a/frontend/src/pages/Dashboard.tsx +++ b/frontend/src/pages/Dashboard.tsx @@ -429,10 +429,20 @@ function ShortcutCard({ > Open - -
@@ -503,10 +513,18 @@ export function Dashboard() { description="Quick links to websites today, with room for action and user shortcuts later." action={
- -
diff --git a/frontend/src/pages/FileBrowser.impl.tsx b/frontend/src/pages/FileBrowser.impl.tsx index fa84977..b4baa55 100644 --- a/frontend/src/pages/FileBrowser.impl.tsx +++ b/frontend/src/pages/FileBrowser.impl.tsx @@ -718,14 +718,14 @@ export function FileBrowser() {
- {buildRunning && ( <> -
{configFields} - {widgetsCard} @@ -252,10 +256,18 @@ export function ServicePage() {
- -
@@ -392,7 +404,9 @@ function ServiceConnectionFields({ )} - + ); diff --git a/frontend/src/pages/ServicesPage.tsx b/frontend/src/pages/ServicesPage.tsx index a9ff467..462333f 100644 --- a/frontend/src/pages/ServicesPage.tsx +++ b/frontend/src/pages/ServicesPage.tsx @@ -195,7 +195,7 @@ function CreateServiceDialog({ {!draft ? (
{types.map((t) => ( - diff --git a/frontend/src/pages/Settings.tsx b/frontend/src/pages/Settings.tsx index 4a99293..e344e7c 100644 --- a/frontend/src/pages/Settings.tsx +++ b/frontend/src/pages/Settings.tsx @@ -466,6 +466,7 @@ function MachineEditor({
- {selectedKey && ( {resetDatabase.error && ( @@ -1117,6 +1129,7 @@ export function Settings() {