settings: soften import copy to be broker-agnostic
Section heading drops "Trading 212"; drop-zone label and hint mention the auto-detect path; the help-paragraph opens conditionally with "If you use Trading 212" so non-T212 users don't feel like outsiders. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
parent
8bc9dccd40
commit
b352601228
1 changed files with 4 additions and 4 deletions
|
|
@ -96,9 +96,9 @@
|
||||||
from the dashboard's "import a portfolio" CTA — if you arrive via
|
from the dashboard's "import a portfolio" CTA — if you arrive via
|
||||||
that link the section should already be expanded. #}
|
that link the section should already be expanded. #}
|
||||||
<details class="settings-section" id="import" open>
|
<details class="settings-section" id="import" open>
|
||||||
<summary class="settings-section__head">Import portfolio (Trading 212 CSV)</summary>
|
<summary class="settings-section__head">Import portfolio (CSV)</summary>
|
||||||
<p class="settings-section__lede">
|
<p class="settings-section__lede">
|
||||||
Export your pie from T212
|
If you use Trading 212, export your pie as CSV
|
||||||
(<span class="neu">Investing → Your Pie → ··· → Export</span>)
|
(<span class="neu">Investing → Your Pie → ··· → Export</span>)
|
||||||
and drop the CSV here. We’ll parse it and show a preview before
|
and drop the CSV here. We’ll parse it and show a preview before
|
||||||
importing anywhere.
|
importing anywhere.
|
||||||
|
|
@ -107,8 +107,8 @@
|
||||||
<div id="drop-zone" class="dz">
|
<div id="drop-zone" class="dz">
|
||||||
<input type="file" id="file-input" name="file" accept=".csv,text/csv" hidden>
|
<input type="file" id="file-input" name="file" accept=".csv,text/csv" hidden>
|
||||||
<div class="dz__icon">▱</div>
|
<div class="dz__icon">▱</div>
|
||||||
<div class="dz__label">Drop a T212 pie CSV here</div>
|
<div class="dz__label">Drop your broker's portfolio CSV here</div>
|
||||||
<div class="dz__hint">or <a href="#" id="browse-link">browse</a> · max 1 MB</div>
|
<div class="dz__hint">or <a href="#" id="browse-link">browse</a> · max 1 MB · T212, IBKR and others auto-detected</div>
|
||||||
<div class="dz__filename" id="dz-filename"></div>
|
<div class="dz__filename" id="dz-filename"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue