feat: add root-level minibuffer actions and update template

This commit is contained in:
2026-06-21 11:56:05 -04:00
parent 6e821de7b1
commit c505a3c239
3 changed files with 68 additions and 53 deletions
+5 -2
View File
@@ -132,8 +132,11 @@
{{#minibuffer}}
<footer class="minibuffer">
<span class="muted">M-x</span>
<span>{{command}}</span>
<span class="text">{{text}}<span class="caret">▏</span></span>
<span style="display:flex;gap:.5rem;flex-wrap:wrap">
{{#actions}}
<a href="{{href}}" class="pill" style="text-decoration:none">{{label}}</a>
{{/actions}}
</span>
</footer>
{{/minibuffer}}
</article>