camicroscope / caMicroscope

Digital pathology image viewer with support for human/machine generated annotations and markups.
BSD 3-Clause "New" or "Revised" License
247 stars 286 forks source link

Table Duplication Issue on Screens Below 800px #1009

Open Joice-crypto opened 1 month ago

Joice-crypto commented 1 month ago

Describe the bug When the screen is full, the table appears normally. However, when the screen is below 800px, the table is duplicated. This is because the components stacktable.small-only and stacktable.large-only are activated simultaneously when the screen is below 800px.

To Reproduce Steps to reproduce the behavior:

  1. Go to slides'
  2. Upload something'
  3. Inspect the page'
  4. Change the size of the page
  5. See error

Expected behavior When the page has a size bellow the 800px only the stacktable.small-only has to be active.

Screenshots A2

nwanduka commented 1 month ago

Thanks for reporting this @Joice-crypto. I've noticed it too.