Page MenuHomePhabricator

Add FontIcon bridge to AppIcons
ClosedPublic

Authored by chad on Jan 25 2015, 7:42 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 24, 11:54 PM
Unknown Object (File)
Mon, Apr 22, 11:26 PM
Unknown Object (File)
Thu, Apr 11, 8:11 AM
Unknown Object (File)
Tue, Apr 9, 6:02 PM
Unknown Object (File)
Thu, Apr 4, 1:03 PM
Unknown Object (File)
Sat, Mar 30, 6:54 PM
Unknown Object (File)
Mar 25 2024, 11:40 AM
Unknown Object (File)
Mar 25 2024, 11:40 AM

Details

Reviewers
epriestley
btrahan
Commits
Restricted Diffusion Commit
Restricted Diffusion Commit
rP0ab065a14b4e: derp
rP5d8bb61dde25: Add FontIcon bridge to AppIcons
Summary

Select a similar or better FontAwesome icon to represent each application

Test Plan

Visual inspection

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

chad retitled this revision from to Add FontIcon bridge to AppIcons.
chad updated this object.
chad edited the test plan for this revision. (Show Details)
chad added reviewers: epriestley, btrahan.
epriestley edited edge metadata.

I was worried that we're going to end up with icons not being distinctive enough, but these actually look pretty good after reading through them (recognizable, relevant, not heavily overloaded in the UI).

src/applications/celerity/application/PhabricatorCelerityApplication.php
17–19 ↗(On Diff #27638)

This isn't actually ever used so we could use it elsewhere.

src/applications/config/application/PhabricatorConfigApplication.php
14 ↗(On Diff #27638)

Same as settings, maybe cogs? Or paint-brush? Or fa-sliders?

src/applications/countdown/application/PhabricatorCountdownApplication.php
14 ↗(On Diff #27638)

Maybe fa-rocket? But it feels wasteful to use the best icon on this.

src/applications/daemon/application/PhabricatorDaemonsApplication.php
26 ↗(On Diff #27638)

Haha, I like this.

Next best thing I could come up with was fa-plug, maybe.

src/applications/diffusion/application/PhabricatorDiffusionApplication.php
22 ↗(On Diff #27638)

Maybe swap this with Repositories. In the long run I want to remove Repositories, and I think the disk is a better icon for this role.

src/applications/diviner/application/PhabricatorDivinerApplication.php
14 ↗(On Diff #27638)

Maybe just fa-dot-circle-o since we use the similar-looking fisheye glyph internally and this is fairly abstract anyway?

Or fa-life-ring for "help"?

src/applications/doorkeeper/application/PhabricatorDoorkeeperApplication.php
18 ↗(On Diff #27638)

Ehh, but I don't have a better one.

src/applications/fact/application/PhabricatorFactApplication.php
22 ↗(On Diff #27638)

Maybe fa-line-chart? That one is a little more recognizable to me.

src/applications/herald/application/PhabricatorHeraldApplication.php
14 ↗(On Diff #27638)

Same as notifications -- maybe make one (notifications?) fa-bullhorn?

This revision is now accepted and ready to land.Jan 25 2015, 2:00 PM

Made all other changes. Diffusion still up in the air. For now I'm just going to replace the feed 1x icons and remote that sprite as a trial.

src/applications/diffusion/application/PhabricatorDiffusionApplication.php
22 ↗(On Diff #27638)

I think most people use Diffusion to 'browse code', not as many people 'configure repository' ?

Closed by commit rP0ab065a14b4e: derp (authored by chad, committed by chad). · Explain Why
This revision was automatically updated to reflect the committed changes.
This revision was automatically updated to reflect the committed changes.

Yeah, it could go either way -- personally, I just think the code icon is pretty ambiguous and doesn't say "code" to me very strongly (looks like "HTML WSYWIG Editor" to me), while the storage icon feels more like "go look at your data (which happens to be code)", and I do think of Diffusion like that.

Some competitors also use the code icon, from poking around. Main thing to think about is if it was just the icon, would you still know what app it was. Visual reference:

Diffusion
Diffusion
Diffusion

Oh, I do like file-code-o a little better than just code if that seems like a reasonable approach (but I don't really feel too strongly, and you're obviously right that "storage" has no real association with "code").