haystack/tipsy

Visit log entries are truncated that should probably be wrapped

Opened this issue · 1 comments

In my relatively narrow browser window the visit log shows e.g. a last visit time of "5:15PM T.."

I was going to say there's no way to see the hidden info, but it turns out if I select and copy that truncated info, a paste will reveal the whole thing. But this is too much work of course. There are a few potential fixes:

  1. wrap instead of truncate
  2. show full entry in a tooltip or popup on hover
  3. permit resizing of columns in the log table
rht commented

(I wonder if the time information on the visit log could be made shorter with "m minutes ago" / "d days ago", with full entry on hover)

Edit: s/it/the time information on the visit log/