Skip to content

Try adding captions to the loading indicator. #83

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

Merged
merged 7 commits into from
Dec 6, 2022

Conversation

StevenDufresne
Copy link
Contributor

This PR adds captions to the progress indicator. This may be a naive approach, but it passes the caption through the ProgressObserver.

Demo

https://d.pr/i/AkiSwg

@adamziel
Copy link
Collaborator

adamziel commented Dec 6, 2022

Love it @StevenDufresne! I tweaked it a bit to include the installed theme/plugin name as follows:

CleanShot 2022-12-06 at 14 46 22@2x

Other than that, it's good to go 🚢

@adamziel adamziel merged commit 280fb44 into trunk Dec 6, 2022
@adamziel adamziel deleted the try/loading-captions branch December 6, 2022 13:47
bgrgicak pushed a commit that referenced this pull request May 7, 2025
…sions (#83)

## Motivation for the change, related issues

Our changelog workflow is currently broken because it is missing extra
GitHub token secrets. If we add these secrets, we will have to update
them occasionally. I think we may be able to do without and would like
to try that.

In addition, we need to backfill changelog entries while omitting links
to PRs (since we cannot link to our private PRs).

## Implementation details

This PR:
- Updates our changelog update workflow to persist credentials in the
local git config and attempts to follow the example of pushing a commit
after actions/checkout:

https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-using-the-built-in-token
- Omits PR links from new changelog entries unless they point to
github.com/WordPress/wordpress-playground
- Backfills changelog entries for v1.0.25 to v1.0.29.

## Testing Instructions (or ideally a Blueprint)

- Temporarily disable protections on running the workflow
- Make the workflow target the PR branch
- Manually run the workflow and see if it commits a changelog update to
the PR branch
- If successful, remove the changelog commit from the PR branch
- Re-enable protections
- Re-enable checking out trunk only
- Merge
brandonpayton added a commit that referenced this pull request Jun 4, 2025
…sions (#83)

## Motivation for the change, related issues

Our changelog workflow is currently broken because it is missing extra
GitHub token secrets. If we add these secrets, we will have to update
them occasionally. I think we may be able to do without and would like
to try that.

In addition, we need to backfill changelog entries while omitting links
to PRs (since we cannot link to our private PRs).

## Implementation details

This PR:
- Updates our changelog update workflow to persist credentials in the
local git config and attempts to follow the example of pushing a commit
after actions/checkout:

https://github.com/actions/checkout?tab=readme-ov-file#push-a-commit-using-the-built-in-token
- Omits PR links from new changelog entries unless they point to
github.com/WordPress/wordpress-playground
- Backfills changelog entries for v1.0.25 to v1.0.29.

## Testing Instructions (or ideally a Blueprint)

- Temporarily disable protections on running the workflow
- Make the workflow target the PR branch
- Manually run the workflow and see if it commits a changelog update to
the PR branch
- If successful, remove the changelog commit from the PR branch
- Re-enable protections
- Re-enable checking out trunk only
- Merge
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants