[Glitch] Add preview of followers removed in domain block modal in web UI

Port 3426ea2912 to glitch-soc

Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
Eugen Rochko
2024-09-25 20:13:36 +02:00
committed by Claire
parent 7ef25ae53b
commit 7b290cee47
7 changed files with 232 additions and 107 deletions

View File

@@ -70,6 +70,7 @@ export async function apiRequest<ApiResponse = unknown>(
args: {
params?: RequestParamsOrData;
data?: RequestParamsOrData;
timeout?: number;
} = {},
) {
const { data } = await api().request<ApiResponse>({