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)
user connected (unchecked, list all requests)
Related to T4011 Depends on D7438
Test Plan
cypress
Migrated from D7431 (view on Phabricator)