forked from potsda.mn/mobilizon
refactor(front): move IdentityPicker and Wrapper to components instead of views
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
81ca3e052f
commit
0bd7b670ae
|
@ -95,7 +95,7 @@
|
||||||
|
|
||||||
<script lang="ts" setup>
|
<script lang="ts" setup>
|
||||||
import EventComment from "@/components/Comment/EventComment.vue";
|
import EventComment from "@/components/Comment/EventComment.vue";
|
||||||
import IdentityPickerWrapper from "@/views/Account/IdentityPickerWrapper.vue";
|
import IdentityPickerWrapper from "@/components/Account/IdentityPickerWrapper.vue";
|
||||||
import { CommentModeration } from "@/types/enums";
|
import { CommentModeration } from "@/types/enums";
|
||||||
import { CommentModel, IComment } from "../../types/comment.model";
|
import { CommentModel, IComment } from "../../types/comment.model";
|
||||||
import {
|
import {
|
||||||
|
|
|
@ -340,7 +340,7 @@ import { IActor, IPerson } from "@/types/actor";
|
||||||
import { IEvent } from "@/types/event.model";
|
import { IEvent } from "@/types/event.model";
|
||||||
import ParticipationSection from "@/components/Participation/ParticipationSection.vue";
|
import ParticipationSection from "@/components/Participation/ParticipationSection.vue";
|
||||||
import ReportModal from "@/components/Report/ReportModal.vue";
|
import ReportModal from "@/components/Report/ReportModal.vue";
|
||||||
import IdentityPicker from "@/views/Account/IdentityPicker.vue";
|
import IdentityPicker from "@/components/Account/IdentityPicker.vue";
|
||||||
import { EventJoinOptions, ParticipantRole, MemberRole } from "@/types/enums";
|
import { EventJoinOptions, ParticipantRole, MemberRole } from "@/types/enums";
|
||||||
import { GRAPHQL_API_ENDPOINT } from "@/api/_entrypoint";
|
import { GRAPHQL_API_ENDPOINT } from "@/api/_entrypoint";
|
||||||
import { computed, defineAsyncComponent, inject, onMounted, ref } from "vue";
|
import { computed, defineAsyncComponent, inject, onMounted, ref } from "vue";
|
||||||
|
|
Loading…
Reference in a new issue