Conversation
| form.save() | ||
| resp = HttpResponse() | ||
| resp.headers["HX-Refresh"] = "true" | ||
| return resp | ||
|
|
There was a problem hiding this comment.
oh instead of refreshing the whole page, we can use hx-target and hx-swap
There was a problem hiding this comment.
will be addressed in a future pr b/c closing modals after submitting forms is a little more complicated #14094
yashikakhurana
left a comment
There was a problem hiding this comment.
In general implementation looks good, just one minor suggestion. Thank you @moibra05
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
yashikakhurana
left a comment
There was a problem hiding this comment.
Thank you @moibra05 some small suggestions to improve, overall its coming good together
experimenter/experimenter/nimbus_ui/templates/common/branch_card.html
Outdated
Show resolved
Hide resolved
experimenter/experimenter/nimbus_ui/templates/common/branch_card.html
Outdated
Show resolved
Hide resolved
experimenter/experimenter/nimbus_ui/templates/common/branch_card.html
Outdated
Show resolved
Hide resolved
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
1 similar comment
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
1 similar comment
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
0c53ac9 to
5453223
Compare
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
2 similar comments
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
1 similar comment
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
yashikakhurana
left a comment
There was a problem hiding this comment.
Thank you @moibra05 tested locally, and using pr-preview mode, looks good to me, great job getting this done 🎉
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |
1 similar comment
|
Preview environment has been deployed. Preview URL: https://pr14086-experimenter.preview.mozilla.cloud It may take up to 5 minutes for the environment to become available. You can monitor deployment status in Argo CD. |



Because
This commit
Fixes #14015