Update some Djblets components to use the new spinner.
Review Request #11035 — Created May 21, 2020 and submitted — Latest diff uploaded
This updates both the config forms
ListItemViewand the integrations
page to utilize the newdjblets-o-spinnercomponent, and to make use
of ARIA attributes to hint to screen readers that some areas of the page
are loading.This just leaves the extensions page left using the old spinner, but
that's intentional, as that's being completely rewritten separately.
Verified that the attributes were set correctly whenever the spinner
was shown for list items, and that the integrations page had the correct
attributes and spinner as well.