From f8d233f178d116fa4eee80648804ff51c995c6b7 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Sat, 20 May 2023 12:01:08 +0200 Subject: [PATCH] tooltip fixes --- frontend/src/lib/components/Popover.svelte | 21 +++++++++++-------- .../editor/componentsPanel/CssProperty.svelte | 7 ++++++- .../clearableInput/ClearableInput.svelte | 2 ++ .../components/flows/CreateActionsApp.svelte | 6 +++--- 4 files changed, 23 insertions(+), 13 deletions(-) diff --git a/frontend/src/lib/components/Popover.svelte b/frontend/src/lib/components/Popover.svelte index f2995fcf68..5b6bf5be93 100644 --- a/frontend/src/lib/components/Popover.svelte +++ b/frontend/src/lib/components/Popover.svelte @@ -1,6 +1,7 @@
IIFE JS code Bundle that contains an IIFE code that will mount itself to the root element. Any framework - of vanilla JS can be used to create an app and templates are provided for the major + >Bundle that contains an IIFE code that will mount itself to a "root" element. Any framework + or vanilla JS can be used to create an app and templates are provided for the major frameworks: React/Vue/Svelte. In those frontend apps, it is possible to inline scripts - directly to be executed by windmill backend which make it a convenient way of building apps + directly to be executed by windmill backend which makes it a convenient way of building apps with both frontend and backend all-in-one.