mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-04 13:48:32 -05:00
more work on settings
This commit is contained in:
@@ -9,14 +9,14 @@
|
||||
<v-divider></v-divider>
|
||||
<v-list-subheader>{{ $t('Settings') }}</v-list-subheader>
|
||||
<v-list-item :to="{name: 'view_settings_cosmetic'}" prepend-icon="fa-solid fa-palette">{{ $t('Cosmetic') }}</v-list-item>
|
||||
<v-list-item prepend-icon="$shopping">{{ $t('Shopping_list') }}</v-list-item>
|
||||
<v-list-item prepend-icon="$mealplan">{{ $t('Meal_Plan') }}</v-list-item>
|
||||
<v-list-item prepend-icon="$search">{{ $t('Search') }}</v-list-item>
|
||||
<v-list-item :to="{name: 'view_settings_shopping'}" prepend-icon="$shopping">{{ $t('Shopping_list') }}</v-list-item>
|
||||
<v-list-item :to="{name: 'view_settings_mealplan'}" prepend-icon="$mealplan">{{ $t('Meal_Plan') }}</v-list-item>
|
||||
<!-- <v-list-item prepend-icon="$search">{{ $t('Search') }}</v-list-item>-->
|
||||
<v-divider></v-divider>
|
||||
<v-list-subheader>Space</v-list-subheader>
|
||||
<v-list-item prepend-icon="$spaces">{{ $t('YourSpaces') }}</v-list-item>
|
||||
<v-list-item prepend-icon="$settings">{{ $t('SpaceSettings') }}</v-list-item>
|
||||
<v-list-item prepend-icon="fa-solid fa-users">{{ $t('SpaceSettings') }}</v-list-item>
|
||||
<v-list-item :to="{name: 'view_settings_user_space'}" prepend-icon="$spaces">{{ $t('YourSpaces') }}</v-list-item>
|
||||
<v-list-item :to="{name: 'view_settings_space'}" prepend-icon="$settings">{{ $t('SpaceSettings') }}</v-list-item>
|
||||
<v-list-item :to="{name: 'view_settings_space_member'}" prepend-icon="fa-solid fa-users">{{ $t('SpaceMembers') }}</v-list-item>
|
||||
<v-divider></v-divider>
|
||||
<v-list-subheader>Admin</v-list-subheader>
|
||||
<v-list-item prepend-icon="fa-solid fa-code">{{ $t('API') }}</v-list-item>
|
||||
|
||||
Reference in New Issue
Block a user