This website requires JavaScript.
Explore
Help
Sign In
TryGhost
/
Ghost
Watch
1
Star
0
Fork
0
You've already forked Ghost
mirror of
https://github.com/TryGhost/Ghost.git
synced
2024-11-30 01:42:29 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
a8dc689823
Ghost
/
ghost
/
admin
/
app
/
components
/
gh-app.hbs
4 lines
56 B
Handlebars
Raw
Normal View
History
Unescape
Escape
🎨 Adjusted post settings menu design so it can stay open whilst editing refs https://github.com/TryGhost/Team/issues/840 We wanted to switch to a settings menu that stays open to the right of the editor rather than a popover that blocks all other interaction with the post to solve two use-cases: 1. when editing it's fairly common to select some text from the post contents when setting excerpt and meta data text, with the previous design not letting you scroll or select whilst the menu got in the way of that 2. having the menu open with meta data visible before publishing can help you see everything is set as you want and help you feel confident when publishing/sending content --- - removed `psmRedesign` labs flag - swapped labs component/css for main component and deleted labs component - cleaned up now-unused `ui.showSettingsMenu` property and related actions/classes
2021-07-02 21:03:52 +03:00
<div class="gh-app" ...attributes>
Migrated `<GhApp>` to glimmer component no issue - switch to Glimmer component, native class syntax, and dropped jQuery usage
2021-07-01 11:51:53 +03:00
{{
yield
}}
</div>
Reference in New Issue
Copy Permalink