pl-api: Support GoToSocial tokens page

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2025-03-07 12:14:38 +01:00
parent ae5cd0ee49
commit a34bb7070d
10 changed files with 132 additions and 37 deletions

View File

@ -4,7 +4,7 @@ import React, { useMemo } from 'react';
import { hexToHsl } from 'pl-fe/utils/theme';
interface IBadge {
title: React.ReactNode;
title: React.ReactNode | string;
slug: string;
color?: string;
}