vegaprotocol / vegawallet-ui

User interface and tooling for Vega wallets
MIT License
0 stars 2 forks source link

Transaction log scroll issue #179

Closed notbot00 closed 1 year ago

notbot00 commented 1 year ago

Description

Transaction logs go wild when we set autoscroll to the container. We'd like to always see the last log as it arrives.

(see libs/wallet-ui/src/components/code-window/code-window.tsx:14)

Steps to Reproduce

  1. Open your wallet
  2. Approve a transaction
  3. Observe the logs container getting filled up

Expected behavior

The container always shows the last incoming log.