It's useful to know the time of a tx to higher resolution than 24 hrs. Show this info when a user clicks a tx to expand for more info.
Details
Details
- Reviewers
emack - Group Reviewers
Restricted Project - Commits
- rABC54de1cba29c5: [Cashtab] Show timeFirstSeen in tx history
npm start, navigate to tx history screen, click on a tx
Diff Detail
Diff Detail
- Repository
- rABC Bitcoin ABC
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
note that time (format depending on browser locale) is visible on expanded txs in history
Comment Actions
Isn't it better to just render this on the default tx history element state? Are there any advantages to making the user click into it to see the time? There's plenty of space for it.
Comment Actions
hm good point. it's a judgment call, I like that you get more info if you expand the tx, don't want to show too much for every tx by default. I dunno if you really need to know tx time down to the second by default.
But, it is pretty cool that we have that info.
Patched it to start that way. If it looks to crowded we can add in the state stuff later.