Add the sidebar for the module

This commit is contained in:
Oliver 2026-01-26 23:41:43 -07:00
parent dc3224fb6a
commit 1d58317346
6 changed files with 127 additions and 0 deletions

View file

@ -0,0 +1,17 @@
<section>
<h4 class="divider">Artists</h4>
<button
type="button"
data-action="openApp"
data-app="ArtistList"
>
View All
</button>
<button
type="button"
data-action="openApp"
data-app="ArtistApp"
>
Add New
</button>
</section>

View file

@ -0,0 +1,18 @@
<section>
<h4 class="divider">Tokens</h4>
<button
type="button"
data-action="openApp"
data-app="ArtBrowser"
data-select-mode="multi"
>
View All
</button>
<button
type="button"
data-action="openApp"
data-app="ImageApp"
>
Add New
</button>
</section>