Display recommended version
Refs https://redmine.teklia.com/issues/9420
Depends backend#1888 (closed)
Once the `RetrieveRecommendedWorkerVersion
endpoint is available, a user should be presented first with its result when viewing the list of worker versions.
The worker version list component should only display the one worker version from that endpoint when available, only showcasing a button "Add to workflow version XXX" where XXX is either the branch name (when present) or the tag.
If the endpoint has not returned anything, a warning is displayed, explaining to use the "Advanced version" of the component to view all versions.
A user should be able to toggle between this new mode (by default) and the "Advanced version" which is the current implementation.
In the simple mode, most actions are not visible:
- no archive button
- no create button
A user can simply view worker details, add the recommended version to the workflow or close the modal.