Use UUIDs everywhere & improve prompt popup

This commit is contained in:
space-nuko
2023-05-13 01:20:58 -05:00
parent 7786a0aba6
commit 23271197b5
12 changed files with 6064 additions and 2522 deletions

View File

@@ -47,7 +47,7 @@ function notifyToast(text: string, options: NotifyOptions) {
}
else if (options.type === "warning") {
toastOptions.theme = {
'--toastBackground': 'var(--color-yellow-500)',
'--toastBackground': 'var(--color-yellow-600)',
}
}
else if (options.type === "error") {