feat: Show spinner while OIDC account linking is loading

This commit is contained in:
Jesse Wierzbinski 2024-05-16 20:47:49 -10:00
parent f6153cb5fe
commit 44e6112335
No known key found for this signature in database
4 changed files with 11 additions and 3 deletions

View file

@ -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;