-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make selected UI elements more visible #12
Comments
In 33dbd8f, I've moved the node descriptions into CSS so it's easier to edit them. Currently, I'm trying:
|
I've found a new way of testing this: Ctrl+Win+C on Windows 10 turns Windows into black and white mode, which is a neat way of making sure your formatting is clear enough without any colours at all. |
Changes that improve the user interface and fix minor UI bugs in order to facilitate curation, including: - Added buttons for deleting phylogenies and phyloreferences. - Added error reporting when a PHYX file could not be parsed. - Made phylogeny descriptions editable. - Added a warning on 'beforeunload' to warn users before closing the app without looking at the JSON output. - Moved Phylotree.js node descriptions to CSS so that it's easier to modify (#12). - Moved list of examples into curation-tool.js so it can be expanded easily. - Downloaded Phylotree.js Javascript and CSS file so that we can use development versions of this program. - Added "previous phyloreference" and "next phyloreference" button, closes #50.
Increasing the font size and changing the font colour don't seem to have helped very much. I'll try adding a coloured (light-grey) rectangle behind the text as a highlight, as in https://stackoverflow.com/a/16873128/27310 |
Yesterday, @ncellinese and I discussed how to improve the visualization of selected phyloreferences, and we came up with the following plan:
Since these all have the overall goal of improving the display of making selected UI more visible, I'll add it to this issue. However, I anticipate that some of these items will be separated into new issues once I have a better grasp on what works, what is possible with Phylotree.js, and what we need. Here's a rough sketch of how we imagined this would look: |
Changes that improve the user interface and fix minor UI bugs in order to facilitate curation, including: - Added buttons for deleting phylogenies and phyloreferences. - Added error reporting when a PHYX file could not be parsed. - Made phylogeny descriptions editable. - Added a warning on 'beforeunload' to warn users before closing the app without looking at the JSON output. - Moved Phylotree.js node descriptions to CSS so that it's easier to modify (#12). - Moved list of examples into curation-tool.js so it can be expanded easily. - Downloaded Phylotree.js Javascript and CSS file so that we can use development versions of this program. - Added "previous phyloreference" and "next phyloreference" button, closes #50.
|
|
|
|
|
Selected phyloreferences are not highlighted brightly enough -- make them really intensely coloured, and consider scrolling to them when they are selected. Remember that changing from black to any other colour reduces the constrast between them, so think about highlighting their background as well.
The idea here seems to be that my eye/screen setup is better than most, so I should make it really obvious and garish on my screen, and then it'll be visible for them.
The text was updated successfully, but these errors were encountered: