You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This PR redesigns step 4 as follows:
- Split step into three "tabs":
- Parameters summary and data download controls
- Result panels
- Process status views
- "simplified" view (to be implemented in a later PR), and
- "advanced" view (the current process tree)
- Smoothly handle transition from submission to results - the app now proceeds to step 4 while the builder is created and submitted. Step 4 is updated once the process is ready (Submit button doesn't get immediately disabled and it might take 2-3 seconds to go to next step #994)
- Also resolves the issue where the submit button can be repeatedly pressed
- Discard redundant "Update results" button
- Disable raw-data/archive download buttons when downloading (Disable download button when clicked, until the download starts #977)
- Inject process pk to url on submission (Change URL when calc is submitted (and PK is assigned) #990)
Since it takes times to create the .zip or the .aiida, people might click multiple times.
Also, I would write "Generating file to be downloaded, please be patient..." rather than "Downloading..."
The text was updated successfully, but these errors were encountered: