mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
chore: ⬆️ Upgrade to new @versia/client
This commit is contained in:
parent
0a157d06f6
commit
f807b05784
71 changed files with 451 additions and 492 deletions
|
|
@ -1,15 +1,15 @@
|
|||
import { VueRenderer } from "@tiptap/vue-3";
|
||||
import tippy, { type Instance } from "tippy.js";
|
||||
|
||||
import type { MentionNodeAttrs } from "@tiptap/extension-mention";
|
||||
import type { SuggestionOptions } from "@tiptap/suggestion";
|
||||
import type { Account } from "@versia/client/types";
|
||||
import { VueRenderer } from "@tiptap/vue-3";
|
||||
import type { Account } from "@versia/client/schemas";
|
||||
import { go } from "fuzzysort";
|
||||
import tippy, { type Instance } from "tippy.js";
|
||||
import type { z } from "zod";
|
||||
import MentionList from "./mentions-list.vue";
|
||||
|
||||
export type UserData = {
|
||||
key: string;
|
||||
value: Account;
|
||||
value: z.infer<typeof Account>;
|
||||
};
|
||||
|
||||
export default {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue