Is your feature request related to a problem? Please describe.
Currently, the UI improvement is in progress, and there is no Preview output button added in the /temp route, which may lead to unnecessary downloads or confusion about the content.
Describe the solution you'd like
Implement a preview functionality on the /temp page that allows users to view the output before deciding to download it.
Add a 'Preview output' button to the /temp page
The user should be able to preview the output by clicking on the 'Preview output' button
Acceptance criteria
A "Preview" button is added to the /temp page before the "Download Output" button.
When the user clicks on the 'Preview' button a modal window has to be displayed.
In the modal window, the output data has to be displayed.
The preview functionality should work as it is currently working on the /orca page.
Is your feature request related to a problem? Please describe. Currently, the UI improvement is in progress, and there is no Preview output button added in the /temp route, which may lead to unnecessary downloads or confusion about the content.
Describe the solution you'd like Implement a preview functionality on the /temp page that allows users to view the output before deciding to download it.
Acceptance criteria