new migration to add wallet applet to dash db table; new views & html to accomodate

This commit is contained in:
Disco DeDisco
2026-03-08 15:27:24 -04:00
parent 076d75effe
commit ad0caa7c17
4 changed files with 43 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ from apps.dashboard.models import Applet, Item, List, UserApplet
from apps.lyric.models import Token, User, Wallet
APPLET_ORDER = ["new-list", "my-lists", "username", "palette"]
APPLET_ORDER = ["wallet", "new-list", "my-lists", "username", "palette"]
UNLOCKED_PALETTES = frozenset(["palette-default"])
PALETTES = [
{"name": "palette-default", "label": "Earthman", "locked": False},