merge-upstream-5.0.1 #66

Merged
778a69cd merged 80 commits from merge-upstream-5.0.1 into main 2024-12-26 12:55:41 +01:00
Showing only changes of commit 71cc09dd7a - Show all commits

View file

@ -35,8 +35,6 @@
:addressDefaultText="userLocation?.name" :addressDefaultText="userLocation?.name"
:key="increated" :key="increated"
/> />
<!-- Categories preview -->
<categories-preview />
<!-- Welcome back --> <!-- Welcome back -->
<section <section
class="container mx-auto" class="container mx-auto"
@ -182,7 +180,6 @@ import {
UPDATE_CURRENT_USER_LOCATION_CLIENT, UPDATE_CURRENT_USER_LOCATION_CLIENT,
} from "@/graphql/location"; } from "@/graphql/location";
import { LocationType } from "@/types/user-location.model"; import { LocationType } from "@/types/user-location.model";
import CategoriesPreview from "@/components/Home/CategoriesPreview.vue";
import UnloggedIntroduction from "@/components/Home/UnloggedIntroduction.vue"; import UnloggedIntroduction from "@/components/Home/UnloggedIntroduction.vue";
import SearchFields from "@/components/Home/SearchFields.vue"; import SearchFields from "@/components/Home/SearchFields.vue";
import { useHead } from "@unhead/vue"; import { useHead } from "@unhead/vue";