Tucsky/aggr

[BUG] Text overlaps time in the trade feed

adeacetis opened this issue · 2 comments

Environment:

aggr.trade - production

Steps to reproduce the issue:

  1. Setup a default panel

  2. Reduce the width of the panel until the elapsed time disappears
    image

  3. Open the panel settings and change the time format to HH:MM

image

  1. Watch the values that are being displayed, the contract's value, and the underlying size that appears when you hover one line now overlap the time.

image

Noting that the ellipsis

Proposed solutions:

I could imagine a mix of those solutions:

  • Set fluid font-size depending on pane width
  • Set a min-width for this panel type. Under that value, the panel loses its value anyway. Thinking out loud, the ideal min-width would probably be equal to the smaller current popular mobile viewport width.
  • Hide the canonical time first before limiting the user's action.
Tucsky commented

easy fix : untick price column in settings ("show prices" OFF)

What if someone wants to see the price...