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

Remove orphan CSS selector in phui/phui-timeline-view.css

Summary: `phui-timeline-comment-actions` was added in https://we.phorge.it/rPbfc1ccfdf1107bee576e697494019e4e575a05e4, seems to have never been used and superseded by javelin-behavior-comment-actions / phabricator-action-view-icon* phui-workpanel-header-action

Test Plan: * Grep the code via `grep --exclude="*.css" -R 'phui-timeline-comment-actions' .` and some substrings of that, find no use.

Reviewers: O1 Blessed Committers, mainframe98

Reviewed By: O1 Blessed Committers, mainframe98

Subscribers: tobiaswiese, valerio.bozzolan, Matthew, Cigaryno

Differential Revision: https://we.phorge.it/D26105

+3 -11
+3 -3
resources/celerity/map.php
··· 9 9 'names' => array( 10 10 'conpherence.pkg.css' => '79a197f6', 11 11 'conpherence.pkg.js' => '020aebcf', 12 - 'core.pkg.css' => 'bb4f086c', 12 + 'core.pkg.css' => '1483d1d2', 13 13 'core.pkg.js' => '63f896ec', 14 14 'dark-console.pkg.js' => '187792c2', 15 15 'differential.pkg.css' => '4c951b31', ··· 172 172 'rsrc/css/phui/phui-spacing.css' => 'b05cadc3', 173 173 'rsrc/css/phui/phui-status.css' => '293b5dad', 174 174 'rsrc/css/phui/phui-tag-view.css' => '8613be82', 175 - 'rsrc/css/phui/phui-timeline-view.css' => 'd349cf47', 175 + 'rsrc/css/phui/phui-timeline-view.css' => '3803cefb', 176 176 'rsrc/css/phui/phui-two-column-view.css' => '54fb9794', 177 177 'rsrc/css/phui/workboards/phui-workboard-color.css' => '3a1c21ff', 178 178 'rsrc/css/phui/workboards/phui-workboard.css' => 'e7ba21a7', ··· 855 855 'phui-status-list-view-css' => '293b5dad', 856 856 'phui-tag-view-css' => '8613be82', 857 857 'phui-theme-css' => '35883b37', 858 - 'phui-timeline-view-css' => 'd349cf47', 858 + 'phui-timeline-view-css' => '3803cefb', 859 859 'phui-two-column-view-css' => '54fb9794', 860 860 'phui-workboard-color-css' => '3a1c21ff', 861 861 'phui-workboard-view-css' => 'e7ba21a7',
-8
webroot/rsrc/css/phui/phui-timeline-view.css
··· 372 372 color: {$greytext}; 373 373 } 374 374 375 - .phui-timeline-comment-actions .phui-icon-view { 376 - width: 16px; 377 - height: 16px; 378 - font-size: 16px; 379 - text-align: center; 380 - overflow: hidden; 381 - } 382 - 383 375 .phui-timeline-menu { 384 376 position: absolute; 385 377 right: 3px;