Skip to content
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

Add Pull Request builds page to settings #206

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

ericholscher
Copy link
Member

@ericholscher ericholscher commented Aug 22, 2023

This is a basic form for now,
but we can spruce it up before it goes live.

Depends on readthedocs/readthedocs.org#10656

This is a basic form for now,
but we can spruce it up before it goes live.
@ericholscher ericholscher requested a review from a team as a code owner August 22, 2023 20:49
Copy link
Contributor

@agjohnson agjohnson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Just some copy changes, looks good!

Co-authored-by: Anthony <aj@ohess.org>
@ericholscher
Copy link
Member Author

@agjohnson Thanks for your review 🎉. I don't think I'll push this any further this week before I head out, so feel free to merge it if you have time to clean things up for the beta 👍

@agjohnson
Copy link
Contributor

Sounds good, I'll merge this when the underlying PR goes in. I can help this out if it needs anything.

@agjohnson agjohnson added the Status: blocked Issue is blocked on another issue label Aug 24, 2023
@ericholscher ericholscher self-assigned this Jan 31, 2024
@agjohnson agjohnson added this to the New dashboard features milestone Mar 28, 2024
Comment on lines +23 to +25
<p>
<input class="ui button primary" type="submit" value="{% trans "Update" %}">
</p>
Copy link
Contributor

@agjohnson agjohnson Apr 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The p element is extraneous and can be dropped. This is another spot to disable the form visually/functionally.

Suggested change
<p>
<input class="ui button primary" type="submit" value="{% trans "Update" %}">
</p>
<input class="ui {% if form.errors and form.is_disabled %}disabled{% endif %} primary button" type="submit" value="{% trans "Update" %}">

Noted to come back to this in:

{% endblocktrans %}
</p>

<form class="ui form" method="post" action=".">
Copy link
Contributor

@agjohnson agjohnson Apr 10, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<form class="ui form" method="post" action=".">
<form class="ui form" method="post" action="." {% if form.errors and form.is_disabled %}inert{% endif %}>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: blocked Issue is blocked on another issue
Projects
Status: In progress
Development

Successfully merging this pull request may close these issues.

Project: add project admin dashboard for pull request builds
2 participants