mirror of
https://github.com/mealie-recipes/mealie.git
synced 2025-07-24 07:39:41 +02:00
feat: Offline Shopping List (#3760)
Co-authored-by: boc-the-git <3479092+boc-the-git@users.noreply.github.com>
This commit is contained in:
parent
63a180ef2c
commit
f4827abc1d
14 changed files with 347 additions and 82 deletions
2
frontend/types/components.d.ts
vendored
2
frontend/types/components.d.ts
vendored
|
@ -6,6 +6,7 @@ import AppLoader from "@/components/global/AppLoader.vue";
|
|||
import AppToolbar from "@/components/global/AppToolbar.vue";
|
||||
import AutoForm from "@/components/global/AutoForm.vue";
|
||||
import BannerExperimental from "@/components/global/BannerExperimental.vue";
|
||||
import BannerWarning from "@/components/global/BannerWarning.vue";
|
||||
import BaseButton from "@/components/global/BaseButton.vue";
|
||||
import BaseButtonGroup from "@/components/global/BaseButtonGroup.vue";
|
||||
import BaseCardSectionTitle from "@/components/global/BaseCardSectionTitle.vue";
|
||||
|
@ -45,6 +46,7 @@ declare module "vue" {
|
|||
AppToolbar: typeof AppToolbar;
|
||||
AutoForm: typeof AutoForm;
|
||||
BannerExperimental: typeof BannerExperimental;
|
||||
BannerWarning: typeof BannerWarning;
|
||||
BaseButton: typeof BaseButton;
|
||||
BaseButtonGroup: typeof BaseButtonGroup;
|
||||
BaseCardSectionTitle: typeof BaseCardSectionTitle;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue