Add foundation of the application and templates
This commit is contained in:
parent
a014bb8e6c
commit
60034dcee2
8 changed files with 165 additions and 0 deletions
15
templates/SidebarTabRearranger/list.hbs
Normal file
15
templates/SidebarTabRearranger/list.hbs
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue