Documentation
+Documentation
Read documentation for using and developing caMicroscope.
- More + Morediff --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 @@ -
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" > - OptionsOptions