Colin Stewart

Results 15 comments of Colin Stewart

Since the changelog is out of sync/date and this PR proposes removing the changelog page altogether, does the lack of stated changes before and/or after mean the repo fails to...

Out of curiosity, what do you think about automating the generation and update of `changelog.md` as a pre-commit hook? ```bash LATEST=$(git log -n 20 --pretty="- %cd %s" --date=format:"%b %d %Y")...

Adding a descriptive commit subject line when committing directly to the main branch or when merging a PR would make the history more descriptive and remove the need for a...

TL;DR - Ultimately, automated changelog generation means the changelog can't be edited manually, as this would likely mean rebasing. So I agree with @ntwb that a manually curated changelog would...

Tested on Windows 10 with NVDA and Narrator. - On Chrome and Edge, I was unable to reproduce the issue. - On Firefox: I reproduced the issue as described by...

Did some further digging and the issue exists from WordPress 5.9 onwards. I installed WordPress 5.8.5 and stepped through Gutenberg versions. It was introduced in Gutenberg 11.4.0. In that release,...

Looks like [this block](https://github.com/WordPress/five-for-the-future/blob/production/themes/wporg-5ftf/css/utilities/_colors.scss#L5-L7) may need to be adjusted to something like: ```scss .has-wporg-blue-background-color { background-color: $color__wporg-blue; &.has-wporg-white-color a { color: $color__text-on-dark; } } ``` This should produce results like...

Thanks for the feedback @jeherve! By default, adding an admin notice to the bottom of the modal means it'll appear in place of the disabled `Active` button, shown below. @karmatosed...

With the latest changes: 1. A notice is added to the top of `Plugins > Add New`, with a button to refresh the page. ![image](https://github.com/WordPress/wordpress-develop/assets/79332690/0eb2f46f-ce9d-4e32-85fa-bb57c5188d85) 2. A notice is added...

> @jeherve What would you think about aligning the button to the right, so it effectively replaces the "Active" button? I've pushed a commit that aligns the button to the...