web-app/components/WrapperFab

The "wrapper" control: a floating bottom-right button that frames every generated prompt with a START and an END snippet (the v3 root layer = open + middle + close). Clicking it opens a small popover listing saved wrapper presets (apply one, or "None"); a "Manage presets" button there opens a modal with the two side-by-side Start/End editors plus preset naming/management. The selected wrapper lives in settings.wrapper (so it is shared by the share-link); the preset library lives in localStorage.

Description:
  • The "wrapper" control: a floating bottom-right button that frames every generated prompt with a START and an END snippet (the v3 root layer = open + middle + close). Clicking it opens a small popover listing saved wrapper presets (apply one, or "None"); a "Manage presets" button there opens a modal with the two side-by-side Start/End editors plus preset naming/management. The selected wrapper lives in settings.wrapper (so it is shared by the share-link); the preset library lives in localStorage.

Source: