You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We show a loading message while waiting for OData on the Submissions page and the Entity Data page. Previously, that message was styled on the Submissions page: https://github.com/getodk/central-frontend/blob/f458048622177aac3af50a00bb4d23fc32dd27b5/src/components/submission/list.vue#L381-L398. However, now that we have a generic OdataLoadingMessage component that we also use on the Entity Data page, it looks like those styles have been orphaned. I don't think we currently style OdataLoadingMessage. It'd be good to move the orphaned styles into OdataLoadingMessage.
The text was updated successfully, but these errors were encountered:
We show a loading message while waiting for OData on the Submissions page and the Entity Data page. Previously, that message was styled on the Submissions page: https://github.com/getodk/central-frontend/blob/f458048622177aac3af50a00bb4d23fc32dd27b5/src/components/submission/list.vue#L381-L398. However, now that we have a generic
OdataLoadingMessage
component that we also use on the Entity Data page, it looks like those styles have been orphaned. I don't think we currently styleOdataLoadingMessage
. It'd be good to move the orphaned styles intoOdataLoadingMessage
.The text was updated successfully, but these errors were encountered: