mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-30 01:42:29 +03:00
d6e599dab3
ref https://linear.app/tryghost/issue/MOM-1 - renamed `searchable` to `groupName` so it better matches usage and avoids leaking internal naming to external clients - added `url` to the fetched data for each data type as the editor will want to use front-end URLs in content - added acceptance tests to help avoid regressions as we further generalise/optimise the search behaviour
6 lines
286 B
Handlebars
6 lines
286 B
Handlebars
<div class="modal-content" data-test-modal="search">
|
|
<div class="gh-nav-search-modal" {{on "click" this.focusFirstInput}}>
|
|
<GhSearchInput class="gh-nav-search-input" @onSelected={{@close}} />
|
|
<div class="gh-search-tips">Open with Ctrl/⌘ + K</div>
|
|
</div>
|
|
</div> |