GoogleChrome / chromium-dashboard

Chrome Status Dashboard
https://www.chromestatus.com
Apache License 2.0
633 stars 363 forks source link

[1/3] Intent template adjustments #4112

Closed DanielRyanSmith closed 1 month ago

DanielRyanSmith commented 1 month ago

This change updates the intent_to_implement.html template with small fixes and changes, as well as making the template contain only the body contents of a draft intent. This is to enable its use for creating intent drafts and using them for notification submissions, as well as displaying the draft intent contents on the client side SPA component (coming in subsequent PR).

Functionality should be exactly the same after landing this change, with the exception of some fixes/adjustments to the intent contents.

Separate table elements were merged into a single table due to the intent containing offset columns for milestone information. Some milestone fields were moved to list the "first" milestone before the "last" milestone.

Before converting to a single table:

Screenshot 2024-07-12 at 4 53 46 PM

After converting to a single table:

Screenshot 2024-07-12 at 4 54 43 PM