Add foundation of the application and templates

This commit is contained in:
Oliver 2026-02-15 18:40:40 -07:00
parent a014bb8e6c
commit 60034dcee2
8 changed files with 165 additions and 0 deletions

View file

@ -0,0 +1,15 @@
<main>
<ol>
{{#each tabs as | tab |}}
<li>
<span class="emulate-button {{tab.icon}}"></span>
<span>{{tab.name}}</span>
<div style="flex-grow: 1"></div>
<oft-icon
name="icons/drag-handle"
var:fill="currentColor"
></oft-icon>
</li>
{{/each}}
</ol>
</main>