moved stuff to js to remove HTML, making it easier to create new pages.

This commit is contained in:
2025-01-12 20:30:35 +01:00
parent e20bb50746
commit b33db97fbb
5 changed files with 90 additions and 63 deletions
+4 -2
View File
@@ -15,12 +15,14 @@
"actionValue": "https://github.com/ByteDice"
},
{
"icon": "powerplates_8x8.png"
"icon": "powerplates_8x8.png",
"action": "navigate",
"actionValue": "/powerplates"
},
{
"icon": "pauseAnimation_8x8.png",
"action": "function",
"actionValue": "https://discord.com",
"actionValue": "pauseAnimBtn('auto')",
"iconId": "animationToggle"
}
]