Added new app settings shortcuts findable by spotlight - Application, Login & Registration, Appearance, Adsense, Homepage, Environment, Server

This commit is contained in:
Čarodej
2022-04-05 08:05:32 +02:00
parent d386f70be8
commit 9f783fcd95
5 changed files with 154 additions and 95 deletions

View File

@@ -95,7 +95,7 @@
}"
>
<settings-icon
v-if="['AppOthers', 'Profile', 'Password'].includes(result.action.value)"
v-if="['AppOthers', 'Profile', 'Password', 'AppServer', 'AppAppearance', 'AppIndex', 'AppEnvironment', 'AppOthers', 'AppSignInUp', 'AppAdsense'].includes(result.action.value)"
size="18"
class="vue-feather text-theme"
/>
@@ -432,6 +432,55 @@ export default {
value: 'Invoices',
},
},
{
title: this.$t('application_settings'),
action: {
type: 'route',
value: 'AppOthers',
},
},
{
title: this.$t('login_registration_settings'),
action: {
type: 'route',
value: 'AppSignInUp',
},
},
{
title: this.$t('appearance_settings'),
action: {
type: 'route',
value: 'AppAppearance',
},
},
{
title: this.$t('adsense_settings'),
action: {
type: 'route',
value: 'AppAdsense',
},
},
{
title: this.$t('homepage_settings'),
action: {
type: 'route',
value: 'AppIndex',
},
},
{
title: this.$t('environment_settings'),
action: {
type: 'route',
value: 'AppEnvironment',
},
},
{
title: this.$t('server_settings'),
action: {
type: 'route',
value: 'AppServer',
},
},
]
let fileLocations = [