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

Navbar quick add icons... probably

Summary: Let's see how these do, seems ok

Test Plan: Microsoft Paint

Reviewers: epriestley

Reviewed By: epriestley

CC: aran, Korvin

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

+171 -117
resources/sprite/apps_blue_2x/new.png

This is a binary file and will not be displayed.

resources/sprite/apps_blue_4x/new.png

This is a binary file and will not be displayed.

resources/sprite/apps_dark_1x/new.png

This is a binary file and will not be displayed.

resources/sprite/apps_dark_2x/new.png

This is a binary file and will not be displayed.

resources/sprite/apps_dark_4x/new.png

This is a binary file and will not be displayed.

resources/sprite/apps_lb_2x/new.png

This is a binary file and will not be displayed.

resources/sprite/apps_lb_4x/new.png

This is a binary file and will not be displayed.

resources/sprite/apps_white_1x/new.png

This is a binary file and will not be displayed.

resources/sprite/apps_white_2x/new.png

This is a binary file and will not be displayed.

resources/sprite/apps_white_4x/new.png

This is a binary file and will not be displayed.

+20
resources/sprite/manifest/apps-large.json
··· 561 561 "rule" : ".apps-metamta-white-large", 562 562 "hash" : "076be59cc84b57c12e9f8b8542d103c3" 563 563 }, 564 + "apps-new-blue-large" : { 565 + "name" : "apps-new-blue-large", 566 + "rule" : ".apps-new-blue-large, .phabricator-crumb-view:hover .apps-new-dark-large", 567 + "hash" : "90656ea1eb5379434b77579df47318f3" 568 + }, 569 + "apps-new-dark-large" : { 570 + "name" : "apps-new-dark-large", 571 + "rule" : ".apps-new-dark-large", 572 + "hash" : "2412643dfde502a297d2c35eb9ba4f93" 573 + }, 574 + "apps-new-light-large" : { 575 + "name" : "apps-new-light-large", 576 + "rule" : ".apps-new-light-large", 577 + "hash" : "c93739e145aec183aaa1fea4e37aa3aa" 578 + }, 579 + "apps-new-white-large" : { 580 + "name" : "apps-new-white-large", 581 + "rule" : ".apps-new-white-large", 582 + "hash" : "be597ce11c4d1630f67282cd7b81cc85" 583 + }, 564 584 "apps-owners-blue-large" : { 565 585 "name" : "apps-owners-blue-large", 566 586 "rule" : ".apps-owners-blue-large, .phabricator-crumb-view:hover .apps-owners-dark-large",
+10
resources/sprite/manifest/apps.json
··· 281 281 "rule" : ".apps-metamta-white", 282 282 "hash" : "1664f51de85251cf358b9fad3623d1d5" 283 283 }, 284 + "apps-new-dark" : { 285 + "name" : "apps-new-dark", 286 + "rule" : ".apps-new-dark", 287 + "hash" : "39f2b8d62c4595dc653badf9f11a08d7" 288 + }, 289 + "apps-new-white" : { 290 + "name" : "apps-new-white", 291 + "rule" : ".apps-new-white", 292 + "hash" : "dc5ce42c7d60e6ba37b07631b3c3280a" 293 + }, 284 294 "apps-owners-dark" : { 285 295 "name" : "apps-owners-dark", 286 296 "rule" : ".apps-owners-dark",
+83 -67
webroot/rsrc/css/sprite-apps-large.css
··· 195 195 } 196 196 197 197 .apps-diffusion-light-large { 198 - background-position: 0px -87px; 198 + background-position: -406px -58px; 199 199 } 200 200 201 201 .apps-diffusion-dark-large { 202 - background-position: -29px -87px; 202 + background-position: 0px -87px; 203 203 } 204 204 205 205 .apps-diffusion-blue-large, .phabricator-crumb-view:hover .apps-diffusion-dark-large { 206 - background-position: -58px -87px; 206 + background-position: -29px -87px; 207 207 } 208 208 209 209 .apps-diffusion-white-large { 210 - background-position: -87px -87px; 210 + background-position: -58px -87px; 211 211 } 212 212 213 213 .apps-diviner-light-large { 214 - background-position: -116px -87px; 214 + background-position: -87px -87px; 215 215 } 216 216 217 217 .apps-diviner-dark-large { 218 - background-position: -145px -87px; 218 + background-position: -116px -87px; 219 219 } 220 220 221 221 .apps-diviner-blue-large, .phabricator-crumb-view:hover .apps-diviner-dark-large { 222 - background-position: -174px -87px; 222 + background-position: -145px -87px; 223 223 } 224 224 225 225 .apps-diviner-white-large { 226 - background-position: -203px -87px; 226 + background-position: -174px -87px; 227 227 } 228 228 229 229 .apps-drydock-light-large { 230 - background-position: -232px -87px; 230 + background-position: -203px -87px; 231 231 } 232 232 233 233 .apps-drydock-dark-large { 234 - background-position: -261px -87px; 234 + background-position: -232px -87px; 235 235 } 236 236 237 237 .apps-drydock-blue-large, .phabricator-crumb-view:hover .apps-drydock-dark-large { 238 - background-position: -290px -87px; 238 + background-position: -261px -87px; 239 239 } 240 240 241 241 .apps-drydock-white-large { 242 - background-position: -319px -87px; 242 + background-position: -290px -87px; 243 243 } 244 244 245 245 .apps-fact-light-large { 246 - background-position: -348px -87px; 246 + background-position: -319px -87px; 247 247 } 248 248 249 249 .apps-fact-dark-large { 250 - background-position: -377px -87px; 250 + background-position: -348px -87px; 251 251 } 252 252 253 253 .apps-fact-blue-large, .phabricator-crumb-view:hover .apps-fact-dark-large { 254 - background-position: 0px -116px; 254 + background-position: -377px -87px; 255 255 } 256 256 257 257 .apps-fact-white-large { 258 - background-position: -29px -116px; 258 + background-position: -406px -87px; 259 259 } 260 260 261 261 .apps-feed-light-large { 262 - background-position: -58px -116px; 262 + background-position: 0px -116px; 263 263 } 264 264 265 265 .apps-feed-dark-large { 266 - background-position: -87px -116px; 266 + background-position: -29px -116px; 267 267 } 268 268 269 269 .apps-feed-blue-large, .phabricator-crumb-view:hover .apps-feed-dark-large { 270 - background-position: -116px -116px; 270 + background-position: -58px -116px; 271 271 } 272 272 273 273 .apps-feed-white-large { 274 - background-position: -145px -116px; 274 + background-position: -87px -116px; 275 275 } 276 276 277 277 .apps-files-light-large { 278 - background-position: -174px -116px; 278 + background-position: -116px -116px; 279 279 } 280 280 281 281 .apps-files-dark-large { 282 - background-position: -203px -116px; 282 + background-position: -145px -116px; 283 283 } 284 284 285 285 .apps-files-blue-large, .phabricator-crumb-view:hover .apps-files-dark-large { 286 - background-position: -232px -116px; 286 + background-position: -174px -116px; 287 287 } 288 288 289 289 .apps-files-white-large { 290 - background-position: -261px -116px; 290 + background-position: -203px -116px; 291 291 } 292 292 293 293 .apps-flags-light-large { 294 - background-position: -290px -116px; 294 + background-position: -232px -116px; 295 295 } 296 296 297 297 .apps-flags-dark-large { 298 - background-position: -319px -116px; 298 + background-position: -261px -116px; 299 299 } 300 300 301 301 .apps-flags-blue-large, .phabricator-crumb-view:hover .apps-flags-dark-large { 302 - background-position: -348px -116px; 302 + background-position: -290px -116px; 303 303 } 304 304 305 305 .apps-flags-white-large { 306 - background-position: -377px -116px; 306 + background-position: -319px -116px; 307 307 } 308 308 309 309 .apps-harbormaster-light-large { 310 - background-position: 0px -145px; 310 + background-position: -348px -116px; 311 311 } 312 312 313 313 .apps-harbormaster-dark-large { 314 - background-position: -29px -145px; 314 + background-position: -377px -116px; 315 315 } 316 316 317 317 .apps-harbormaster-blue-large, .phabricator-crumb-view:hover .apps-harbormaster-dark-large { 318 - background-position: -58px -145px; 318 + background-position: -406px -116px; 319 319 } 320 320 321 321 .apps-harbormaster-white-large { 322 - background-position: -87px -145px; 322 + background-position: 0px -145px; 323 323 } 324 324 325 325 .apps-help-light-large { 326 - background-position: -116px -145px; 326 + background-position: -29px -145px; 327 327 } 328 328 329 329 .apps-help-dark-large { 330 - background-position: -145px -145px; 330 + background-position: -58px -145px; 331 331 } 332 332 333 333 .apps-help-blue-large, .phabricator-crumb-view:hover .apps-help-dark-large { 334 - background-position: -174px -145px; 334 + background-position: -87px -145px; 335 335 } 336 336 337 337 .apps-help-white-large { 338 - background-position: -203px -145px; 338 + background-position: -116px -145px; 339 339 } 340 340 341 341 .apps-herald-light-large { 342 - background-position: -232px -145px; 342 + background-position: -145px -145px; 343 343 } 344 344 345 345 .apps-herald-dark-large { 346 - background-position: -261px -145px; 346 + background-position: -174px -145px; 347 347 } 348 348 349 349 .apps-herald-blue-large, .phabricator-crumb-view:hover .apps-herald-dark-large { 350 - background-position: -290px -145px; 350 + background-position: -203px -145px; 351 351 } 352 352 353 353 .apps-herald-white-large { 354 - background-position: -319px -145px; 354 + background-position: -232px -145px; 355 355 } 356 356 357 357 .apps-home-light-large { 358 - background-position: -348px -145px; 358 + background-position: -261px -145px; 359 359 } 360 360 361 361 .apps-home-dark-large { 362 - background-position: -377px -145px; 362 + background-position: -290px -145px; 363 363 } 364 364 365 365 .apps-home-blue-large, .phabricator-crumb-view:hover .apps-home-dark-large { 366 - background-position: 0px -174px; 366 + background-position: -319px -145px; 367 367 } 368 368 369 369 .apps-home-white-large { 370 - background-position: -29px -174px; 370 + background-position: -348px -145px; 371 371 } 372 372 373 373 .apps-legalpad-light-large { 374 - background-position: -58px -174px; 374 + background-position: -377px -145px; 375 375 } 376 376 377 377 .apps-legalpad-dark-large { 378 - background-position: -87px -174px; 378 + background-position: -406px -145px; 379 379 } 380 380 381 381 .apps-legalpad-blue-large, .phabricator-crumb-view:hover .apps-legalpad-dark-large { 382 - background-position: -116px -174px; 382 + background-position: 0px -174px; 383 383 } 384 384 385 385 .apps-legalpad-white-large { 386 + background-position: -29px -174px; 387 + } 388 + 389 + .apps-logo-light-large { 390 + background-position: -58px -174px; 391 + } 392 + 393 + .apps-logo-dark-large { 394 + background-position: -87px -174px; 395 + } 396 + 397 + .apps-logo-blue-large, .phabricator-crumb-view:hover .apps-logo-dark-large { 398 + background-position: -116px -174px; 399 + } 400 + 401 + .apps-logo-white-large { 386 402 background-position: -145px -174px; 387 403 } 388 404 389 - .apps-logo-light-large { 405 + .apps-macro-light-large { 390 406 background-position: -174px -174px; 391 407 } 392 408 393 - .apps-logo-dark-large { 409 + .apps-macro-dark-large { 394 410 background-position: -203px -174px; 395 411 } 396 412 397 - .apps-logo-blue-large, .phabricator-crumb-view:hover .apps-logo-dark-large { 413 + .apps-macro-blue-large, .phabricator-crumb-view:hover .apps-macro-dark-large { 398 414 background-position: -232px -174px; 399 415 } 400 416 401 - .apps-logo-white-large { 417 + .apps-macro-white-large { 402 418 background-position: -261px -174px; 403 419 } 404 420 405 - .apps-macro-light-large { 421 + .apps-mail-light-large { 406 422 background-position: -290px -174px; 407 423 } 408 424 409 - .apps-macro-dark-large { 425 + .apps-mail-dark-large { 410 426 background-position: -319px -174px; 411 427 } 412 428 413 - .apps-macro-blue-large, .phabricator-crumb-view:hover .apps-macro-dark-large { 429 + .apps-mail-blue-large, .phabricator-crumb-view:hover .apps-mail-dark-large { 414 430 background-position: -348px -174px; 415 431 } 416 432 417 - .apps-macro-white-large { 433 + .apps-mail-white-large { 418 434 background-position: -377px -174px; 419 435 } 420 436 421 - .apps-mail-light-large { 437 + .apps-maniphest-light-large { 422 438 background-position: 0px -203px; 423 439 } 424 440 425 - .apps-mail-dark-large { 441 + .apps-maniphest-dark-large { 426 442 background-position: -29px -203px; 427 443 } 428 444 429 - .apps-mail-blue-large, .phabricator-crumb-view:hover .apps-mail-dark-large { 445 + .apps-maniphest-blue-large, .phabricator-crumb-view:hover .apps-maniphest-dark-large { 430 446 background-position: -58px -203px; 431 447 } 432 448 433 - .apps-mail-white-large { 449 + .apps-maniphest-white-large { 434 450 background-position: -87px -203px; 435 451 } 436 452 437 - .apps-maniphest-light-large { 453 + .apps-metamta-light-large { 438 454 background-position: -116px -203px; 439 455 } 440 456 441 - .apps-maniphest-dark-large { 457 + .apps-metamta-dark-large { 442 458 background-position: -145px -203px; 443 459 } 444 460 445 - .apps-maniphest-blue-large, .phabricator-crumb-view:hover .apps-maniphest-dark-large { 461 + .apps-metamta-blue-large, .phabricator-crumb-view:hover .apps-metamta-dark-large { 446 462 background-position: -174px -203px; 447 463 } 448 464 449 - .apps-maniphest-white-large { 465 + .apps-metamta-white-large { 450 466 background-position: -203px -203px; 451 467 } 452 468 453 - .apps-metamta-light-large { 469 + .apps-new-light-large { 454 470 background-position: -232px -203px; 455 471 } 456 472 457 - .apps-metamta-dark-large { 473 + .apps-new-dark-large { 458 474 background-position: -261px -203px; 459 475 } 460 476 461 - .apps-metamta-blue-large, .phabricator-crumb-view:hover .apps-metamta-dark-large { 477 + .apps-new-blue-large, .phabricator-crumb-view:hover .apps-new-dark-large { 462 478 background-position: -290px -203px; 463 479 } 464 480 465 - .apps-metamta-white-large { 481 + .apps-new-white-large { 466 482 background-position: -319px -203px; 467 483 } 468 484
+58 -50
webroot/rsrc/css/sprite-apps.css
··· 242 242 background-position: -75px -75px; 243 243 } 244 244 245 - .apps-owners-dark { 245 + .apps-new-dark { 246 246 background-position: -90px -75px; 247 247 } 248 248 249 - .apps-owners-white { 249 + .apps-new-white { 250 250 background-position: -105px -75px; 251 251 } 252 252 253 - .apps-paste-dark { 253 + .apps-owners-dark { 254 254 background-position: -120px -75px; 255 255 } 256 256 257 - .apps-paste-white { 257 + .apps-owners-white { 258 258 background-position: -135px -75px; 259 259 } 260 260 261 - .apps-people-dark { 261 + .apps-paste-dark { 262 262 background-position: 0px -90px; 263 263 } 264 264 265 - .apps-people-white { 265 + .apps-paste-white { 266 266 background-position: -15px -90px; 267 267 } 268 268 269 - .apps-phage-dark { 269 + .apps-people-dark { 270 270 background-position: -30px -90px; 271 271 } 272 272 273 - .apps-phage-white { 273 + .apps-people-white { 274 274 background-position: -45px -90px; 275 275 } 276 276 277 - .apps-phame-dark { 277 + .apps-phage-dark { 278 278 background-position: -60px -90px; 279 279 } 280 280 281 - .apps-phame-white { 281 + .apps-phage-white { 282 282 background-position: -75px -90px; 283 283 } 284 284 285 - .apps-phid-dark { 285 + .apps-phame-dark { 286 286 background-position: -90px -90px; 287 287 } 288 288 289 - .apps-phid-white { 289 + .apps-phame-white { 290 290 background-position: -105px -90px; 291 291 } 292 292 293 - .apps-phlux-dark { 293 + .apps-phid-dark { 294 294 background-position: -120px -90px; 295 295 } 296 296 297 - .apps-phlux-white { 297 + .apps-phid-white { 298 298 background-position: -135px -90px; 299 299 } 300 300 301 - .apps-pholio-dark { 301 + .apps-phlux-dark { 302 302 background-position: 0px -105px; 303 303 } 304 304 305 - .apps-pholio-white { 305 + .apps-phlux-white { 306 306 background-position: -15px -105px; 307 307 } 308 308 309 - .apps-phortune-dark { 309 + .apps-pholio-dark { 310 310 background-position: -30px -105px; 311 311 } 312 312 313 - .apps-phortune-white { 313 + .apps-pholio-white { 314 314 background-position: -45px -105px; 315 315 } 316 316 317 - .apps-phpast-dark { 317 + .apps-phortune-dark { 318 318 background-position: -60px -105px; 319 319 } 320 320 321 - .apps-phpast-white { 321 + .apps-phortune-white { 322 322 background-position: -75px -105px; 323 323 } 324 324 325 - .apps-phrequent-dark { 325 + .apps-phpast-dark { 326 326 background-position: -90px -105px; 327 327 } 328 328 329 - .apps-phrequent-white { 329 + .apps-phpast-white { 330 330 background-position: -105px -105px; 331 331 } 332 332 333 - .apps-phriction-dark { 333 + .apps-phrequent-dark { 334 334 background-position: -120px -105px; 335 335 } 336 336 337 - .apps-phriction-white { 337 + .apps-phrequent-white { 338 338 background-position: -135px -105px; 339 339 } 340 340 341 - .apps-policy-dark { 341 + .apps-phriction-dark { 342 342 background-position: 0px -120px; 343 343 } 344 344 345 - .apps-policy-white { 345 + .apps-phriction-white { 346 346 background-position: -15px -120px; 347 347 } 348 348 349 - .apps-ponder-dark { 349 + .apps-policy-dark { 350 350 background-position: -30px -120px; 351 351 } 352 352 353 - .apps-ponder-white { 353 + .apps-policy-white { 354 354 background-position: -45px -120px; 355 355 } 356 356 357 - .apps-power-dark { 357 + .apps-ponder-dark { 358 358 background-position: -60px -120px; 359 359 } 360 360 361 - .apps-power-white { 361 + .apps-ponder-white { 362 362 background-position: -75px -120px; 363 363 } 364 364 365 - .apps-projects-dark { 365 + .apps-power-dark { 366 366 background-position: -90px -120px; 367 367 } 368 368 369 - .apps-projects-white { 369 + .apps-power-white { 370 370 background-position: -105px -120px; 371 371 } 372 372 373 - .apps-releeph-dark { 373 + .apps-projects-dark { 374 374 background-position: -120px -120px; 375 375 } 376 376 377 - .apps-releeph-white { 377 + .apps-projects-white { 378 378 background-position: -135px -120px; 379 379 } 380 380 381 - .apps-repositories-dark { 381 + .apps-releeph-dark { 382 382 background-position: 0px -135px; 383 383 } 384 384 385 - .apps-repositories-white { 385 + .apps-releeph-white { 386 386 background-position: -15px -135px; 387 387 } 388 388 389 - .apps-settings-dark { 389 + .apps-repositories-dark { 390 390 background-position: -30px -135px; 391 391 } 392 392 393 - .apps-settings-white { 393 + .apps-repositories-white { 394 394 background-position: -45px -135px; 395 395 } 396 396 397 - .apps-setup-dark { 397 + .apps-settings-dark { 398 398 background-position: -60px -135px; 399 399 } 400 400 401 - .apps-setup-white { 401 + .apps-settings-white { 402 402 background-position: -75px -135px; 403 403 } 404 404 405 - .apps-slowvote-dark { 405 + .apps-setup-dark { 406 406 background-position: -90px -135px; 407 407 } 408 408 409 - .apps-slowvote-white { 409 + .apps-setup-white { 410 410 background-position: -105px -135px; 411 411 } 412 412 413 - .apps-token-dark { 413 + .apps-slowvote-dark { 414 414 background-position: -120px -135px; 415 415 } 416 416 417 + .apps-slowvote-white { 418 + background-position: -135px -135px; 419 + } 420 + 421 + .apps-token-dark { 422 + background-position: 0px -150px; 423 + } 424 + 417 425 .apps-token-white { 418 - background-position: -135px -135px; 426 + background-position: -15px -150px; 419 427 } 420 428 421 429 .apps-uiexamples-dark { 422 - background-position: 0px -150px; 430 + background-position: -30px -150px; 423 431 } 424 432 425 433 .apps-uiexamples-white { 426 - background-position: -15px -150px; 434 + background-position: -45px -150px; 427 435 } 428 436 429 437 .apps-workphlow-dark { 430 - background-position: -30px -150px; 438 + background-position: -60px -150px; 431 439 } 432 440 433 441 .apps-workphlow-white { 434 - background-position: -45px -150px; 442 + background-position: -75px -150px; 435 443 } 436 444 437 445 .apps-xhprof-dark { 438 - background-position: -60px -150px; 446 + background-position: -90px -150px; 439 447 } 440 448 441 449 .apps-xhprof-white { 442 - background-position: -75px -150px; 450 + background-position: -105px -150px; 443 451 }
webroot/rsrc/image/sprite-apps-X2.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.