Page MenuHomePhabricator

First stab at Calendar day view sidebar
ClosedPublic

Authored by lpriestley on May 7 2015, 1:21 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:25 AM
Unknown Object (File)
Sat, Apr 20, 4:19 AM
Unknown Object (File)
Sat, Apr 20, 3:40 AM
Unknown Object (File)
Sat, Apr 20, 3:14 AM
Unknown Object (File)
Sat, Apr 13, 12:00 AM
Subscribers

Details

Summary

Ref T4393, First stab at Calendar day view sidebar

Test Plan

Open Calendar day view, sidebar should show today and the next 6 days, empty or not.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

lpriestley retitled this revision from to First stab at Calendar day view sidebar.
lpriestley updated this object.
lpriestley edited the test plan for this revision. (Show Details)
lpriestley added a reviewer: epriestley.
lpriestley edited edge metadata.

Updating celerity

epriestley edited edge metadata.
epriestley added inline comments.
src/view/phui/calendar/PHUICalendarDayView.php
202–204

When you only have one node, you can just pass $name instead of array($name).

206–243

Same for three of these four.

263

pht()

265

pht()

This revision is now accepted and ready to land.May 7 2015, 1:36 AM
lpriestley marked 4 inline comments as done.
lpriestley edited edge metadata.

Cleaning up phutil_tag calls and some missed pht opportunities

This revision was automatically updated to reflect the committed changes.

For the sidebar, there should already be a PHUI library for that, PHUICalendarListView or something?