fix: Fix PWA (#6090)

This commit is contained in:
Michael Genson
2025-09-03 00:44:52 -05:00
committed by GitHub
parent 37789c342e
commit ff958a5015
28 changed files with 109 additions and 110 deletions

View File

@@ -9,7 +9,7 @@
width="100%"
max-height="125"
max-width="125"
:src="require('~/static/svgs/manage-group-settings.svg')"
src="/svgs/manage-group-settings.svg"
/>
</template>
<template #title>

View File

@@ -9,7 +9,7 @@
width="100%"
max-height="125"
max-width="125"
:src="require('~/static/svgs/manage-group-settings.svg')"
src="/svgs/manage-group-settings.svg"
/>
</template>
<template #title>

View File

@@ -9,7 +9,7 @@
width="100%"
max-height="125"
max-width="125"
:src="require('~/static/svgs/manage-profile.svg')"
src="/svgs/manage-profile.svg"
/>
</template>
<template #title>

View File

@@ -6,7 +6,7 @@
width="100%"
max-height="125"
max-width="125"
:src="require('~/static/svgs/manage-profile.svg')"
src="/svgs/manage-profile.svg"
/>
</template>
<template #title>

View File

@@ -10,7 +10,7 @@
width="100%"
max-height="200"
max-width="150"
:src="require('~/static/svgs/admin-site-settings.svg')"
src="/svgs/admin-site-settings.svg"
/>
</template>
<template #title>

View File

@@ -42,7 +42,7 @@
<v-container class="px-12" max-width="1000">
<BasePageTitle divider>
<template #header>
<v-img width="100%" max-height="100" max-width="100" :src="require('~/static/svgs/manage-cookbooks.svg')" />
<v-img width="100%" max-height="100" max-width="100" src="/svgs/manage-cookbooks.svg" />
</template>
<template #title>
{{ $t("cookbook.cookbooks") }}

View File

@@ -7,7 +7,7 @@
width="100%"
max-height="175"
max-width="175"
:src="require('~/static/svgs/recipes-create.svg')"
src="/svgs/recipes-create.svg"
/>
</template>
<template #title>

View File

@@ -6,7 +6,7 @@
width="100"
max-height="100"
max-width="100"
:src="require('~/static/svgs/manage-cookbooks.svg')"
src="/svgs/manage-cookbooks.svg"
/>
</template>
<template #title>

View File

@@ -9,7 +9,7 @@
width="100%"
max-height="200"
max-width="150"
:src="require('~/static/svgs/manage-members.svg')"
src="/svgs/manage-members.svg"
/>
</template>
<template #title>

View File

@@ -6,7 +6,7 @@
width="100%"
max-height="175"
max-width="175"
:src="require('~/static/svgs/manage-recipes.svg')"
src="/svgs/manage-recipes.svg"
/>
</template>
<template #title>

View File

@@ -6,7 +6,7 @@
width="100%"
max-height="100"
max-width="100"
:src="require('~/static/svgs/manage-group-settings.svg')"
src="/svgs/manage-group-settings.svg"
/>
</template>
<template #title>

View File

@@ -7,7 +7,7 @@
max-height="200"
max-width="200"
class="mb-2"
:src="require('~/static/svgs/manage-data-migrations.svg')"
src="/svgs/manage-data-migrations.svg"
/>
</template>
<template #title>

View File

@@ -7,7 +7,7 @@
max-height="200"
max-width="200"
class="mb-2"
:src="require('~/static/svgs/data-reports.svg')"
src="/svgs/data-reports.svg"
/>
</template>
<template #title>

View File

@@ -8,7 +8,7 @@
width="100%"
max-height="100"
max-width="100"
:src="require('~/static/svgs/manage-group-settings.svg')"
src="/svgs/manage-group-settings.svg"
/>
</template>
<template #title>

View File

@@ -6,7 +6,7 @@
width="100%"
max-height="100"
max-width="100"
:src="require('~/static/svgs/manage-cookbooks.svg')"
src="/svgs/manage-cookbooks.svg"
/>
</template>
<template #title>

View File

@@ -6,7 +6,7 @@
width="100%"
max-height="125"
max-width="125"
:src="require('~/static/svgs/manage-members.svg')"
src="/svgs/manage-members.svg"
/>
</template>
<template #title>

View File

@@ -37,7 +37,7 @@
width="100%"
max-height="125"
max-width="125"
:src="require('~/static/svgs/manage-notifiers.svg')"
src="/svgs/manage-notifiers.svg"
/>
</template>
<template #title>

View File

@@ -6,7 +6,7 @@
width="100%"
max-height="125"
max-width="125"
:src="require('~/static/svgs/manage-webhooks.svg')"
src="/svgs/manage-webhooks.svg"
/>
</template>
<template #title>

View File

@@ -57,7 +57,7 @@
<v-img
max-height="100"
max-width="100"
:src="require('~/static/svgs/shopping-cart.svg')"
src="/svgs/shopping-cart.svg"
/>
</v-col>
<v-col class="d-flex justify-end">

View File

@@ -55,7 +55,7 @@
width="100%"
max-height="100"
max-width="100"
:src="require('~/static/svgs/shopping-cart.svg')"
src="/svgs/shopping-cart.svg"
/>
</template>
<template #title>

View File

@@ -6,7 +6,7 @@
width="100%"
max-height="200px"
max-width="200px"
:src="require('~/static/svgs/manage-api-tokens.svg')"
src="/svgs/manage-api-tokens.svg"
/>
</template>
<template #title>

View File

@@ -91,7 +91,7 @@
>
<UserProfileLinkCard
:link="{ text: $t('profile.manage-user-profile'), to: `/user/profile/edit` }"
:image="require('~/static/svgs/manage-profile.svg')"
image="/svgs/manage-profile.svg"
>
<template #title>
{{ $t('profile.user-settings') }}
@@ -107,7 +107,7 @@
>
<UserProfileLinkCard
:link="{ text: $t('profile.manage-your-api-tokens'), to: `/user/profile/api-tokens` }"
:image="require('~/static/svgs/manage-api-tokens.svg')"
image="/svgs/manage-api-tokens.svg"
>
<template #title>
{{ $t('settings.token.api-tokens') }}
@@ -135,7 +135,7 @@
>
<UserProfileLinkCard
:link="{ text: $t('profile.household-settings'), to: `/household` }"
:image="require('~/static/svgs/manage-group-settings.svg')"
image="/svgs/manage-group-settings.svg"
>
<template #title>
{{ $t('profile.household-settings') }}
@@ -150,7 +150,7 @@
>
<UserProfileLinkCard
:link="{ text: $t('profile.manage-cookbooks'), to: `/g/${groupSlug}/cookbooks` }"
:image="require('~/static/svgs/manage-cookbooks.svg')"
image="/svgs/manage-cookbooks.svg"
>
<template #title>
{{ $t('sidebar.cookbooks') }}
@@ -166,7 +166,7 @@
>
<UserProfileLinkCard
:link="{ text: $t('profile.manage-members'), to: `/household/members` }"
:image="require('~/static/svgs/manage-members.svg')"
image="/svgs/manage-members.svg"
>
<template #title>
{{ $t('profile.members') }}
@@ -183,7 +183,7 @@
>
<UserProfileLinkCard
:link="{ text: $t('profile.manage-webhooks'), to: `/household/webhooks` }"
:image="require('~/static/svgs/manage-webhooks.svg')"
image="/svgs/manage-webhooks.svg"
>
<template #title>
{{ $t('settings.webhooks.webhooks') }}
@@ -200,7 +200,7 @@
>
<UserProfileLinkCard
:link="{ text: $t('profile.manage-notifiers'), to: `/household/notifiers` }"
:image="require('~/static/svgs/manage-notifiers.svg')"
image="/svgs/manage-notifiers.svg"
>
<template #title>
{{ $t('profile.notifiers') }}
@@ -228,7 +228,7 @@
>
<UserProfileLinkCard
:link="{ text: $t('profile.group-settings'), to: `/group` }"
:image="require('~/static/svgs/manage-group-settings.svg')"
image="/svgs/manage-group-settings.svg"
>
<template #title>
{{ $t('profile.group-settings') }}
@@ -244,7 +244,7 @@
>
<UserProfileLinkCard
:link="{ text: $t('profile.manage-data'), to: `/group/data/foods` }"
:image="require('~/static/svgs/manage-recipes.svg')"
image="/svgs/manage-recipes.svg"
>
<template #title>
{{ $t('profile.manage-data') }}
@@ -260,7 +260,7 @@
>
<UserProfileLinkCard
:link="{ text: $t('profile.manage-data-migrations'), to: `/group/migrations` }"
:image="require('~/static/svgs/manage-data-migrations.svg')"
image="/svgs/manage-data-migrations.svg"
>
<template #title>
{{ $t('profile.data-migrations') }}