Skip to content

Allow filtering add-forge-now requests in listing view

This introduces a checkbox to allow users to filter their own requests. It's turned on by default. The checkbox is not shown when connected anonymously.

Either browsing anonymously or unchecking the box (when connected) allows to browse all requests.

This also unifies the rendering with the save code now view:

  • same datatable layout
  • the spinner logo during computation

screenshots:

user connected (checked by default, list user requests, as they have none, it's empty) 2022-03-25_14-28-19

user connected (unchecked, list all requests) 2022-03-25_14-28-31

anonymous (list all requests) 2022-03-25_14-28-45

Related to T4011 Depends on D7438

Test Plan

cypress


Migrated from D7431 (view on Phabricator)

Merge request reports