diff --git a/src/_includes/components/expert-dock.njk b/src/_includes/components/expert-dock.njk new file mode 100644 index 0000000000..695d552007 --- /dev/null +++ b/src/_includes/components/expert-dock.njk @@ -0,0 +1,81 @@ +{# ============================================================ + FLOATING FLOWFUSE EXPERT DOCK (use case pages only) + A fixed, floating widget that hovers above the page content with a + margin from the left/right/bottom edges, rounded corners and a drop + shadow (it does not span edge to edge). It reuses the EXISTING AI + Expert experience: the bar contains the same entry point used on + /ai/ (the "Describe your workflow" textarea + #tell-me-how-btn), and + includes the shared ai-expert-modal component. No chat engine is + duplicated here. + + The outer wrapper is transparent and click-through (pointer-events-none) + so the gutters either side of the floating card never block the page; + the inner card re-enables pointer events. + ============================================================ #} +{% set dockSlug = page.fileSlug %} + +