Page MenuHomePhorge

Remove unused feed/feed.css and maniphest/task-edit.css
ClosedPublic

Authored by aklapper on May 2 2025, 13:32.

Details

Summary

Note: This is always a bit dangerous because of some concatenation like 'class' => 'toggle'.$more in the codebase.

Test Plan

Grep the code for the parent CSS selector, also doing a partial search. Example:

$ grep --exclude="*.css" -R 'feed-newer-link' .
$ grep --exclude="*.css" -R 'feed-older-link' .
$ grep --exclude="*.css" -R 'public-feed-frame ' .
$ grep --exclude="*.css" -R 'auxiliary-header' .

No results.

Diff Detail

Repository
rP Phorge
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

aklapper requested review of this revision.May 2 2025, 13:32
valerio.bozzolan edited the test plan for this revision. (Show Details)

Thaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaanks

This revision is now accepted and ready to land.May 7 2025, 16:21
aklapper retitled this revision from Remove some unused CSS files to Remove unused CSS files feed/feed.css and maniphest/task-edit.css.May 7 2025, 23:10
aklapper retitled this revision from Remove unused CSS files feed/feed.css and maniphest/task-edit.css to Remove unused feed/feed.css and maniphest/task-edit.css.May 8 2025, 12:21