Global color schema, remove name and register number access in preferences, add alert in first startup wizard

This commit is contained in:
2024-11-26 20:13:54 +01:00
parent 7c78226864
commit ac21e8d607
26 changed files with 68 additions and 85 deletions

View File

@@ -93,7 +93,7 @@ function itemProps(item: GenreModel) {
<template #actions>
<outlined-button
color="green"
color="success"
@click="bandStore.saveBand"
:loading="bandStore.fetchInProgress"
>

View File

@@ -53,7 +53,7 @@ const test = ref()
<outlined-button
@click="filesStore.uploadFile"
prepend-icon="mdi-file-upload"
color="green"
color="success"
:disabled="filesStore.fileUploadDir.length == 0 || filesStore.fileUpload == undefined"
:loading="filesStore.fetchInProgress"
>

View File

@@ -35,7 +35,7 @@ const genreStore = useGenreStore()
<template #actions>
<outlined-button
color="green"
color="success"
@click="genreStore.saveGenre"
:disabled="!valid"
:loading="genreStore.fetchInProgress"