-
Notifications
You must be signed in to change notification settings - Fork 9
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
fix: add experimental note to webgl setting #149
Conversation
UziTech
commented
Aug 25, 2020
•
edited
Loading
edited
e0fc18a
to
c435eba
Compare
src/config.js
Outdated
@@ -254,7 +254,7 @@ export const config = configOrder({ | |||
type: 'object', | |||
properties: { | |||
webgl: { | |||
title: 'WebGL Renderer', | |||
title: 'WebGL Renderer ⚠️EXPERIMENTAL⚠️', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
title: 'WebGL Renderer ⚠️EXPERIMENTAL⚠️', | |
title: '⚠️ Experimental WebGL Renderer', |
👍
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Again is the caution on Experimental or WebGL. Keep in mind that some people (probably most people) won't know what WebGL is.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also want it to convey that the renderer is experimental not WebGL.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I also want it to convey that the renderer is experimental not WebGL.
Then neither is good for that.
The description is the way to go for that not the title. For that we need.
`description: '⚠️ Enable the WebGL-based renderer using the experimental xterm.js [WebGL addon](https://github.com/xtermjs/xterm.js/tree/master/addons/xterm-addon-webgl) ',
Now that conveys the message clearly
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
With the caution symbol at the beginning I don't know if you are saying "Hey, you might want to enable me!" or "Hey, you might not want to enable me!" because it is not clear that the reason for the symbol is because it is experimental.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You are creating two sentences where one was and making the pertinent word all the way to the end of first sentence.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why is it bad to have more than one sentence? And when people skim something they tend to remember the beginning and the end more than the middle.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems like a good way to let people know why they might want to enable it and why they might not.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As is now is fine =)
c435eba
to
1a36b3a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
as is
I guess it is a little better than it was before but I still think a lot of people will not notice it. |
🎉 This PR is included in version 9.1.2 🎉 The release is available on: Your semantic-release bot 📦🚀 |