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

Color time icons

Summary: Color time icons

Test Plan: Photoshop

Reviewers: epriestley

Reviewed By: epriestley

CC: Korvin, aran

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

+61 -25
+20
resources/sprite/manifest/status.json
··· 251 251 "rule" : ".status-right-white", 252 252 "hash" : "be2ffb65a7799cd9a5e00c2334e378b2" 253 253 }, 254 + "status-time-green" : { 255 + "name" : "status-time-green", 256 + "rule" : ".status-time-green", 257 + "hash" : "5cb4771e10aaf79ac490bc93bd029d8f" 258 + }, 259 + "status-time-orange" : { 260 + "name" : "status-time-orange", 261 + "rule" : ".status-time-orange", 262 + "hash" : "aa48043beff2c8576402dbccbe4ad3e2" 263 + }, 264 + "status-time-red" : { 265 + "name" : "status-time-red", 266 + "rule" : ".status-time-red", 267 + "hash" : "e4dbf14f1ac16338b5e01aa04f2e267e" 268 + }, 269 + "status-time-yellow" : { 270 + "name" : "status-time-yellow", 271 + "rule" : ".status-time-yellow", 272 + "hash" : "79756bcf7f2401d7e3a97ff03b981dcb" 273 + }, 254 274 "status-up-blue" : { 255 275 "name" : "status-up-blue", 256 276 "rule" : ".status-up-blue",
resources/sprite/status_1x/time-green.png

This is a binary file and will not be displayed.

resources/sprite/status_1x/time-orange.png

This is a binary file and will not be displayed.

resources/sprite/status_1x/time-red.png

This is a binary file and will not be displayed.

resources/sprite/status_1x/time-yellow.png

This is a binary file and will not be displayed.

resources/sprite/status_2x/time-green.png

This is a binary file and will not be displayed.

resources/sprite/status_2x/time-orange.png

This is a binary file and will not be displayed.

resources/sprite/status_2x/time-red.png

This is a binary file and will not be displayed.

resources/sprite/status_2x/time-yellow.png

This is a binary file and will not be displayed.

+5 -5
src/__celerity_resource_map__.php
··· 702 702 ), 703 703 '/rsrc/image/sprite-status-X2.png' => 704 704 array( 705 - 'hash' => '6b9a56e989052bfb7139d637918cd227', 706 - 'uri' => '/res/6b9a56e9/rsrc/image/sprite-status-X2.png', 705 + 'hash' => '3c57299b04fc21bee8a20d2d019bf6b6', 706 + 'uri' => '/res/3c57299b/rsrc/image/sprite-status-X2.png', 707 707 'disk' => '/rsrc/image/sprite-status-X2.png', 708 708 'type' => 'png', 709 709 ), 710 710 '/rsrc/image/sprite-status.png' => 711 711 array( 712 - 'hash' => 'b0a100328351732903d86185b001f057', 713 - 'uri' => '/res/b0a10032/rsrc/image/sprite-status.png', 712 + 'hash' => 'b76029c6bac69fd5bd9ab82d254f2ef1', 713 + 'uri' => '/res/b76029c6/rsrc/image/sprite-status.png', 714 714 'disk' => '/rsrc/image/sprite-status.png', 715 715 'type' => 'png', 716 716 ), ··· 4135 4135 ), 4136 4136 'sprite-status-css' => 4137 4137 array( 4138 - 'uri' => '/res/5c735469/rsrc/css/sprite-status.css', 4138 + 'uri' => '/res/72b39c66/rsrc/css/sprite-status.css', 4139 4139 'type' => 'css', 4140 4140 'requires' => 4141 4141 array(
+36 -20
webroot/rsrc/css/sprite-status.css
··· 175 175 } 176 176 177 177 .status-question-white { 178 - background-position: 0px -75px; 178 + background-position: -105px -60px; 179 179 } 180 180 181 181 .status-reject-blue { 182 - background-position: -15px -75px; 182 + background-position: 0px -75px; 183 183 } 184 184 185 185 .status-reject-dark { 186 - background-position: -30px -75px; 186 + background-position: -15px -75px; 187 187 } 188 188 189 189 .status-reject-green { 190 - background-position: -45px -75px; 190 + background-position: -30px -75px; 191 191 } 192 192 193 193 .status-reject-red { 194 - background-position: -60px -75px; 194 + background-position: -45px -75px; 195 195 } 196 196 197 197 .status-reject-white { 198 - background-position: -75px -75px; 198 + background-position: -60px -75px; 199 199 } 200 200 201 201 .status-right-blue { 202 - background-position: -90px -75px; 202 + background-position: -75px -75px; 203 203 } 204 204 205 205 .status-right-dark { 206 - background-position: 0px -90px; 206 + background-position: -90px -75px; 207 207 } 208 208 209 209 .status-right-green { 210 - background-position: -15px -90px; 210 + background-position: -105px -75px; 211 211 } 212 212 213 213 .status-right-red { 214 - background-position: -30px -90px; 214 + background-position: 0px -90px; 215 215 } 216 216 217 217 .status-right-white { 218 + background-position: -15px -90px; 219 + } 220 + 221 + .status-time-green { 222 + background-position: -30px -90px; 223 + } 224 + 225 + .status-time-orange { 218 226 background-position: -45px -90px; 219 227 } 220 228 221 - .status-up-blue { 229 + .status-time-red { 222 230 background-position: -60px -90px; 223 231 } 224 232 225 - .status-up-dark { 233 + .status-time-yellow { 226 234 background-position: -75px -90px; 227 235 } 228 236 229 - .status-up-green { 237 + .status-up-blue { 230 238 background-position: -90px -90px; 231 239 } 232 240 233 - .status-up-red { 241 + .status-up-dark { 242 + background-position: -105px -90px; 243 + } 244 + 245 + .status-up-green { 234 246 background-position: 0px -105px; 235 247 } 236 248 237 - .status-up-white { 249 + .status-up-red { 238 250 background-position: -15px -105px; 239 251 } 240 252 241 - .status-warning-blue { 253 + .status-up-white { 242 254 background-position: -30px -105px; 243 255 } 244 256 245 - .status-warning-dark { 257 + .status-warning-blue { 246 258 background-position: -45px -105px; 247 259 } 248 260 249 - .status-warning-green { 261 + .status-warning-dark { 250 262 background-position: -60px -105px; 251 263 } 252 264 253 - .status-warning-red { 265 + .status-warning-green { 254 266 background-position: -75px -105px; 255 267 } 256 268 269 + .status-warning-red { 270 + background-position: -90px -105px; 271 + } 272 + 257 273 .status-warning-white { 258 - background-position: -90px -105px; 274 + background-position: -105px -105px; 259 275 }
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.