feat(app): responsive asset detail layout, full width chart, reactive hero header, shimmer loaders and enriched fundamentals

This commit is contained in:
2026-08-14 23:57:03 +02:00
parent f94e3b8164
commit 1d244b338a
22 changed files with 1950 additions and 1074 deletions
@@ -19,6 +19,7 @@ class TradeAcceptanceDto {
final double? stopLoss;
final double? takeProfit;
final String? instrumentType;
final String? derivativeIsin;
final String? timeframe;
final String? reasoning;
@@ -42,6 +43,7 @@ class TradeAcceptanceDto {
this.stopLoss,
this.takeProfit,
this.instrumentType,
this.derivativeIsin,
this.timeframe,
this.reasoning,
});
@@ -67,6 +69,7 @@ class TradeAcceptanceDto {
'stopLoss': stopLoss,
'takeProfit': takeProfit,
'instrumentType': instrumentType,
'derivativeIsin': derivativeIsin,
'timeframe': timeframe,
'reasoning': reasoning,
};