Page MenuHomePhabricator

Retool the UI for managing media transcodes on File: pages
Open, Needs TriagePublic

Description

Current system has several problems:

  • list is embedded into a cached wiki page, can often be of date
  • force-updating the table is hooked into action=purge which is slow on large files: T134112
  • after selecting 'reset' -> and confirm the button -> the page reloads, so you have to wait for the reload before you can click the next one
  • no multi-select

Recommend dynamically rerendering the table in JS with data from the API, and wrapping a better UI state onto it.