diff --git a/castle.html b/castle.html new file mode 100644 index 0000000..fe3f567 --- /dev/null +++ b/castle.html @@ -0,0 +1,19 @@ + + +
+ + + + + + + +${error instanceof Error ? error.message : 'Unknown error'}
+Please refresh the page.
+{{ t('castle.balance.netBalance') }}
+ ++ {{ balanceIsPositive ? t('castle.balance.owedToYou') : t('castle.balance.youOwe') }} +
+{{ tx.description }}
+{{ tx.date }}
++ {{ formatAmount(tx.amount) }} {{ balanceCurrency }} +
++ {{ formatFiat(tx.fiat_amount, tx.fiat_currency) }} +
++ Budget tracking will appear here once configured by your organization admin. +
+{{ t('castle.income.notAvailable') }}
++ {{ draft.description || draft.account?.name || 'Untitled draft' }} +
++ BTC @ {{ draft.btc_price_snapshot.price.toLocaleString() }} {{ draft.btc_price_snapshot.currency }} +
++ {{ userPubkey }} +
+ ++ {{ t('castle.settings.loginPrompt') }} +
+ +