more semantic icons#5584
Conversation
@minrk said it's the right thing to do
|
The main issue that I see with the icon change is that the dashboard will soon display text files as well. We need to use an icon for the notebook that is both different from folders, but also from that of text files. The icon you choose for the notebook seems too generic to me - and similar to whatever we will use for text files. |
|
GitHub also makes folder icons the same color as text, leaving files as grayscale. Do we want to follow suit? It seems to delineate files and folders nicely. |
|
I think I actually prefer to have icons that have a different color - like the rest of the GH API does. But we try out different things to see what works. Also, I think we should not get to into fine tuning this UI too much, as it is targeted for a big refactor. |
|
I think we're quickly going to run into UI problems if we add all kinds of file types while keeping these tiny icons. Not to mention the fact that it's already annoyingly long - if I start the notebook in my home directory, I have to scroll to see any notebooks, because the list of folders takes up so much space. Perhaps when we add other file types, we should have named sections in the dashboard, for 'Notebooks', 'Folders', 'Other files'. |
|
I went with the file icon to be generic - I don't think github ever distinguishes the different file types |
|
How's this @ellisonbg? Just change the folder icon color, keeping our old notebook icon, which leaves the generic white text file icon for other files down the line: |
This allows us to use the generic file icon for text files, etc, down the line.
|
I'm not @ellisonbg , but I think the |
|
@jdfreder that is not a change being discussed here. That's a separat[e|or] issue. |
|
I agree that when we start to include all file types that the dashboard listing is going to get really long. We probably do want to explore ways of listing directories, notebooks and files separately (tabs?). However, I think that notebooks and regular text files should still have a different icon as they behave very differently. Sure they are documents, but one has a kernel attached and the other doesn't. |
|
About the color differences between the icons and the links. In general clickable links on web pages should have a unique styling/color that makes it clear to users where you can click. While I love GitHub's design choices overall, in this case, I think the choice to color non-clickable icons (nearly) the same color as links is less than ideal. I am fine having different icons (dirs, nb, files) be different colors to help emphasize their differences, but I think that all of those colors should be different than our link colors. |
|
Another icon related design pattern that GitHub uses elsewhere on its page (not for the folder/file icons though :( is that if an icon is clickable, its changes color on hover either to the global link color or a darker version of its non-hover version. |
|
Some other icon brainstorming (I am not particularly fond of even our current icons choices): For notebooks - more of an emphasis on code/data/viz: http://fortawesome.github.io/Font-Awesome/3.2.1/icon/bar-chart/ I tend to prefer the closed folder icons to the open one we use now: http://fortawesome.github.io/Font-Awesome/3.2.1/icon/folder-close/ |
|
@ellisonbg yes, i also thought that the close folder icon would be better, but it looks flat and weird since there's nothing distinguishing the tab portion of the folder. |
|
I think I like alt-no-highlight as well. |
|
+1 alt-no-highlight |
|
+1 for option in [alt-no-highlight, full-no-highlight] 😉 |
|
I too like the alt-no-highlight Thanks for generating these options! On Wed, Apr 16, 2014 at 7:22 PM, Damián Avila notifications@github.comwrote:
Brian E. Granger |
discussion of this happened in ipython#5584
discussion of this happened in ipython#5584
This adds classes to customize the folder and notebook document icons in the dashboard view. I've also changed the notebook icon to have it better distinguished from the folders and match e.g. Github's approach to this issue. For the pixel-perfectionist, I've also made these icons a fixed width (they weren't before, I'm sure, like me, it's made you angry ; ) screenshot is coming. closes #5555
discussion of this happened in ipython#5584
more semantic icons








This adds classes to customize the folder and notebook document icons in the dashboard view.
I've also changed the notebook icon to have it better distinguished from the
folders and match e.g. Github's approach to this issue.
For the pixel-perfectionist, I've also made these icons a fixed width (they weren't before, I'm sure, like me, it's made you angry ; )
screenshot is coming.
closes #5555