mirror of https://github.com/ghostfolio/ghostfolio
Browse Source
- Fix [class] binding overwriting CSS classes (use [ngClass] instead) - Fix activities fetch returning wrong data for older dates (use year range) - Add @HasPermission(readJournalEntry) to GET endpoints - Apply delta adjustment to netPerformanceInPercentage (was cumulative) - Fix realized profit to only include dividend/interest income (exclude SELL gross proceeds) - Fix formatCurrency hiding $0 values (only hide null/undefined) - Localize monthLabel, weekday headers, and dateLabel using Intl.DateTimeFormat - Add snackbar feedback on note save/delete success and failure - Remove unused date field from DTO, add @IsNotEmpty to note - Add DEFAULT_CURRENCY fallback for userCurrency - Add month/year range validation - Fix January baseline by fetching previous year performance - Add maxWidth to dialog for mobile - Only reload calendar data when dialog reports changes - Remove unused GfActivitiesTableComponent and user subscription from dialog - Handle empty note save gracefully (skip API call if no existing note) - Add dark mode support to dialog SCSS - Add route title for browser tab https://claude.ai/code/session_01XEieh1hHrXc1fcbnA7oBHnpull/6340/head
11 changed files with 183 additions and 57 deletions
Loading…
Reference in new issue