Split ElementList into ElementList + ElementNavigation
Requires #830 (closed) and #831 (closed)
-
ElementList
now only has two props:elements
, a list of objects, anddisabled
, a boolean. It handles picking the right components to display the list and makes no API requests. - A new
ElementNavigation
component will handle the FilterBar, sorting parameters, navigation page size, URL parameters, or callingnavigation/list
, then hands over the list toElementList
. -
CorpusSelection
still usesElementList
, but grabs its element list by itself.