From fc7a642011b39030b21f6d7cfd49abff2a485e8e Mon Sep 17 00:00:00 2001 From: Arman Date: Tue, 25 Jul 2023 16:40:54 +0200 Subject: [PATCH] feat: butget alerts and invoices --- src/lib/components/dropListLink.svelte | 8 ++- src/lib/sdk/billing.ts | 6 +- .../billing/budgetAlert.svelte | 57 +++++++++++++------ .../billing/paymentHistory.svelte | 51 +++++++++++------ 4 files changed, 85 insertions(+), 37 deletions(-) diff --git a/src/lib/components/dropListLink.svelte b/src/lib/components/dropListLink.svelte index caf391720..7ec8347de 100644 --- a/src/lib/components/dropListLink.svelte +++ b/src/lib/components/dropListLink.svelte @@ -4,10 +4,16 @@ export let href: string; export let icon: string = null; export let disabled = false; + export let external = false;
  • - + {#if icon}