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)
Fri, May 9, 12:07 PM
Unknown Object (File)
Thu, May 8, 5:01 PM
Unknown Object (File)
Apr 9 2025, 6:32 PM
Unknown Object (File)
Apr 9 2025, 1:49 PM
Unknown Object (File)
Apr 9 2025, 11:10 AM
Unknown Object (File)
Apr 5 2025, 9:55 AM
Unknown Object (File)
Apr 4 2025, 5:10 PM
Unknown Object (File)
Mar 25 2025, 12:57 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 5773
Build 5792: [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.