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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user