camicroscope / caMicroscope

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

Table Duplication Issue on Screens Below 800px #1009

Closed Joice-crypto closed 6 days ago

Joice-crypto commented 4 months 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 4 months ago

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