Server: Adjust Tags Icon

Created on 27 Jun 2016  路  24Comments  路  Source: nextcloud/server

The current tags-icon in the sidebar is a lens 馃槙 ...more than that this is unfitting, it is also in the wrong gray level in opposite to the other icons (should be darker) 馃槺

tags

However... I think we should replace it with something fitting better, like: http://fontawesome.io/icon/tags/

cc @nextcloud/designers

bug design tags good first issue

Most helpful comment

make it a bit wider and less long

tags-3

Could you create a PR for this?

I'll... try. Let's just say I have a lot more experience and comfort with design, UX and marketing than revision control systems. _sigh_ (although I've pulled it off for a couple of other projects, with some hair loss)

All 24 comments

Yup, setting as a good starter issue. :)

Can we use the tag-icon i've mentioned above (fontawesome.io) or should we use it from a different place? @jancborchardt

License: http://fontawesome.io/license/ (...seems that no attribution is needed 馃挭)

Ideally it should be created newly to be just a single tag. Also, the Fontawesome style is too rounded, if you see what I mean. It鈥檚 a very simple form so it should be good for a beginner to create similarly to the other icons we have. :)

Ideally it should be created newly to be just a single tag.

Use one of these: https://thenounproject.com/search/?q=tag (with appropriate license)?

I see :wink: @jancborchardt

Because of you can assign multiple tags and they are called in plural (tagS) we should use 2 tags I think.
Why only one?

@MorrisJobke to be honest I think it鈥檚 far easier to quickly create it than to copy it from the noun project, especially as all the icons are made to fit as well. Plus it鈥檚 a nice starter issue.

@mar1u5 because it鈥檚 a simpler form, and as the text is always next to the icon it鈥檚 fine.

@MorrisJobke to be honest I think it鈥檚 far easier to quickly create it than to copy it from the noun project, especially as all the icons are made to fit as well. Plus it鈥檚 a nice starter issue.

Sure :)

Since there are some people out here (yes.. i am talking to all of you @nextcloud/designers 馃槄) which can do graphic design and creating an icon from scratch better then me - i will unassign me from this and look forward for an volunteer 馃挭

replacing = yes ... designing the entire icon = nah 馃榿

I understand that from a linguistic point of view we're assigning tags (plural), however even before reading @jancborchardt's thoughts on just having a single tag, I was thinking the same as him (ie a single tag), mainly because it's going to be seen small, and having more details for something that small just lowers the clarity / visual readability imo.

Anyway, how's this? I tried to get it to match, stylistically, with the sharp corners of the folder icons and the orientation of the link icon. I can license it whatever we need (CC-BY-SA iirc?)
tag-screenshot

@Bugsbane nice! Just 2 things I would change:

  • the tag corner should be in the top left instead of top right, makes it look more balanced and you see more tag icons looking like that.
  • maybe make the tag a bit wider than long, just a tad.

the tag corner should be in the top left instead of top right, makes it look more balanced and you see more tag icons looking like that.

The only issue with this is that it would be visually inconsistent with the orientation of the link icon (and possibly others).

maybe make the tag a bit wider than long, just a tad.

Sure.

Anyway, here's how it looks with both suggestions applied.

tags2

Personally, I feel that having the tag facing away from the word feels off, as in the real world tags hang from the thing they're attached to, and thus point towards them. Does anyone else have any thoughts after seeing both versions? ( I do like the shorter/wider tag size though).

@Bugsbane I agree, I think it looks out of place facing that way. Might be worth rotating the 'links' icon.

@Bugsbane that looks good!

The only issue with this is that it would be visually inconsistent with the orientation of the link icon (and possibly others).

Since icons are there to differentiate stuff, I think this is more of a positive thing than bad. Otherwise stuff would look too similar.

I鈥檇 only round the corners a tad more (like they are on the folder icon) and maybe make the hole circle a bit bigger. Otherwise good to go.

Ok, here's a version with the exact same amount of rounding as in the current source svg for the folder, and with the hole enlarged a bit and moved to keep it balanced.

tags-3

Ok, here's a version with the exact same amount of rounding as in the current source svg for the folder, and with the hole enlarged a bit and moved to keep it balanced.

Nice :) Could you create a PR for this?

Big THX to @Bugsbane 馃挭

@Bugsbane nice! :) I would still make it a bit wider and less long, so it looks more in tune with the other icons. Otherwise really good!

make it a bit wider and less long

tags-3

Could you create a PR for this?

I'll... try. Let's just say I have a lot more experience and comfort with design, UX and marketing than revision control systems. _sigh_ (although I've pulled it off for a couple of other projects, with some hair loss)

@Bugsbane sure, let us know if you need any help. :)
The Github git tutorial is pretty awesome: https://try.github.io

OK, I got as far as adding the PNG and SVG to staging and doing a commit, but then when I try to push it I get this:

Username for 'https://github.com': bugsbane
Password for 'https://[email protected]': {MY GITHUB PASSWORD}
remote: Permission to nextcloud/server.git denied to Bugsbane.
fatal: unable to access 'https://github.com/nextcloud/server.git/': The requested URL returned error: 403

Is this because I've done something wrong, or because I need to be given permission to push?

Is this because I've done something wrong, or because I need to be given permission to push?

It seems that you don't have the permissions. Then you need to do a fork and push to your fork of this repo. Then from there you could create the pull request.

The easiest way would be (Noob-Webinterface :stuck_out_tongue_winking_eye:)

1) Fork
2) Create a "tags-Icon" branch in your fork
3) Change the Files via GitHub.com and push them into your "tags-icon" branch
4) If you have done this with all files - and everything works create a PR with your branch into 'master' of nextcloud/server

Ah, OK. Yes, I didn't fork, I just did git clone, and then I guess it tried to commit straight to master, which I didn't have permissions for. Learning slowly, but surely!

Ok, so I was still having trouble with the CLI (differnce between git clone and git add remote? ) but I tried GitHub's interface for it, which was remarkably easier, and now I have my first pull request! ( https://github.com/nextcloud/server/pull/311 ). Here's to many more (although I _will_ figure out the CLI eventually)

Was this page helpful?
0 / 5 - 0 ratings