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
Unknown Object (File)
Sun, Dec 15, 3:54 AM
Unknown Object (File)
Wed, Dec 11, 5:50 AM
Unknown Object (File)
Tue, Dec 3, 3:29 AM
Unknown Object (File)
Mon, Nov 25, 4:41 PM
Unknown Object (File)
Nov 18 2024, 8:27 AM
Unknown Object (File)
Sep 17 2024, 8:11 AM
Unknown Object (File)
Sep 12 2024, 7:13 AM
Unknown Object (File)
Sep 12 2024, 7:13 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
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.