Page MenuHomePhabricator

Add dates to notifications page
ClosedPublic

Authored by chad on Jan 22 2014, 11:32 PM.
Tags
None
Referenced Files
F15486235: D8039.id18187.diff
Thu, Apr 10, 5:57 AM
F15483136: D8039.id18188.diff
Wed, Apr 9, 10:13 AM
F15477164: D8039.id.diff
Mon, Apr 7, 12:49 PM
F15474393: D8039.diff
Sun, Apr 6, 8:23 AM
F15457397: D8039.diff
Sun, Mar 30, 4:08 PM
F15420522: D8039.id18187.diff
Fri, Mar 21, 2:37 PM
F15386338: D8039.id18188.diff
Sat, Mar 15, 12:24 AM
F15383836: D8039.diff
Fri, Mar 14, 6:06 PM

Details

Summary

Fixes T3957, adds timestamps to the notifications page.

Test Plan

View my notifications page, see the new time stamps. Uncertain if I set $user correctly.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

What do you think about having the timestamps right aligned? I am notchad as well so not sure if this is a good idea or not.

I don’t visually have a preference overall. It’s more CSS because of mobile, but that’s like 2 more lines.

Well, if you don't care, can we go right align? I like it a little better and it seems to be slightly more standardish with things like the differential home page.

(prolly should have just approved in the first place)

Yeah, I don’t see any easy way to do this across devices actually without a bit of hokeyness. If I float: left, it works on all devices consistently. If I float right, I have to hide a left floated div anyways to display on mobile. I might just stay with the easy solution for now (left align) and worry about something magical down the road.