Age | Commit message (Collapse) | Author |
|
|
|
|
|
A bit belated, oops.
|
|
Turns out yeah, these are worth combining.
|
|
This code is basically copy-pasted from generateAlbumTrackListItem,
maybe it should be a common component??? Probably not.
|
|
|
|
|
|
This basically reverts commit 53794015 (which introduced the
trimAnnotation slot). Behavior is pulled out of gAIPChunkItem
and into gAIPArtworksChunkItem, with slots similarly shuffled
around.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
How does this even happen
|
|
|
|
|
|
Geez
|
|
Also fixes #555 by scrapping hasAny altogether.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|