AMeng / personal_capital_plus

A chrome extension for personalcapital.com
MIT License
10 stars 4 forks source link

Add Replace Manual Entry Text option #11

Closed jiexi closed 9 months ago

jiexi commented 9 months ago

Previously, the last updated account time for manually managed accounts was shown as the current m/d/yyyy date. After a recent update, they are now shown as "Manual Entry" with a small info icon to the right. This is visually very distracting and adds no additional value to me as a user.

To address this, I've added a new option (default false) that replaces the "Manual Entry" text with the m/d/yyyy formatted date.

I chose m/d/yyyy over "Just now" because the latter grabs user attention by implying that there is newly imported data to view, but this is never (generally, unless you use some plugin like pfcrypto) the case for manual accounts as there is no new external data to import.

NOTE: the date text that replaces the "Manual Entry" text will not update for the current date until the next sidebar mutation occurs, which may be similar to the previous behavior. I don't remember if the last updated date for manual accounts updated instantly on day change or not and this probably isn't that important anyway.

Before: image

After: image

Options page: image

AMeng commented 9 months ago

Thanks!