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

(828) Reorder content block editing screens #9869

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

Conversation

pezholio
Copy link
Contributor

Trello card: https://trello.com/c/eqAcYy1U/828-add-internal-and-external-change-notes-when-editing-blocks

This reorders the content block editing screens, as well as making sure all the cancel buttons behave in the same way, fixing an issue where we had to add invalid HTML to get the Continue/Cancel buttons to line up.

Before we couldn’t nest the two buttons within the form, as the delete
button has a form of its own. We previously hacked around this, but this
resulted in invalid HTML, but now the button component has a `form`
option, which allows us to point the button to a form with a specific
ID.
@pezholio pezholio requested a review from Harriethw January 30, 2025 12:00
@pezholio pezholio force-pushed the content-modelling/828-reorder-note-screens branch 2 times, most recently from 408c7c6 to e298a30 Compare January 30, 2025 12:27
I’ve tweaked the expecations in the Cucumber features too, as
it doesn’t make sense to send users to the homepage when cancelling
According to the designs, the schedule/publish step should come after
the changenotes
@pezholio pezholio force-pushed the content-modelling/828-reorder-note-screens branch from e298a30 to 33c143f Compare January 30, 2025 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants