Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Koenig - Hide unused elements in (+) menu
Browse files Browse the repository at this point in the history
refs TryGhost/Ghost#9311
- we don't and will unlikely ever have a "Text" card
- commented out the search input and "Primary" header, it won't be used until we have many more cards
  • Loading branch information
kevinansfield committed Mar 14, 2018
1 parent e8258d6 commit f1ecd39
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,13 @@

{{#if showMenu}}
<div class="koenig-cardmenu">
<div class="koenig-cardmenu-search">
{{!-- <div class="koenig-cardmenu-search">
{{inline-svg "koenig/search"}}
<input type="text" placeholder="Search for a card..." class="gh-input koenig-cardmenu-search-input">
</div>
<div class="koenig-cardmenu-divider">
Primary
</div>
<div class="koenig-cardmenu-card" {{action "closeMenu" on="click"}}>
<div class="koenig-cardmenu-icon">{{inline-svg "koenig/font-size"}}</div>
<div class="koenig-cardmenu-label">Text</div>
</div>
</div> --}}
<div class="koenig-cardmenu-card" {{action "replaceWithCardSection" "markdown" on="click"}}>
<div class="koenig-cardmenu-icon">{{inline-svg "koenig/markdown"}}</div>
<div class="koenig-cardmenu-label">Markdown</div>
Expand Down

0 comments on commit f1ecd39

Please sign in to comment.