mirror of
https://github.com/versia-pub/frontend.git
synced 2026-03-13 03:29:16 +01:00
feat: ✨ Show spinner while OIDC account linking is loading
This commit is contained in:
parent
f6153cb5fe
commit
44e6112335
4 changed files with 11 additions and 3 deletions
|
|
@ -2,7 +2,7 @@ import mitt from "mitt";
|
|||
import type { Status } from "~/types/mastodon/status";
|
||||
|
||||
export type NotificationEvent = {
|
||||
type: "error" | "info";
|
||||
type: "error" | "success" | "progress";
|
||||
title: string;
|
||||
message?: string;
|
||||
persistent?: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue