Implements T8361
Details
Details
- Reviewers
SalmonKiller lpriestley chad - Group Reviewers
Blessed Reviewers
Add 15 events, all scheduled for a single day. Verify that a "View More" link exists and leads to the daily view for that day.
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Branch
- calendarseemorelink
- Lint
Lint Passed - Unit
Tests Passed - Build Status
Buildable 7124 Build 7299: [Placeholder Plan] Wait for 30 Seconds
Event Timeline
src/view/phui/calendar/PHUICalendarMonthView.php | ||
---|---|---|
197 | Convention dictates that 'a' should be on its own line. |
src/view/phui/calendar/PHUICalendarMonthView.php | ||
---|---|---|
199 | pht this string |
src/view/phui/calendar/PHUICalendarMonthView.php | ||
---|---|---|
197–201 | This link doesn't actually have an associated href. When testing this might not give you a problem because the entire cell is clickable, but to be thorough, we should add the correct href to the link. We already have it in the variable $uri. | |
webroot/rsrc/css/phui/calendar/phui-calendar-month.css | ||
214–219 | You can see in F945724 that the "View More" link overlaps the week number in the lower left corner of the day box. Maybe you can try removing the position: absolute; and explicitly setting padding-left to something like 5px. Or if you can think of another solution that might work, certainly give it a shot. |