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

User policy icons

Summary: User policy icons

Test Plan: Photoshop

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, epriestley, aran

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

+53 -35
+10
resources/sprite/manifest/status.json
··· 326 326 "rule" : ".status-policy-unknown-white, .dropdown-menu-item:hover .status-policy-unknown", 327 327 "hash" : "98985bfa005672c4b88feaf88cfa72bc" 328 328 }, 329 + "status-policy-user" : { 330 + "name" : "status-policy-user", 331 + "rule" : ".status-policy-user", 332 + "hash" : "6c21aa20866d5b86f074bdcf4f487d40" 333 + }, 334 + "status-policy-user-white" : { 335 + "name" : "status-policy-user-white", 336 + "rule" : ".status-policy-user-white", 337 + "hash" : "97a569e973df3f1e4fe012adf216ca40" 338 + }, 329 339 "status-question" : { 330 340 "name" : "status-question", 331 341 "rule" : ".status-question",
resources/sprite/status_1x/policy-user-white.png

This is a binary file and will not be displayed.

resources/sprite/status_1x/policy-user.png

This is a binary file and will not be displayed.

resources/sprite/status_2x/policy-user-white.png

This is a binary file and will not be displayed.

resources/sprite/status_2x/policy-user.png

This is a binary file and will not be displayed.

+43 -35
webroot/rsrc/css/sprite-status.css
··· 13 13 only screen and (-webkit-min-device-pixel-ratio: 1.5) { 14 14 .sprite-status { 15 15 background-image: url(/rsrc/image/sprite-status-X2.png); 16 - background-size: 150px 150px; 16 + background-size: 150px 165px; 17 17 } 18 18 } 19 19 ··· 278 278 background-position: -60px -90px; 279 279 } 280 280 281 - .status-question-blue { 281 + .status-policy-user-white { 282 282 background-position: -75px -90px; 283 283 } 284 284 285 - .status-question-dark { 285 + .status-policy-user { 286 286 background-position: -90px -90px; 287 287 } 288 288 289 - .status-question-green { 289 + .status-question-blue { 290 290 background-position: -105px -90px; 291 291 } 292 292 293 - .status-question-red { 293 + .status-question-dark { 294 294 background-position: -120px -90px; 295 295 } 296 296 297 - .status-question-white { 297 + .status-question-green { 298 298 background-position: -135px -90px; 299 299 } 300 300 301 - .status-question { 301 + .status-question-red { 302 302 background-position: 0px -105px; 303 303 } 304 304 305 - .status-reject-blue { 305 + .status-question-white { 306 306 background-position: -15px -105px; 307 307 } 308 308 309 - .status-reject-dark { 309 + .status-question { 310 310 background-position: -30px -105px; 311 311 } 312 312 313 - .status-reject-green { 313 + .status-reject-blue { 314 314 background-position: -45px -105px; 315 315 } 316 316 317 - .status-reject-red { 317 + .status-reject-dark { 318 318 background-position: -60px -105px; 319 319 } 320 320 321 - .status-reject-white { 321 + .status-reject-green { 322 322 background-position: -75px -105px; 323 323 } 324 324 325 - .status-reject { 325 + .status-reject-red { 326 326 background-position: -90px -105px; 327 327 } 328 328 329 - .status-right-blue { 329 + .status-reject-white { 330 330 background-position: -105px -105px; 331 331 } 332 332 333 - .status-right-dark { 333 + .status-reject { 334 334 background-position: -120px -105px; 335 335 } 336 336 337 - .status-right-green { 337 + .status-right-blue { 338 338 background-position: -135px -105px; 339 339 } 340 340 341 - .status-right-red { 341 + .status-right-dark { 342 342 background-position: 0px -120px; 343 343 } 344 344 345 - .status-right-white { 345 + .status-right-green { 346 346 background-position: -15px -120px; 347 347 } 348 348 349 - .status-right { 349 + .status-right-red { 350 350 background-position: -30px -120px; 351 351 } 352 352 353 - .status-time-green { 353 + .status-right-white { 354 354 background-position: -45px -120px; 355 355 } 356 356 357 - .status-time-orange { 357 + .status-right { 358 358 background-position: -60px -120px; 359 359 } 360 360 361 - .status-time-red { 361 + .status-time-green { 362 362 background-position: -75px -120px; 363 363 } 364 364 365 - .status-time-yellow { 365 + .status-time-orange { 366 366 background-position: -90px -120px; 367 367 } 368 368 369 - .status-up-blue { 369 + .status-time-red { 370 370 background-position: -105px -120px; 371 371 } 372 372 373 - .status-up-dark { 373 + .status-time-yellow { 374 374 background-position: -120px -120px; 375 375 } 376 376 377 - .status-up-green { 377 + .status-up-blue { 378 378 background-position: -135px -120px; 379 379 } 380 380 381 - .status-up-red { 381 + .status-up-dark { 382 382 background-position: 0px -135px; 383 383 } 384 384 385 - .status-up-white { 385 + .status-up-green { 386 386 background-position: -15px -135px; 387 387 } 388 388 389 - .status-up { 389 + .status-up-red { 390 390 background-position: -30px -135px; 391 391 } 392 392 393 - .status-warning-blue { 393 + .status-up-white { 394 394 background-position: -45px -135px; 395 395 } 396 396 397 + .status-up { 398 + background-position: -60px -135px; 399 + } 400 + 401 + .status-warning-blue { 402 + background-position: -75px -135px; 403 + } 404 + 397 405 .status-warning-dark { 398 - background-position: -60px -135px; 406 + background-position: -90px -135px; 399 407 } 400 408 401 409 .status-warning-green { 402 - background-position: -75px -135px; 410 + background-position: -105px -135px; 403 411 } 404 412 405 413 .status-warning-red { 406 - background-position: -90px -135px; 414 + background-position: -120px -135px; 407 415 } 408 416 409 417 .status-warning-white { 410 - background-position: -105px -135px; 418 + background-position: -135px -135px; 411 419 } 412 420 413 421 .status-warning { 414 - background-position: -120px -135px; 422 + background-position: 0px -150px; 415 423 }
webroot/rsrc/image/sprite-status-X2.png

This is a binary file and will not be displayed.

webroot/rsrc/image/sprite-status.png

This is a binary file and will not be displayed.