Page MenuHomePhabricator

First stab at Calendar day view sidebar
ClosedPublic

Authored by lpriestley on May 7 2015, 1:21 AM.
Tags
None
Referenced Files
F15471571: D12742.diff
Sat, Apr 5, 6:00 AM
F15460720: D12742.id30616.diff
Tue, Apr 1, 1:30 AM
F15441757: D12742.id30619.diff
Wed, Mar 26, 7:45 PM
F15437692: D12742.id30619.diff
Tue, Mar 25, 9:01 PM
F15437691: D12742.id.diff
Tue, Mar 25, 9:01 PM
F15437631: D12742.diff
Tue, Mar 25, 8:43 PM
F15398588: D12742.id.diff
Mar 17 2025, 12:45 AM
F15386478: D12742.id30617.diff
Mar 15 2025, 12:40 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?