Extra Eyes Needed: Icon Usage Consistency
-
Hmm, yeah that is a problem. I thought I accounted for all of those but apparently it's just a difference in the input name. Some places expected 'Submit' rather than 'save'.
-
I pushedย fixes for those and a couple others I found.
-
-
The Interfaces widget shows up arrow, even when it's down. Hovering tool tip shows down which is ok.
-
The Interfaces widget shows up arrow, even when it's down. Hovering tool tip shows down which is ok.
Interesting, I didn't catch that one since the ones I tried all went no-carrier when testing which showed as an (X). I'll fix the 'down' case to be a down arrow.
-
The main list of icons and their primary uses is here: https://doc.pfsense.org/index.php/Wiki_Style_Guide#2.3_Icons
fa-repeat is missing from the list.
-
I haven't updated that since I went through and did all of the consistency work this week. I have a new list of used icons but haven't yet made it back to updating the images there. That said, I don't see anywhere in the base system that we use fa-repeat or its alias fa-rotate-right. I see where we use fa-undo a lot but not fa-repeat (they are mirror images of each other)
The current list I have of icons we actually use โ not the full FA list of course -- is:
fa-anchor fa-angle-double-left fa-angle-double-right fa-archive fa-arrow-down fa-arrow-up fa-ban fa-bar-chart fa-bell fa-calculator fa-caret-square-o-up fa-certificate fa-check-circle-o fa-check-circle fa-check-square-o fa-check fa-circle fa-clock-o fa-clone fa-cloud-download fa-cog fa-download fa-exclamation fa-file-excel-o fa-file-text-o fa-filter fa-forward fa-hand-stop-o fa-info-circle fa-info fa-key fa-level-down fa-level-up fa-list-alt fa-list fa-lock fa-minus-circle fa-minus-square-o fa-paperclip fa-pause-circle fa-pencil fa-play-circle fa-play fa-plus-circle fa-plus-square-o fa-plus-square fa-plus fa-power-off fa-question-circle fa-random fa-refresh fa-retweet fa-rss fa-save fa-search fa-send fa-sign-in fa-sign-out fa-stop-circle fa-tasks fa-times-circle-o fa-times-circle fa-times fa-trash fa-undo fa-unlock fa-upload fa-user fa-wrench
The way I was gathering the name might miss a few that have calculated icon names but the few instances of those I checked were also covered since the same icons were used other places. If you spot any I've missed let me know where they're used and what the icon name is.
-
I updated the icons on the wiki again and the list in the previous reply (which was still missing a couple things), it should be accurate now.
-
I haven't updated that since I went through and did all of the consistency work this week. I have a new list of used icons but haven't yet made it back to updating the images there. That said, I don't see anywhere in the base system that we use fa-repeat or its alias fa-rotate-right. I see where we use fa-undo a lot but not fa-repeat (they are mirror images of each other)
The way I was gathering the name might miss a few that have calculated icon names but the few instances of those I checked were also covered since the same icons were used other places. If you spot any I've missed let me know where they're used and what the icon name is.
fa-repeat is used extensively in services status as restart service.
-
Hmm, I see it now. The grep I was using to gather all of the icons missed that one and also fa-sliders. Hopefully that's all of them. Or at least the ones common enough to need references in docs