mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-26 12:21:36 +03:00
f4c50fb3a5
no issue UI experiment (behind the `cardSettingsPanel` labs flag) for pulling card settings out into a separate side-panel. Prototyping against the email-cta card. - shows panel immediately when selected unless selected by keyboard in which case it will wait for mouse input - panel position is fixed so it's always on screen - initial position tries to be as close to centered right of the card as possible - ensures all of the panel is on-screen, will overlap the card if there's no enough horizontal width - re-positions after window resize - card no longer has a separate edit mode, the text replacement field is directly editable
2 lines
72 B
JavaScript
2 lines
72 B
JavaScript
export {default} from 'koenig-editor/components/koenig-settings-panel';
|