ui: drop remaining T212-only framing from dashboard + import lede
- portfolio.js empty-state CTA: "Import a T212 CSV" → "Import a portfolio CSV" - settings.html lede: lead with broker-agnostic copy; relegate the T212 export path to a smaller secondary line. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
b352601228
commit
b8ebba9503
2 changed files with 7 additions and 5 deletions
|
|
@ -189,7 +189,7 @@
|
||||||
'<div class="empty" style="padding:16px;">' +
|
'<div class="empty" style="padding:16px;">' +
|
||||||
notice +
|
notice +
|
||||||
'No portfolio loaded in this browser. ' +
|
'No portfolio loaded in this browser. ' +
|
||||||
'<a href="/settings#import">Import a T212 CSV →</a>' +
|
'<a href="/settings#import">Import a portfolio CSV →</a>' +
|
||||||
'</div>';
|
'</div>';
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -98,10 +98,12 @@
|
||||||
<details class="settings-section" id="import" open>
|
<details class="settings-section" id="import" open>
|
||||||
<summary class="settings-section__head">Import portfolio (CSV)</summary>
|
<summary class="settings-section__head">Import portfolio (CSV)</summary>
|
||||||
<p class="settings-section__lede">
|
<p class="settings-section__lede">
|
||||||
If you use Trading 212, export your pie as CSV
|
Drop a portfolio CSV from any broker — Trading 212 is recognised
|
||||||
(<span class="neu">Investing → Your Pie → ··· → Export</span>)
|
natively and other formats (IBKR, Fidelity, Schwab…) are
|
||||||
and drop the CSV here. We’ll parse it and show a preview before
|
auto-detected. We’ll parse it and show a preview before importing
|
||||||
importing anywhere.
|
anywhere.
|
||||||
|
<br><span class="muted">T212 export path:
|
||||||
|
<span class="neu">Investing → Your Pie → ··· → Export</span>.</span>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<div id="drop-zone" class="dz">
|
<div id="drop-zone" class="dz">
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue