mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 00:42:41 +01:00
Fix conpherence sprites
Summary: The map had "conph" but everything else refers to "conpher". The "conph" sprite thing won when I regenerated sprites for tokens. I should just fix this so it can't happen, but unbreak for now. Renamed "conph" -> "conpher", regenerated sprites, nuked all the "conph" stuff. Test Plan: Looked at Conpherence, saw icons. Reviewers: chad Reviewed By: chad CC: aran Differential Revision: https://secure.phabricator.com/D4982
This commit is contained in:
parent
dad7c65bf5
commit
0e7382b102
6 changed files with 92 additions and 11 deletions
81
resources/sprite/manifest/conpher.json
Normal file
81
resources/sprite/manifest/conpher.json
Normal file
|
@ -0,0 +1,81 @@
|
||||||
|
{
|
||||||
|
"version" : 1,
|
||||||
|
"sprites" : {
|
||||||
|
"conpher_calendar_off" : {
|
||||||
|
"name" : "conpher_calendar_off",
|
||||||
|
"rule" : ".conpher_calendar_off",
|
||||||
|
"hash" : "9ead08702b8028d28aedfa1a0dfbe43a"
|
||||||
|
},
|
||||||
|
"conpher_calendar_on" : {
|
||||||
|
"name" : "conpher_calendar_on",
|
||||||
|
"rule" : ".conpher_calendar_on, .device-desktop .conpher_calendar_off:hover ",
|
||||||
|
"hash" : "f00d0854260ab1bc1a9b4f7f21a64f56"
|
||||||
|
},
|
||||||
|
"conpher_conversation_off" : {
|
||||||
|
"name" : "conpher_conversation_off",
|
||||||
|
"rule" : ".conpher_conversation_off",
|
||||||
|
"hash" : "97f9e8131c741dbba8091a92776036dd"
|
||||||
|
},
|
||||||
|
"conpher_conversation_on" : {
|
||||||
|
"name" : "conpher_conversation_on",
|
||||||
|
"rule" : ".conpher_conversation_on, .device-desktop .conpher_conversation_off:hover ",
|
||||||
|
"hash" : "01d5bae305a37debbc44f4131f0863dc"
|
||||||
|
},
|
||||||
|
"conpher_files_off" : {
|
||||||
|
"name" : "conpher_files_off",
|
||||||
|
"rule" : ".conpher_files_off",
|
||||||
|
"hash" : "b6a89827978cf06618d4ba572953049a"
|
||||||
|
},
|
||||||
|
"conpher_files_on" : {
|
||||||
|
"name" : "conpher_files_on",
|
||||||
|
"rule" : ".conpher_files_on, .device-desktop .conpher_files_off:hover ",
|
||||||
|
"hash" : "05f38d8b45077a8a9b5bd21ecc15f958"
|
||||||
|
},
|
||||||
|
"conpher_list_off" : {
|
||||||
|
"name" : "conpher_list_off",
|
||||||
|
"rule" : ".conpher_list_off",
|
||||||
|
"hash" : "6f9b685a553e58aa67668494a88f864c"
|
||||||
|
},
|
||||||
|
"conpher_list_on" : {
|
||||||
|
"name" : "conpher_list_on",
|
||||||
|
"rule" : ".conpher_list_on, .device-desktop .conpher_list_off:hover ",
|
||||||
|
"hash" : "7d495ee16be1162affd3a480ee4b86d4"
|
||||||
|
},
|
||||||
|
"conpher_more_off" : {
|
||||||
|
"name" : "conpher_more_off",
|
||||||
|
"rule" : ".conpher_more_off",
|
||||||
|
"hash" : "c65da03207be1e69ceaa09f15a95d8f4"
|
||||||
|
},
|
||||||
|
"conpher_more_on" : {
|
||||||
|
"name" : "conpher_more_on",
|
||||||
|
"rule" : ".conpher_more_on, .device-desktop .conpher_more_off:hover ",
|
||||||
|
"hash" : "70464cdbd30a77cad597c593ca40ab1f"
|
||||||
|
},
|
||||||
|
"conpher_people_off" : {
|
||||||
|
"name" : "conpher_people_off",
|
||||||
|
"rule" : ".conpher_people_off",
|
||||||
|
"hash" : "a40f1f129d2e3c33134a4103161c0792"
|
||||||
|
},
|
||||||
|
"conpher_people_on" : {
|
||||||
|
"name" : "conpher_people_on",
|
||||||
|
"rule" : ".conpher_people_on, .device-desktop .conpher_people_off:hover ",
|
||||||
|
"hash" : "fd99a5b329ebe0144acc8fe669f0d936"
|
||||||
|
},
|
||||||
|
"conpher_settings_off" : {
|
||||||
|
"name" : "conpher_settings_off",
|
||||||
|
"rule" : ".conpher_settings_off",
|
||||||
|
"hash" : "e4b389edbeb7825e4304faf7d20f7469"
|
||||||
|
},
|
||||||
|
"conpher_settings_on" : {
|
||||||
|
"name" : "conpher_settings_on",
|
||||||
|
"rule" : ".conpher_settings_on, .device-desktop .conpher_settings_off:hover ",
|
||||||
|
"hash" : "8ad76234fffb3f4cc59238ec3b4a6999"
|
||||||
|
}
|
||||||
|
},
|
||||||
|
"scales" : [
|
||||||
|
1,
|
||||||
|
2
|
||||||
|
],
|
||||||
|
"header" : "\/**\n * @provides sprite-conpher-css\n * @generated\n *\/\n\n.sprite-conpher {\n background-image: url(\/rsrc\/image\/sprite-conpher.png);\n background-repeat: no-repeat;\n}\n\n@media\nonly screen and (min-device-pixel-ratio: 1.5),\nonly screen and (-webkit-min-device-pixel-ratio: 1.5) {\n .sprite-conpher {\n background-image: url(\/rsrc\/image\/sprite-conpher-X2.png);\n background-size: {X}px {Y}px;\n }\n}\n",
|
||||||
|
"type" : "standard"
|
||||||
|
}
|
|
@ -30,7 +30,7 @@ $sheets = array(
|
||||||
'icon' => $generator->buildIconSheet(),
|
'icon' => $generator->buildIconSheet(),
|
||||||
'menu' => $generator->buildMenuSheet(),
|
'menu' => $generator->buildMenuSheet(),
|
||||||
'apps' => $generator->buildAppsSheet(),
|
'apps' => $generator->buildAppsSheet(),
|
||||||
'conph' => $generator->buildConpherenceSheet(),
|
'conpher' => $generator->buildConpherenceSheet(),
|
||||||
'apps-large' => $generator->buildAppsLargeSheet(),
|
'apps-large' => $generator->buildAppsLargeSheet(),
|
||||||
'tokens' => $generator->buildTokenSheet(),
|
'tokens' => $generator->buildTokenSheet(),
|
||||||
// TODO: @chad: should we actually remove this?
|
// TODO: @chad: should we actually remove this?
|
||||||
|
|
|
@ -483,18 +483,18 @@ celerity_register_resource_map(array(
|
||||||
'disk' => '/rsrc/image/sprite-apps.png',
|
'disk' => '/rsrc/image/sprite-apps.png',
|
||||||
'type' => 'png',
|
'type' => 'png',
|
||||||
),
|
),
|
||||||
'/rsrc/image/sprite-conph-X2.png' =>
|
'/rsrc/image/sprite-conpher-X2.png' =>
|
||||||
array(
|
array(
|
||||||
'hash' => '8f79b9888577dab95d6019d1b7f2a204',
|
'hash' => '88f5bf563e90d99ebe1b4ec552a963fc',
|
||||||
'uri' => '/res/8f79b988/rsrc/image/sprite-conph-X2.png',
|
'uri' => '/res/88f5bf56/rsrc/image/sprite-conpher-X2.png',
|
||||||
'disk' => '/rsrc/image/sprite-conph-X2.png',
|
'disk' => '/rsrc/image/sprite-conpher-X2.png',
|
||||||
'type' => 'png',
|
'type' => 'png',
|
||||||
),
|
),
|
||||||
'/rsrc/image/sprite-conph.png' =>
|
'/rsrc/image/sprite-conpher.png' =>
|
||||||
array(
|
array(
|
||||||
'hash' => 'a6329b4baa648b57c00de65f6758cbd2',
|
'hash' => '08dcc68a6b2a89ecce11322f9ffe9d69',
|
||||||
'uri' => '/res/a6329b4b/rsrc/image/sprite-conph.png',
|
'uri' => '/res/08dcc68a/rsrc/image/sprite-conpher.png',
|
||||||
'disk' => '/rsrc/image/sprite-conph.png',
|
'disk' => '/rsrc/image/sprite-conpher.png',
|
||||||
'type' => 'png',
|
'type' => 'png',
|
||||||
),
|
),
|
||||||
'/rsrc/image/sprite-gradient.png' =>
|
'/rsrc/image/sprite-gradient.png' =>
|
||||||
|
@ -3343,12 +3343,12 @@ celerity_register_resource_map(array(
|
||||||
),
|
),
|
||||||
'sprite-conpher-css' =>
|
'sprite-conpher-css' =>
|
||||||
array(
|
array(
|
||||||
'uri' => '/res/f640f0c5/rsrc/css/sprite-conph.css',
|
'uri' => '/res/6277b31f/rsrc/css/sprite-conpher.css',
|
||||||
'type' => 'css',
|
'type' => 'css',
|
||||||
'requires' =>
|
'requires' =>
|
||||||
array(
|
array(
|
||||||
),
|
),
|
||||||
'disk' => '/rsrc/css/sprite-conph.css',
|
'disk' => '/rsrc/css/sprite-conpher.css',
|
||||||
),
|
),
|
||||||
'sprite-gradient-css' =>
|
'sprite-gradient-css' =>
|
||||||
array(
|
array(
|
||||||
|
|
Before Width: | Height: | Size: 14 KiB After Width: | Height: | Size: 14 KiB |
Before Width: | Height: | Size: 6.7 KiB After Width: | Height: | Size: 6.7 KiB |
Loading…
Reference in a new issue