| Age | Commit message (Collapse) | Author |
|
reaches live-dev-server serve with no errors and serves
homepage at all and apparently correctly
no page navigation performed
no full build performed
aimed for preserving existing logic
should be no subsequent changes to this commit (amend)
|
|
also notes where remaining directly-provided wikiData() props
are used
|
|
Was based on contrib.thing, which is always present.
These steps are meant to filter based on the availability of
each contribution's artist, since that's a forward reference
that may be unavailable in given artistData.
Introduced alongside raiseResolvedReferenceList in
commit 65ff7444 (i.e. 11/16/2024).
|
|
This commit also implements raiseResolvedReferenceList across
the compositions which have a notFoundMode input. This causes
no semantic changes at all, except that notFoundMode is no
longer ignored(!!) in withResolvedContribs.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Primarily for more precies test coverage mapping, but also to make
navigation a bit easier and consolidate complex functions with
lots of imports out of the same space as other, more simple or
otherwise specialized files.
|