fix coin stats and add transaction note (#31)

This commit is contained in:
Doh
2025-01-09 15:45:00 -05:00
committed by GitHub
parent 8bbd684873
commit aacf75e5f6
11 changed files with 438 additions and 132 deletions

View File

@@ -24,6 +24,7 @@ export interface CoinTransaction {
description: string;
timestamp: string;
relatedItemId?: string;
note?: string;
}
export interface HabitsData {