Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15313913
D16834.id40541.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
5 KB
Referenced Files
None
Subscribers
None
D16834.id40541.diff
View Options
diff --git a/resources/celerity/map.php b/resources/celerity/map.php
--- a/resources/celerity/map.php
+++ b/resources/celerity/map.php
@@ -9,7 +9,7 @@
'names' => array(
'conpherence.pkg.css' => 'cea72e09',
'conpherence.pkg.js' => '6249a1cf',
- 'core.pkg.css' => 'd2126ffb',
+ 'core.pkg.css' => 'de1bc252',
'core.pkg.js' => '1a77dddf',
'darkconsole.pkg.js' => 'e7393ebb',
'differential.pkg.css' => 'a4ba74b5',
@@ -39,7 +39,7 @@
'rsrc/css/application/base/notification-menu.css' => '1e055865',
'rsrc/css/application/base/phabricator-application-launch-view.css' => '95351601',
'rsrc/css/application/base/phui-theme.css' => '798c69b8',
- 'rsrc/css/application/base/standard-page-view.css' => '79176f5a',
+ 'rsrc/css/application/base/standard-page-view.css' => '894d8a25',
'rsrc/css/application/chatlog/chatlog.css' => 'd295b020',
'rsrc/css/application/conduit/conduit-api.css' => '7bc725c4',
'rsrc/css/application/config/config-options.css' => '0ede4c9b',
@@ -302,9 +302,6 @@
'rsrc/image/grippy_texture.png' => 'aca81e2f',
'rsrc/image/icon/fatcow/arrow_branch.png' => '2537c01c',
'rsrc/image/icon/fatcow/arrow_merge.png' => '21b660e0',
- 'rsrc/image/icon/fatcow/bullet_black.png' => 'ff190031',
- 'rsrc/image/icon/fatcow/bullet_orange.png' => 'e273e5bb',
- 'rsrc/image/icon/fatcow/bullet_red.png' => 'c0b75434',
'rsrc/image/icon/fatcow/calendar_edit.png' => '24632275',
'rsrc/image/icon/fatcow/document_black.png' => '45fe1c60',
'rsrc/image/icon/fatcow/flag_blue.png' => 'a01abb1d',
@@ -817,7 +814,7 @@
'phabricator-shaped-request' => '7cbe244b',
'phabricator-slowvote-css' => 'a94b7230',
'phabricator-source-code-view-css' => 'cbeef983',
- 'phabricator-standard-page-view' => '79176f5a',
+ 'phabricator-standard-page-view' => '894d8a25',
'phabricator-textareautils' => '320810c8',
'phabricator-title' => '485aaa6c',
'phabricator-tooltip' => '6323f942',
diff --git a/src/applications/phid/PhabricatorObjectHandle.php b/src/applications/phid/PhabricatorObjectHandle.php
--- a/src/applications/phid/PhabricatorObjectHandle.php
+++ b/src/applications/phid/PhabricatorObjectHandle.php
@@ -314,8 +314,18 @@
$classes[] = 'handle-status-'.$this->status;
}
+ $circle = null;
if ($this->availability != self::AVAILABILITY_FULL) {
$classes[] = 'handle-availability-'.$this->availability;
+ $circle = array(
+ phutil_tag(
+ 'span',
+ array(
+ 'class' => 'perfect-circle',
+ ),
+ "\xE2\x80\xA2"),
+ ' ',
+ );
}
if ($this->getType() == PhabricatorPeopleUserPHIDType::TYPECONST) {
@@ -339,7 +349,7 @@
return javelin_tag(
$uri ? 'a' : 'span',
$attributes,
- array($icon, $name));
+ array($circle, $icon, $name));
}
public function renderTag() {
diff --git a/webroot/rsrc/css/application/base/standard-page-view.css b/webroot/rsrc/css/application/base/standard-page-view.css
--- a/webroot/rsrc/css/application/base/standard-page-view.css
+++ b/webroot/rsrc/css/application/base/standard-page-view.css
@@ -76,24 +76,16 @@
color: #19558D;
}
-a.handle-availability-disabled,
-a.handle-availability-none,
-a.handle-availability-partial {
- padding-left: 11px;
- background-repeat: no-repeat;
- background-position: -4px center;
+.handle-availability-none .perfect-circle {
+ color: {$red};
}
-a.handle-availability-none {
- background-image: url(/rsrc/image/icon/fatcow/bullet_red.png);
+.handle-availability-partial .perfect-circle {
+ color: {$orange};
}
-a.handle-availability-partial {
- background-image: url(/rsrc/image/icon/fatcow/bullet_orange.png);
-}
-
-a.handle-availability-disabled {
- background-image: url(/rsrc/image/icon/fatcow/bullet_black.png);
+.handle-availability-disabled .perfect-circle {
+ color: {$greytext};
}
.aphront-developer-error-callout {
diff --git a/webroot/rsrc/image/icon/fatcow/bullet_black.png b/webroot/rsrc/image/icon/fatcow/bullet_black.png
deleted file mode 100644
index a113d8ef3b385b8ef62dcf67bce1c9e148bc6180..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 230
zc%17D@N?(olHy`uVBq!ia0vp^d_c_4!3HF+i2N%7Qj#UE5hcO-X(i=}MX3yqDfvmM
z3ZA)%>8U}fi7AzZCsS>JiaI=9978H@CH?vT-=5jBp|jD)VVj#+ieFY1SKzF)^YfZ7
zyLl_vu^oBe_(MqG_=By2Tyq*K#089<e=<4jk?6SDP$6e$AEun?#OB+=<j&mwd1>Pe
z{`tptTbS%)dgTAZq>RCETgXMH6Dw~w+~Dq5@A$L7(L%gKU6?CW;0EK-EB=-}CH_ws
b7}*#O>q?$o`$lRX&`k`Uu6{1-oD!M<-fU8z
diff --git a/webroot/rsrc/image/icon/fatcow/bullet_orange.png b/webroot/rsrc/image/icon/fatcow/bullet_orange.png
deleted file mode 100644
index dacfd4697fe27f5c3bef46bd689ae67fa1a9c7ee..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 232
zc%17D@N?(olHy`uVBq!ia0vp^d_c_4!3HF+i2N%7Qj#UE5hcO-X(i=}MX3yqDfvmM
z3ZA)%>8U}fi7AzZCsS>Jin=^q978H@CH?vT-=5jBp)kSJZhg3#*W{GPv21EGMbjK=
zcslMge^gcIa|}Pw<T_bc;5}1PnnpZBhd8sLw7~gh%|mI)rjyiCF0`CExGa#l{qxes
z8T|8)?Y1!4$Mnemhe;WO;Wmpb#V1#C9p11WxxV1fafdnFM<#Q&YH_@2NSf2o+34f&
ee+!pD0)v;7>h5ID>Tf_-F?hQAxvX<aXaWE)UQ_J=
diff --git a/webroot/rsrc/image/icon/fatcow/bullet_red.png b/webroot/rsrc/image/icon/fatcow/bullet_red.png
deleted file mode 100644
index cc56c4b4b82cb43d95ecd7d285de3df687c76a11..0000000000000000000000000000000000000000
GIT binary patch
literal 0
Hc$@<O00001
literal 230
zc%17D@N?(olHy`uVBq!ia0vp^d_c_4!3HF+i2N%7Qj#UE5hcO-X(i=}MX3yqDfvmM
z3ZA)%>8U}fi7AzZCsS>JiaI=9978H@CH?vT-=5jBp|jD)VVj#+$~i}E*+nKd<##t-
zcJo%SV>|M`@rRJW@dsN4x#l!fhzl4y|73F5BhhiQp+e5iK1?~&iOsi#$(_0V^U}r{
z{PU0PwlLYp^vM5*Ng0FTwvdZXCsy8WxWV1A-tlLDqlI{fx-eI$zzxQuSNtt|O8lQN
bFtRZm5|uoAq<57b&`k`Uu6{1-oD!M<)ud80
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, Mar 7, 4:27 PM (1 d, 11 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7337132
Default Alt Text
D16834.id40541.diff (5 KB)
Attached To
Mode
D16834: Use Doritos™ Brand® perfect circles to indicate Busy/Away/Disabled
Attached
Detach File
Event Timeline
Log In to Comment