-
-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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 #448 [add new rich-text icons] #1401
Conversation
GraceGSy
commented
Jan 19, 2016
Thanks, @GraceGSy! @amitdeutsch, do you have any thoughts on these? |
Hi @GraceGSy, I've taken another look and thought about this a bit more. Here's what I would suggest, though some of these changes are a bit more technical and can, I think, be left to a future commit:
The last suggestion I have (probably for a separate PR) is to organize the components so that the more common ones (link, image, video) are on the left, and the less common ones (collapsible, tabs, math) are on the right. Would you agree with this -- and, if so, what do you think would be a good order? It's a bit more involved, code-wise, so I think this can be done in a separate pass. Thanks! |
Hi all, Thanks for working on this, Grace! A few issues I see: First, regarding the color: I agree that at the icons should all be the same color, like Sean mentioned. Second, the blue icons on the right are rather blurry compared to the crisp icons on the left: I would recommend doing vectors instead of bitmap images, they'll look much better. Finally, the images used for the icons still have white backgrounds; note that there is a white bounding box around the icon that's being hovered over here: Whether using bitmap or vector graphics, they shouldn't have these white backgrounds. Thanks again for your work on this, |
Conflicts: extensions/rich_text_components/Collapsible/Collapsible.py extensions/rich_text_components/Image/Image.py extensions/rich_text_components/Link/Link.py extensions/rich_text_components/Math/Math.py extensions/rich_text_components/Tabs/Tabs.py extensions/rich_text_components/Video/Video.py
Current coverage is
|
Thanks so much, @GraceGSy -- this looks great! Merging into develop. |
fix #448 [add new rich-text icons]