-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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
Blocks: Tag Cloud #7875
Blocks: Tag Cloud #7875
Conversation
d315be6
to
ff31b5d
Compare
ff31b5d
to
4074ac6
Compare
Updated PR to match changes from #8287 |
4074ac6
to
76f5113
Compare
5f0f65e
to
7b8cc64
Compare
Any update on this one? I rebased the latest changes from master but not sure if I should refactor anything else. |
@jahvi Can you rebase it again? I will test the block on my Gutenberg installation. |
7b8cc64
to
9d22461
Compare
@Soean Sure thing, I just rebased it now. |
As we focus on phase 1 this will be moving to potential phase 2 and we can then consider it from there, For now, closing and moving to potential blocks for the future. |
0ba24a6
to
7ffa162
Compare
Thanks for reopening, I just rebased and fixed some code to match the latest Gutenberg changes. I'm not sure how to fix the CI issues, can you guys advise? |
Nice work! You have to delete the generated test files and regenerate them. Delete:
Run: |
I tested this and I feel it's good enough to land to include in Gutenberg 5.1. Follow-up improvements to styling, and messages can happen separately. |
Thanks everyone for the collaboration and @jahvi Awesome work |
Thanks all for your help, I'll be glad to keep helping improve it. |
Description
This is my attempt at implementing the tag cloud widget as a Gutenberg block, it's still a work in progress but I wanted to get some initial feedback while I'm at it.
Continued from #4994.
Fixes #1801.
How has this been tested?
Tested in the latest master branch.
Screenshots
Types of changes
New feature: tag cloud block
Checklist: