FloatingPanel Component
Collapsible, draggable floating action panel for tablet/phone editing flows. Resize the window below 1024px to see the live panel.
Status states
Cycle the save status
The live panel (bottom corner, below 1024px) reflects the selected status. Collapse it with the chevron, then drag the FAB to either edge — the side persists across reloads.
Pairing with SectionFooter
Desktop SectionFooter + small-screen FloatingPanel — same actions, authored once
On a create/edit page, define the action buttons as one RenderFragment and pass it to both
SectionFooter (hidden below the breakpoint) and FloatingPanel
(hidden above it). Exactly one action surface is visible at any width.