add EditFavoriteDialog component and simloc_logo.svg

split socketio strore into seperate stores
added all routing points to sim
add vuedraggable
built icon picker for favorites
and more
This commit is contained in:
2026-04-29 13:17:49 -04:00
parent 52f05550e0
commit ddaf682d16
35 changed files with 4838 additions and 1486 deletions

View File

@@ -20,15 +20,15 @@ export default defineConfig((/* ctx */) => {
// https://github.com/quasarframework/quasar/tree/dev/extras
extras: [
// 'ionicons-v4',
// 'mdi-v7',
'mdi-v7',
// 'fontawesome-v6',
// 'eva-icons',
// 'themify',
// 'line-awesome',
// 'roboto-font-latin-ext', // this or either 'roboto-font', NEVER both!
'roboto-font', // optional, you are not bound to it
'material-icons', // optional, you are not bound to it
// 'roboto-font', // optional, you are not bound to it
// 'material-icons', // optional, you are not bound to it
],
// Full list of options: https://v2.quasar.dev/quasar-cli-vite/quasar-config-file#build
@@ -151,7 +151,8 @@ export default defineConfig((/* ctx */) => {
config: {
dark: true,
},
iconSet: 'material-icons', // Quasar icon set
// iconSet: 'material-icons', // Quasar icon set
iconSet: 'mdi-v7',
// lang: 'en-US', // Quasar language pack
// For special cases outside of where the auto-import strategy can have an impact