ntls-io / nautilus-wallet

Nautilus Wallet
GNU Affero General Public License v3.0
8 stars 4 forks source link

fix(web-client): show local time on history txs. #549

Closed IscoRuta98 closed 1 year ago

IscoRuta98 commented 1 year ago

User Story

As a wallet holder I want to be able to see my transactions in Local Time on transaction History so that I do not have to convert the time myself

Background

The time shown on transaction history is currently in UTC. These times need to match the time zone the user is currently in.

Acceptance Criteria:

netlify[bot] commented 1 year ago

Deploy Preview for nautilus-wallet-staging ready!

Name Link
Latest commit 2f6f1426f1205acce2ba2c9d58a1fd82b23d2e2c
Latest deploy log https://app.netlify.com/sites/nautilus-wallet-staging/deploys/6451190948bbe40008e68dde
Deploy Preview https://deploy-preview-549--nautilus-wallet-staging.netlify.app/
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

codecov-commenter commented 1 year ago

Codecov Report

Merging #549 (4d6fe25) into main (e5e6c81) will increase coverage by 0.00%. The diff coverage is 25.00%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

@@           Coverage Diff           @@
##             main     #549   +/-   ##
=======================================
  Coverage   47.13%   47.14%           
=======================================
  Files         173      173           
  Lines        2811     2815    +4     
  Branches      538      539    +1     
=======================================
+ Hits         1325     1327    +2     
- Misses       1486     1488    +2     
Impacted Files Coverage Δ
web-client/src/app/views/history/history.module.ts 100.00% <ø> (ø)
web-client/src/app/pipes/xrp-date.pipe.ts 27.27% <25.00%> (+12.98%) :arrow_up: