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
F15337450: D12720.id30564.diff
Sun, Mar 9, 5:55 AM
F15302660: D12720.id30561.diff
Wed, Mar 5, 7:28 PM
Unknown Object (File)
Thu, Feb 27, 10:32 PM
Unknown Object (File)
Wed, Feb 26, 6:17 AM
Unknown Object (File)
Mon, Feb 24, 12:16 AM
Unknown Object (File)
Fri, Feb 21, 4:34 AM
Unknown Object (File)
Thu, Feb 20, 11:41 PM
Unknown Object (File)
Mon, Feb 17, 4:53 AM
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
Branch
calendareventinviteeicons
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 5776
Build 5795: [Placeholder Plan] Wait for 30 Seconds

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.