Homec4science

Give the Calendar month view a nice hover effect

Authored by epriestley <git@epriestley.com> on Jul 27 2016, 15:44.

Description

Give the Calendar month view a nice hover effect

Summary:
Ref T11326. Currently, we link Calendar days using hidden DOM nodes.

This is nice because it's simple, and right-clicking a day works properly. However, it's a bit ugly/unintuitive, messy, and unclear. It's especially messy because days are really two different rows, one for events and one for day/week numbers.

Instead, use JS to highlight day cells. You can still right-click by clicking the actual day number, which seems like a reasonable compromise.

Test Plan: {F1738941}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11326

Differential Revision: https://secure.phabricator.com/D16334

Details

Committed
epriestley <git@epriestley.com>Jul 27 2016, 18:36
Pushed
aubortJan 31 2017, 17:16
Parents
rPHcd8eccde8a89: Cruncy legumes.
Branches
Unknown
Tags
Unknown

Event Timeline

epriestley <git@epriestley.com> committed rPHaee9d88c17e2: Give the Calendar month view a nice hover effect (authored by epriestley <git@epriestley.com>).Jul 27 2016, 18:36