@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Jira, TwitchTV login icons

Summary: icons

Test Plan: photoshop

Reviewers: epriestley, btrahan

Reviewed By: epriestley

CC: Korvin, aran

Differential Revision: https://secure.phabricator.com/D6716

+30 -12
resources/sprite/login_1x/Jira.png

This is a binary file and will not be displayed.

resources/sprite/login_1x/TwitchTV.png

This is a binary file and will not be displayed.

resources/sprite/login_2x/Jira.png

This is a binary file and will not be displayed.

resources/sprite/login_2x/TwitchTV.png

This is a binary file and will not be displayed.

+10
resources/sprite/manifest/login.json
··· 46 46 "rule" : ".login-HTTP", 47 47 "hash" : "6fcf0f666c0f6f1e1cd8f397b41ed176" 48 48 }, 49 + "login-Jira" : { 50 + "name" : "login-Jira", 51 + "rule" : ".login-Jira", 52 + "hash" : "0ddadec77a95c1efc398886252ebeda9" 53 + }, 49 54 "login-LDAP" : { 50 55 "name" : "login-LDAP", 51 56 "rule" : ".login-LDAP", ··· 65 70 "name" : "login-Phabricator", 66 71 "rule" : ".login-Phabricator", 67 72 "hash" : "fad258eb347a1ccf5800b0ee2d8e6e49" 73 + }, 74 + "login-TwitchTV" : { 75 + "name" : "login-TwitchTV", 76 + "rule" : ".login-TwitchTV", 77 + "hash" : "dbaa3f5e58fceb86598b2951fc5f9508" 68 78 }, 69 79 "login-Twitter" : { 70 80 "name" : "login-Twitter",
+5 -5
src/__celerity_resource_map__.php
··· 653 653 ), 654 654 '/rsrc/image/sprite-login-X2.png' => 655 655 array( 656 - 'hash' => '0836f6f5ae0f181d32814811998c84ce', 657 - 'uri' => '/res/0836f6f5/rsrc/image/sprite-login-X2.png', 656 + 'hash' => 'cd7eb19a0428c6be90c48cd2329a35fc', 657 + 'uri' => '/res/cd7eb19a/rsrc/image/sprite-login-X2.png', 658 658 'disk' => '/rsrc/image/sprite-login-X2.png', 659 659 'type' => 'png', 660 660 ), 661 661 '/rsrc/image/sprite-login.png' => 662 662 array( 663 - 'hash' => 'e11c22448d143e85e6be034894e138c5', 664 - 'uri' => '/res/e11c2244/rsrc/image/sprite-login.png', 663 + 'hash' => '788be2fd8e1f80b9faec9f5cf4bd5f4b', 664 + 'uri' => '/res/788be2fd/rsrc/image/sprite-login.png', 665 665 'disk' => '/rsrc/image/sprite-login.png', 666 666 'type' => 'png', 667 667 ), ··· 4097 4097 ), 4098 4098 'sprite-login-css' => 4099 4099 array( 4100 - 'uri' => '/res/8bec1ba2/rsrc/css/sprite-login.css', 4100 + 'uri' => '/res/8bd33e35/rsrc/css/sprite-login.css', 4101 4101 'type' => 'css', 4102 4102 'requires' => 4103 4103 array(
+15 -7
webroot/rsrc/css/sprite-login.css
··· 13 13 only screen and (-webkit-min-device-pixel-ratio: 1.5) { 14 14 .sprite-login { 15 15 background-image: url(/rsrc/image/sprite-login-X2.png); 16 - background-size: 140px 140px; 16 + background-size: 140px 175px; 17 17 } 18 18 } 19 19 ··· 54 54 background-position: 0px -70px; 55 55 } 56 56 57 - .login-LDAP { 57 + .login-Jira { 58 58 background-position: -35px -70px; 59 59 } 60 60 61 - .login-Linkedin { 61 + .login-LDAP { 62 62 background-position: -70px -70px; 63 63 } 64 64 65 - .login-Openid { 65 + .login-Linkedin { 66 66 background-position: -105px -70px; 67 67 } 68 68 69 - .login-Phabricator { 69 + .login-Openid { 70 70 background-position: 0px -105px; 71 71 } 72 72 73 - .login-Twitter { 73 + .login-Phabricator { 74 74 background-position: -35px -105px; 75 75 } 76 76 77 - .login-Yahoo { 77 + .login-TwitchTV { 78 78 background-position: -70px -105px; 79 79 } 80 + 81 + .login-Twitter { 82 + background-position: -105px -105px; 83 + } 84 + 85 + .login-Yahoo { 86 + background-position: 0px -140px; 87 + }
webroot/rsrc/image/sprite-login-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-login.png

This is a binary file and will not be displayed.