Page MenuHomePhabricator

Refactoring to use `PHUICalendarListView` instead of boxes
ClosedPublic

Authored by lpriestley on May 7 2015, 2:10 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 20, 4:25 AM
Unknown Object (File)
Sat, Apr 20, 4:25 AM
Unknown Object (File)
Sat, Apr 20, 4:25 AM
Unknown Object (File)
Sat, Apr 20, 4:19 AM
Unknown Object (File)
Sat, Apr 20, 3:40 AM
Unknown Object (File)
Thu, Apr 11, 9:31 AM
Unknown Object (File)
Wed, Apr 10, 1:36 AM
Unknown Object (File)
Sun, Apr 7, 5:56 AM
Subscribers
Tokens
"Grey Medal" token, awarded by chad.

Details

Summary

Ref T4393, Refactoring to use PHUICalendarListView instead of boxes

Test Plan

See new sidebar

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Refactoring to use `PHUICalendarListView` instead of boxes.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added reviewers: epriestley, chad.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/calendar/query/PhabricatorCalendarEventSearchEngine.php
392

Can we delete AphrontCalendarDayEventView now?

src/view/phui/calendar/PHUICalendarListView.php
110–113

No longer used.

This revision is now accepted and ready to land.May 7 2015, 2:11 AM
lpriestley edited edge metadata.

Deprecating AphrontCalendarDayEventView

@chad, pretty sure either the PHUICalendarListView or PHUICalendarWidgetView has a fixed width, so that's why it's all smooshed up. Didn't touch the css, because I know you love it :)

This revision was automatically updated to reflect the committed changes.