OHIF logo
OHIF
Create
Roadmap
Feedback
Feature Requests
9

    Boards

  • Feature Requests

  • Issues

  • Docs, Guides, and Recipes

Powered by Canny

Feature Requests

posts
Publish an updated Docker Image when a new release is cut
Publish an updated docker image as a part of CircleCI Merge's to master. Images should be tagged as follows: ohif/viewer:latest ohif/viewer:vx.x.x Image should contain instructions on which .js settings file to replace to configure the application, as well as how to update the bundled nginx web server
1
·

complete

Remove FontAwesome and icons.svg external requirements
Create an Icons component, served from react-viewerbase that replaces the current implementation. A good starting point is this article by Sarah Drasner: https://css-tricks.com/creating-svg-icon-system-react/ Why? We have three libraries and five extensions. They all hope that font-awesome has been loaded AND that an icon sheet lives at ROOT_URL/icons.svg . Those are odd assumptions, and they can lead to issues when we host at non-root URLs. The suggested change, linked to above, allows for animation-ready SVG icons that are accessible, less error prone, and significantly more flexible.
3
·

complete

Powered by Canny