Page MenuHomePhabricator

Invitee list on Calendar event detail view should have pretty icons
ClosedPublic

Authored by lpriestley on May 5 2015, 5:54 PM.
Tags
None
Referenced Files
F13266286: D12720.id30564.diff
Tue, May 28, 12:02 PM
F13260831: D12720.diff
Mon, May 27, 12:26 AM
F13243262: D12720.diff
Thu, May 23, 3:38 AM
F13221609: D12720.diff
Sun, May 19, 2:54 AM
F13210102: D12720.id.diff
Fri, May 17, 4:00 AM
F13204050: D12720.diff
Wed, May 15, 12:19 AM
F13188009: D12720.diff
Sat, May 11, 4:54 AM
F13182069: D12720.id30561.diff
Thu, May 9, 7:21 PM
Subscribers

Details

Summary

Closes T8020, Invitee list on Calendar event detail view should have pretty icons.

Test Plan

Open event, invite users, event detail should show invitee names with blank circles, after users accept/decline, icons should update to green check/red times icons, respectively.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to Invitee list on Calendar event detail view should have pretty icons.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
epriestley edited edge metadata.
epriestley added inline comments.
src/applications/calendar/controller/PhabricatorCalendarEventJoinController.php
38–52

Consider assigning only the status itself, then wrapping it in an array later.

src/applications/calendar/controller/PhabricatorCalendarEventViewController.php
214–215

I lied to you about the best way to do this -- setIcon() takes a second "color" parameter. So these should be:

->setIcon($icon, 'green')

..etc.

This revision is now accepted and ready to land.May 5 2015, 7:01 PM
lpriestley marked 2 inline comments as done.
lpriestley edited edge metadata.

Minor refactoring

This revision was automatically updated to reflect the committed changes.