Various improvements

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel
2022-08-12 16:46:44 +02:00
parent 4f9e0911e7
commit 754e44f0a5
33 changed files with 165 additions and 154 deletions

View File

@@ -4,10 +4,9 @@ import {
IDENTITIES,
PERSON_STATUS_GROUP,
} from "@/graphql/actor";
import { IGroup, IPerson, usernameWithDomain } from "@/types/actor";
import { IPerson } from "@/types/actor";
import { useQuery } from "@vue/apollo-composable";
import { group } from "console";
import { computed, ref, Ref, unref } from "vue";
import { computed, Ref, unref } from "vue";
import { useCurrentUserClient } from "./user";
export function useCurrentActorClient() {