ircv3.github.io icon indicating copy to clipboard operation
ircv3.github.io copied to clipboard

Add OS icons for graphical desktop clients

Open progval opened this issue 3 years ago • 4 comments

This doesn't add icons to Terminal Clients, so this PR does not conflict with #380

I'll add them if we decide to merge this PR before #380.

Note that the "freebsd" icon isn't displayed because we use FontAwesome 4, and it was added in FontAwesome 5.

progval avatar Jun 02 '21 11:06 progval

I don't mind this but let me look into the table changes first (it's a tiny bit unwieldy with the current layout). I may split this into a separate column depending on stickyness of the top/left headers

DanielOaks avatar Jun 02 '21 11:06 DanielOaks

Sure, no hurry

progval avatar Jun 02 '21 11:06 progval

We'll need to update FontAwesome to get the bsd icon but we can worry about that later.

For now could you add this to _swtable.scss just under where the other os support colours are:

.os-support-macos {
    color: #444;
}
.os-support-windows {
    color: #4d75b3;
}
.os-support-linux {
    color: #826d2e;
}
.os-support-bsd {
    color: #a42f2f;
}

bitchx and swirc both support all of the OSes, according to their websites/install instructions.

I think Glirc supports all of them as well?

DanielOaks avatar Aug 28 '21 00:08 DanielOaks

It's probably fine to just group BSD and Linux under a general "UNIX" category.

SadieCat avatar Aug 28 '21 00:08 SadieCat