caMicroscope icon indicating copy to clipboard operation
caMicroscope copied to clipboard

Digital pathology image viewer with support for human/machine generated annotations and markups.

Results 198 caMicroscope issues
Sort by recently updated
recently updated
newest added

Summary This pull request adds test functions for the makeTreeTable function in the tree_table.js file. The tests ensure that the function works correctly and handles edge cases properly. Motivation The...

Motivation I created this pull request to implement Jest testing for the EditDataCollection, EditDataCluster functions classes in this application's heatmapeditdatamodels JS file. Automated testing helps ensure the reliability and correctness...

Motivation I created this pull request to implement Jest testing for the smartpen and mathtoolSmartpen classes in the application. Automated testing helps ensure the reliability and correctness of the codebase...

## Summary This pull request enhances the user experience in the LayersViewer component by implementing smooth expand/collapse animations. Previously, the expansion and collapse of layers were instantaneous, which could be...

I modified the table.html file for responsiveness on all different orientation ## Summary Adding responsiveness to the table.html file to control overflow and making it user friendly ## Motivation Motivation...

Motivation I created this pull request to implement automated testing for the functions in the application. Automated testing helps ensure the reliability and correctness of the codebase by automatically verifying...

Summary This pull request (PR) enhances the error handling of the sign-up JavaScript (JS) functionality Motivation The motivation behind this PR is to improve the robustness and reliability of the...

Summary I made the following changes to improve compliance with W3C standards: Removed the unnecessary type attribute from tags. Moved two tag from an inappropriate location outside the head and...

Summary I made the following changes to improve compliance with W3C standards: Removed the unnecessary type attribute from tags. Moved a tag from an inappropriate location outside the head and...

Summary I made some changes to improve the compliance of the admin webpage with W3C standards: Removed the obsolete frameborder attribute from iframes and added its functionality in CSS. Corrected...