hackage-server icon indicating copy to clipboard operation
hackage-server copied to clipboard

UI: Sorting table on tags view adds hard-to-read background colour

Open fendor opened this issue 3 years ago • 4 comments

image

It looks correct without any sorting.

Similar issue in the footer for the page numbers: image but there is actually more than one page, which you only see if you hover accidentally over that location: image

Likely, this issue is only present in dark mode.

fendor avatar Apr 14 '23 12:04 fendor

Can reproduce on Mozilla Firefox 102.9.0esr. Note that this happens only on "tag" pages, not on normal searches:

image

ffaf1 avatar Apr 14 '23 14:04 ffaf1

@peterbecich

gbaz avatar Apr 14 '23 15:04 gbaz

I believe this fixes the sorted column background color: https://github.com/haskell/hackage-server/pull/1207 I have not looked at the other issues yet. Let's leave the issue open and solve those later. Please review.

peterbecich avatar May 27 '23 06:05 peterbecich

More improvements: https://github.com/haskell/hackage-server/pull/1281

peterbecich avatar Jan 20 '24 08:01 peterbecich