fix(timetable): reopen colour picker

+ some quick fixes to dropdowns again
This commit is contained in:
2026-06-22 20:19:17 +09:30
parent fadbca5969
commit 2be27299a5
18 changed files with 922 additions and 140 deletions
+7
View File
@@ -133,6 +133,13 @@ export default defineConfig(({ command }) => ({
input: {
settings: join(__dirname, "src", "interface", "index.html"),
pageState: join(__dirname, "src", "pageState.js"),
seqtaMenuColourPatch: join(
__dirname,
"src",
"seqta",
"utils",
"seqtaMenuColourPatch.js",
),
},
output: {
assetFileNames: "assets/[name]-[hash][extname]",