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

Signup Update: improved UI button and link #869

Closed Lochipi closed 5 months ago

Lochipi commented 5 months ago

Summary

I made several enhancements to the UI:

screenshots

before image

After image image

Video explanation

https://github.com/camicroscope/caMicroscope/assets/108942025/c6a13b26-2c1a-4bf1-9920-0e7d724a2952

Motivation

These changes aim to improve the user experience and readability of the webpage. Additionally, moving the script tags ensures that scripts are loaded after the content, which can improve page loading speed and avoid potential issues related to accessing DOM elements before they are fully rendered.

Testing

I tested these changes manually by:

I have also run the linting tests image

Questions

I don't have any specific questions at the moment, but I welcome any feedback or suggestions for further improvements.