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

change the signup button in the center of the page #866 #888

Closed Prasanthi-20 closed 5 months ago

Prasanthi-20 commented 5 months ago

Summary

I've added logic to remove any existing stacked tables ($table.siblings().filter('.stacktable.small-only').remove();) before initializing new ones. This prevent the accumulation of stacked tables and resolve the issue of duplicate table instances on mobile screens.

Motivation

Testing

Questions