From 6b644ca9f38f10f027d05009809a91d2662e6536 Mon Sep 17 00:00:00 2001 From: sthag Date: Mon, 27 Oct 2025 20:41:38 +0100 Subject: [PATCH] feat: Add macro for frame status bar --- source/screens/demo/examples/ui/explorer.njk | 14 ++------------ source/templates/hippie/macros/_io.njk | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 12 deletions(-) diff --git a/source/screens/demo/examples/ui/explorer.njk b/source/screens/demo/examples/ui/explorer.njk index 72de77a..c54ea0a 100755 --- a/source/screens/demo/examples/ui/explorer.njk +++ b/source/screens/demo/examples/ui/explorer.njk @@ -12,7 +12,7 @@ tags:
{{ io.frameFooter('mode-bar') }} diff --git a/source/templates/hippie/macros/_io.njk b/source/templates/hippie/macros/_io.njk index 36a3b9e..f9a7300 100644 --- a/source/templates/hippie/macros/_io.njk +++ b/source/templates/hippie/macros/_io.njk @@ -32,4 +32,18 @@ +{% endmacro %} + +{% macro statusBar(title) %} + {% endmacro %} \ No newline at end of file