w3c / aria-at-app

Test runner and results reporter for ARIA-AT
http://aria-at.w3.org/
Other
35 stars 15 forks source link

feat: Test Run / Navigator polling updates for collection jobs #1125

Closed gnarf closed 2 weeks ago

gnarf commented 1 month ago

gnarf commented 3 weeks ago

Decided at the meeting today to continue on with splitting up this page such that only the updating parts care about updates so it does less "whole page refresh" feeling tasks

gnarf commented 2 weeks ago

At some point it might be cool to try and abstract that Context even further to make a general polling provider

I feel like if we end up needing it again, I could pretty easily do a <PollingContext.Provider query={gql}> - but given how much the abstraction layers are hurting us right now, I think waiting until we need to write it twice, we should keep this one purpose built.