|
|
@ -308,6 +308,17 @@ |
|
|
</div> |
|
|
</div> |
|
|
<!-- Row 2: Property Tracking chips — only when feature flag is on --> |
|
|
<!-- Row 2: Property Tracking chips — only when feature flag is on --> |
|
|
@if (enableRealEstate) { |
|
|
@if (enableRealEstate) { |
|
|
|
|
|
<div class="feature-section-header"> |
|
|
|
|
|
<span class="feature-section-icon">🏠</span> |
|
|
|
|
|
<div> |
|
|
|
|
|
<span class="feature-section-title"> |
|
|
|
|
|
Real Estate & Life Planning |
|
|
|
|
|
</span> |
|
|
|
|
|
<span class="feature-section-desc"> |
|
|
|
|
|
Track your properties and run retirement scenarios |
|
|
|
|
|
</span> |
|
|
|
|
|
</div> |
|
|
|
|
|
</div> |
|
|
<div class="ai-suggestions__row ai-suggestions__row--realestate"> |
|
|
<div class="ai-suggestions__row ai-suggestions__row--realestate"> |
|
|
<button |
|
|
<button |
|
|
class="ai-suggestion-chip ai-suggestion-chip--re" |
|
|
class="ai-suggestion-chip ai-suggestion-chip--re" |
|
|
@ -427,7 +438,7 @@ |
|
|
<textarea |
|
|
<textarea |
|
|
#inputField |
|
|
#inputField |
|
|
class="ai-input" |
|
|
class="ai-input" |
|
|
placeholder="Ask about your portfolio..." |
|
|
placeholder="Ask about your portfolio, properties, retirement, or life decisions..." |
|
|
rows="1" |
|
|
rows="1" |
|
|
[disabled]="isThinking" |
|
|
[disabled]="isThinking" |
|
|
[(ngModel)]="inputValue" |
|
|
[(ngModel)]="inputValue" |
|
|
|