-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Calculate spinner and hide next button #536
Conversation
Coverage reportClick to see where and how coverage changed
The report is truncated to 25 files out of 51. To see the full report, please visit the workflow summary page. This report was generated by python-coverage-comment-action |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The button looks good and the code as well. Everything works :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The spinning button looks amazing and works as expected. The code is understandable and well written :))
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Find ich sonst richtig gut und passt schön in den bisherigen Code rein :)
class="btn btn-red"> | ||
<button type="submit" id="calculate_parameters_submit" | ||
class="btn btn-red calculateSpinner"> | ||
Calculate |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ein kleine Frage: Ist Calculate
hier einfach der Value des Buttons bevor er gedrückt wird und nur eine andere Schreibweise als vorher?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ja, genau. Calculate
ist hier nur der Text, der auf dem Button angezeigt wird.
Wenn man zusätzlich noch name
und value
angeben würde, würden die Werte als name=value mit dem Form übermittelt werden. Vorher beim Input war der Unterscheid, dass ein Input kein Start und End-Tag hat, sondern nur aus einem Tag besteht, sodass hier der Text nicht zwischen die Tags geschrieben werden kann. Bei diesem Wird dann value
als Anzeigetext verwendet.
Wenn dich das noch genauer interessiert, ist diese Website ganz gut zum herumspielen: https://www.w3schools.com/tags/tryit.asp?filename=tryhtml_input_test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay danke! Das schaue ich mir mal an, habe damit bisher noch nicht so viel Kontakt gehabt!
Am besten dann mit Squash und merge auf dev tun, dann ist es dort etwas ordentlicher :) |
Description
The calculate button shows a loading spinner while calculating. The next button at the last step is now hidden.
Changes
ui/runs/static/runs/runs.js
ui/runs/templates/runs/details.html
Testing
A walkthrough with steps of a sample workflow.
PR checklist
Development
Mergeability
black
Code review