Remove analytics and add more update headers

This commit is contained in:
Gregory Schier
2025-02-24 06:31:49 -08:00
parent af7782c93b
commit 05ac836265
62 changed files with 146 additions and 519 deletions

View File

@@ -60,6 +60,7 @@ export function LicenseBadge() {
size="2xs"
variant="border"
className="!rounded-full mx-1"
color={detail.color}
onClick={async () => {
if (check.data.type === 'trialing') {
await setLicenseDetails((v) => ({
@@ -69,8 +70,6 @@ export function LicenseBadge() {
}
openSettings.mutate(SettingsTab.License);
}}
color={detail.color}
event={{ id: 'license-badge', status: check.data.type }}
>
{detail.label}
</Button>