@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.

Add Phund app icon

Summary: Super important. This single icon unlocks untold riches and tens of corporate dollars.

Test Plan: Photoshop

Reviewers: btrahan, epriestley

Reviewed By: epriestley

Subscribers: epriestley, Korvin

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

+62 -44
+10 -10
resources/celerity/map.php
··· 7 7 */ 8 8 return array( 9 9 'names' => array( 10 - 'core.pkg.css' => 'c7059fd9', 10 + 'core.pkg.css' => 'c0818fbb', 11 11 'core.pkg.js' => '14887b3d', 12 12 'darkconsole.pkg.js' => 'df001cab', 13 13 'differential.pkg.css' => '4a93db37', ··· 146 146 'rsrc/css/phui/phui-timeline-view.css' => 'bbd990d0', 147 147 'rsrc/css/phui/phui-workboard-view.css' => '2bf82d00', 148 148 'rsrc/css/phui/phui-workpanel-view.css' => 'e26044fa', 149 - 'rsrc/css/sprite-apps-large.css' => '12ea1ced', 150 - 'rsrc/css/sprite-apps.css' => '37ee4f4e', 149 + 'rsrc/css/sprite-apps-large.css' => '20ec0cc0', 150 + 'rsrc/css/sprite-apps.css' => 'd5baed0f', 151 151 'rsrc/css/sprite-conpherence.css' => '3b4a0487', 152 152 'rsrc/css/sprite-docs.css' => '5f65d0da', 153 153 'rsrc/css/sprite-gradient.css' => '4bdb98a7', ··· 317 317 'rsrc/image/phrequent_inactive.png' => 'bfc15a69', 318 318 'rsrc/image/search-white.png' => '64cc0d45', 319 319 'rsrc/image/search.png' => '82625a7e', 320 - 'rsrc/image/sprite-apps-X2.png' => '10fe124a', 321 - 'rsrc/image/sprite-apps-X4.png' => '9c151271', 322 - 'rsrc/image/sprite-apps-large-X2.png' => '4a828a0f', 323 - 'rsrc/image/sprite-apps-large.png' => '141d8c93', 320 + 'rsrc/image/sprite-apps-X2.png' => '58294cf3', 321 + 'rsrc/image/sprite-apps-X4.png' => '936fc9af', 322 + 'rsrc/image/sprite-apps-large-X2.png' => '79e15268', 323 + 'rsrc/image/sprite-apps-large.png' => '4d41b94a', 324 324 'rsrc/image/sprite-apps-xlarge.png' => 'a751a580', 325 - 'rsrc/image/sprite-apps.png' => 'f6a0599f', 325 + 'rsrc/image/sprite-apps.png' => '5570df20', 326 326 'rsrc/image/sprite-conpherence-X2.png' => 'cd2d08d7', 327 327 'rsrc/image/sprite-conpherence.png' => 'a5ab2eb7', 328 328 'rsrc/image/sprite-docs-X2.png' => '6dc1adad', ··· 815 815 'releeph-request-differential-create-dialog' => '8d8b92cd', 816 816 'releeph-request-typeahead-css' => '667a48ae', 817 817 'setup-issue-css' => '69e640e7', 818 - 'sprite-apps-css' => '37ee4f4e', 819 - 'sprite-apps-large-css' => '12ea1ced', 818 + 'sprite-apps-css' => 'd5baed0f', 819 + 'sprite-apps-large-css' => '20ec0cc0', 820 820 'sprite-conpherence-css' => '3b4a0487', 821 821 'sprite-docs-css' => '5f65d0da', 822 822 'sprite-gradient-css' => '4bdb98a7',
resources/sprite/apps_dark_1x/phund.png

This is a binary file and will not be displayed.

resources/sprite/apps_dark_2x/phund.png

This is a binary file and will not be displayed.

resources/sprite/apps_dark_4x/phund.png

This is a binary file and will not be displayed.

+5
resources/sprite/manifest/apps-large.json
··· 251 251 "rule" : ".apps-phriction-dark-large", 252 252 "hash" : "a1ac9721097348668c145567a86a1a4c" 253 253 }, 254 + "apps-phund-dark-large" : { 255 + "name" : "apps-phund-dark-large", 256 + "rule" : ".apps-phund-dark-large", 257 + "hash" : "b932fadd547bc484862e73cf94823e17" 258 + }, 254 259 "apps-policy-dark-large" : { 255 260 "name" : "apps-policy-dark-large", 256 261 "rule" : ".apps-policy-dark-large",
+5
resources/sprite/manifest/apps.json
··· 251 251 "rule" : ".apps-phriction-dark", 252 252 "hash" : "964db3a34c3fea0b0416769a080bdb26" 253 253 }, 254 + "apps-phund-dark" : { 255 + "name" : "apps-phund-dark", 256 + "rule" : ".apps-phund-dark", 257 + "hash" : "50b438bab64a6f9160000440845d6d67" 258 + }, 254 259 "apps-policy-dark" : { 255 260 "name" : "apps-policy-dark", 256 261 "rule" : ".apps-policy-dark",
+21 -17
webroot/rsrc/css/sprite-apps-large.css
··· 218 218 background-position: -29px -174px; 219 219 } 220 220 221 - .apps-policy-dark-large { 221 + .apps-phund-dark-large { 222 222 background-position: -58px -174px; 223 223 } 224 224 225 - .apps-ponder-dark-large { 225 + .apps-policy-dark-large { 226 226 background-position: -87px -174px; 227 227 } 228 228 229 - .apps-power-dark-large { 229 + .apps-ponder-dark-large { 230 230 background-position: -116px -174px; 231 231 } 232 232 233 - .apps-projects-dark-large { 233 + .apps-power-dark-large { 234 234 background-position: -145px -174px; 235 235 } 236 236 237 - .apps-releeph-dark-large { 237 + .apps-projects-dark-large { 238 238 background-position: -174px -174px; 239 239 } 240 240 241 - .apps-repositories-dark-large { 241 + .apps-releeph-dark-large { 242 242 background-position: -203px -174px; 243 243 } 244 244 245 - .apps-search-dark-large { 245 + .apps-repositories-dark-large { 246 246 background-position: 0px -203px; 247 247 } 248 248 249 - .apps-settings-sm-dark-large { 249 + .apps-search-dark-large { 250 250 background-position: -29px -203px; 251 251 } 252 252 253 - .apps-settings-dark-large { 253 + .apps-settings-sm-dark-large { 254 254 background-position: -58px -203px; 255 255 } 256 256 257 - .apps-setup-dark-large { 257 + .apps-settings-dark-large { 258 258 background-position: -87px -203px; 259 259 } 260 260 261 - .apps-slowvote-dark-large { 261 + .apps-setup-dark-large { 262 262 background-position: -116px -203px; 263 263 } 264 264 265 - .apps-spaces-dark-large { 265 + .apps-slowvote-dark-large { 266 266 background-position: -145px -203px; 267 267 } 268 268 269 + .apps-spaces-dark-large { 270 + background-position: -174px -203px; 271 + } 272 + 269 273 .apps-token-dark-large { 270 - background-position: -174px -203px; 274 + background-position: -203px -203px; 271 275 } 272 276 273 277 .apps-uiexamples-dark-large { 274 - background-position: -203px -203px; 278 + background-position: 0px -232px; 275 279 } 276 280 277 281 .apps-workboard-dark-large { 278 - background-position: 0px -232px; 282 + background-position: -29px -232px; 279 283 } 280 284 281 285 .apps-workphlow-dark-large { 282 - background-position: -29px -232px; 286 + background-position: -58px -232px; 283 287 } 284 288 285 289 .apps-xhprof-dark-large { 286 - background-position: -58px -232px; 290 + background-position: -87px -232px; 287 291 }
+21 -17
webroot/rsrc/css/sprite-apps.css
··· 218 218 background-position: -15px -90px; 219 219 } 220 220 221 - .apps-policy-dark { 221 + .apps-phund-dark { 222 222 background-position: -30px -90px; 223 223 } 224 224 225 - .apps-ponder-dark { 225 + .apps-policy-dark { 226 226 background-position: -45px -90px; 227 227 } 228 228 229 - .apps-power-dark { 229 + .apps-ponder-dark { 230 230 background-position: -60px -90px; 231 231 } 232 232 233 - .apps-projects-dark { 233 + .apps-power-dark { 234 234 background-position: -75px -90px; 235 235 } 236 236 237 - .apps-releeph-dark { 237 + .apps-projects-dark { 238 238 background-position: -90px -90px; 239 239 } 240 240 241 - .apps-repositories-dark { 241 + .apps-releeph-dark { 242 242 background-position: -105px -90px; 243 243 } 244 244 245 - .apps-search-dark { 245 + .apps-repositories-dark { 246 246 background-position: 0px -105px; 247 247 } 248 248 249 - .apps-settings-sm-dark { 249 + .apps-search-dark { 250 250 background-position: -15px -105px; 251 251 } 252 252 253 - .apps-settings-dark { 253 + .apps-settings-sm-dark { 254 254 background-position: -30px -105px; 255 255 } 256 256 257 - .apps-setup-dark { 257 + .apps-settings-dark { 258 258 background-position: -45px -105px; 259 259 } 260 260 261 - .apps-slowvote-dark { 261 + .apps-setup-dark { 262 262 background-position: -60px -105px; 263 263 } 264 264 265 - .apps-spaces-dark { 265 + .apps-slowvote-dark { 266 266 background-position: -75px -105px; 267 267 } 268 268 269 + .apps-spaces-dark { 270 + background-position: -90px -105px; 271 + } 272 + 269 273 .apps-token-dark { 270 - background-position: -90px -105px; 274 + background-position: -105px -105px; 271 275 } 272 276 273 277 .apps-uiexamples-dark { 274 - background-position: -105px -105px; 278 + background-position: 0px -120px; 275 279 } 276 280 277 281 .apps-workboard-dark { 278 - background-position: 0px -120px; 282 + background-position: -15px -120px; 279 283 } 280 284 281 285 .apps-workphlow-dark { 282 - background-position: -15px -120px; 286 + background-position: -30px -120px; 283 287 } 284 288 285 289 .apps-xhprof-dark { 286 - background-position: -30px -120px; 290 + background-position: -45px -120px; 287 291 }
webroot/rsrc/image/sprite-apps-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-apps-X4.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-apps-large-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-apps-large.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-apps.png

This is a binary file and will not be displayed.