Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
You know, these should probably be coded with templates or
detectable metatags or something similar LOL
|
|
|
|
|
|
|
|
Avoid unnecessarily embedding under a text-with-tooltip, and don't
set the cue class if it's not applicable.
|
|
Just moves somewhat complex logic out of the main component.
|
|
|
|
If the shadow effect is useful as part of the cue, it needs to
be there every time.
This prevents the main text from entering the same horizontal
column as the date. That's generally OK but can result in a small
main column in "sometime 6/12/2012 - 8/5/2012" shaped dates.
We can try grid or non-binary flex-grow/shrink later, if wanted.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes a re-import from '#sugar', and referring to the wrong list
for datetimestamps (which humorously doesn't actually present
wrong data, because the lists only mismatch when dates are equal).
|
|
|
|
This is unfortunately necessary to avoid the meaningless
'text-with-tooltip-interaction-cue' class (if there's no
tooltip).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It lives!
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|