Page MenuHomePhabricator

First stab at Calendar day view sidebar
ClosedPublic

Authored by lpriestley on May 7 2015, 1:21 AM.
Tags
None
Referenced Files
F13235918: D12742.id30616.diff
Tue, May 21, 7:06 AM
F13235917: D12742.id30618.diff
Tue, May 21, 7:06 AM
F13235916: D12742.id30617.diff
Tue, May 21, 7:06 AM
F13229471: D12742.id.diff
Mon, May 20, 4:42 PM
F13200062: D12742.diff
Mon, May 13, 10:15 PM
F13184122: D12742.diff
Fri, May 10, 3:32 PM
F13183090: D12742.id30616.diff
Fri, May 10, 6:56 AM
Unknown Object (File)
Sun, May 5, 5:45 PM
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?