diff --git a/.github/workflows/axe-a11y-check.yml b/.github/workflows/axe-a11y-check.yml index d7e6123f2..7c6058049 100644 --- a/.github/workflows/axe-a11y-check.yml +++ b/.github/workflows/axe-a11y-check.yml @@ -24,8 +24,10 @@ jobs: - run: npm install -g http-server - run: npm run build --if-present - run: http-server -s & + - name: Install specific version of ChromeDriver + run: npm install -g chromedriver@125 - name: Run axe run: | npm install -g @axe-core/cli sleep 90 - axe http://127.0.0.1:8080 --exit + axe http://127.0.0.1:8080 --chromedriver-path $(npm root -g)/chromedriver/bin/chromedriver --exit diff --git a/README.md b/README.md index a8bc67900..e0e54d650 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ The toolbar is in the top-left of the main content window. Use the toolbar butto | ![](https://fonts.gstatic.com/s/i/materialicons/bug_report/v4/24px.svg) | Bug Report | Report a bug or give feedback. | | ![](https://fonts.gstatic.com/s/i/materialicons/camera_enhance/v4/24px.svg) | Slide Capture | Click to take a screenshot of the slide and annotations on it. | | ![](https://fonts.gstatic.com/s/i/materialicons/help/v4/24px.svg) | Tutorial | Click to view a guided tour of the viewer tools. | - +| ![](https://fonts.gstatic.com/s/i/materialicons/auto_graph/v4/24px.svg) | Visualization | Click to view visualizations of annotations. | ## Toolbar Shortcuts diff --git a/apps/Info.html b/apps/Info.html index 7f964f635..800a10d72 100644 --- a/apps/Info.html +++ b/apps/Info.html @@ -14,7 +14,7 @@ - CaMicroscope Data Table + caMicroscope - Information Dashboard @@ -75,7 +75,7 @@

caMicroscope

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

- +
diff --git a/apps/common.css b/apps/common.css index 4ac3be01d..7753854dd 100644 --- a/apps/common.css +++ b/apps/common.css @@ -29,6 +29,10 @@ color: whitesmoke; } +.report-link { + color: #e5c1ea; +} + .company-name { color: #e5c1ea; } diff --git a/apps/dev-workbench/workbench.html b/apps/dev-workbench/workbench.html index 2cd832a60..de1973555 100644 --- a/apps/dev-workbench/workbench.html +++ b/apps/dev-workbench/workbench.html @@ -87,13 +87,13 @@ class="nav-item dropdown" > - Options
diff --git a/apps/info.css b/apps/info.css index 30bc35dc7..a90716473 100644 --- a/apps/info.css +++ b/apps/info.css @@ -18,7 +18,7 @@ footer{ background-color: #343a40 !important; } .bg-info { - background-color: #17a2b8!important; + background-color: #17a2b8 !important; } .page-container{ height:100vh; diff --git a/apps/landing/landing.html b/apps/landing/landing.html index 9507e142e..25921d9fd 100644 --- a/apps/landing/landing.html +++ b/apps/landing/landing.html @@ -1,7 +1,7 @@ - caMicroscope + caMicroscope - Home @@ -62,11 +62,9 @@
-
-
-

caMicroscope

-
-
+
+

caMicroscope

+
@@ -81,17 +79,17 @@

caMicroscope

-

caMicroscope

+

caMicroscope

Use camicroscope to explore and mark slides uploaded. If this is a restricted access deployment, you will be prompted to log in here.

- More + More
-

Documentation

+

Documentation

Read documentation for using and developing caMicroscope.

- More + More
diff --git a/apps/signup/signup.js b/apps/signup/signup.js index ddf6d1348..0c388e97a 100644 --- a/apps/signup/signup.js +++ b/apps/signup/signup.js @@ -14,7 +14,7 @@ function addUser(){ if (email === '') { emailErr.textContent = 'Please enter your email'; } else if (!(/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/.test(email))) { - emailErr.textContent = 'Please enter a valid email'; + emailErr.textContent = 'Please enter a valid email address. For example: name@example.com'; } @@ -119,4 +119,4 @@ $(window).on('load', function() { function loginPage(){ const url = "/login.html"; window.location.href = url; -} \ No newline at end of file +} diff --git a/apps/table.html b/apps/table.html index 8bc04ce3f..f1884c0dd 100644 --- a/apps/table.html +++ b/apps/table.html @@ -25,7 +25,7 @@ - CaMicroscope Data Table + caMicroscope - Slides Data Table @@ -109,7 +109,7 @@

caMicroscope