Open wojtekn opened 2 years ago
Hi, This issue has gone 180 days without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest versions, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.
Hi, This issue has gone 30 days without any activity. This means it is time for a check-in to make sure it is still relevant. If you are still experiencing this issue with the latest versions, you can help the project by responding to confirm the problem and by providing any updated reproduction steps. Thanks for helping out.
@noisysocks @wojtekn Just checking through Stale issues - I wanted to check if this is still something that needs consideration?
I think it would be a nice code quality improvement but it's not urgent by any measure and happy for a dev to stumble across it naturally rather than it be tracked by an issue.
What problem does this address?
This is a follow-up to https://github.com/WordPress/gutenberg/pull/45640#issuecomment-1309204191.
Under that PR, we fixed the issue that limits the number of users displayed in the Post Author block to 10.
After the fix, we display up to 100 users, and if the number of users is higher than 25, we display
Combobox
instead ofSelect
.We want to do more refactoring to fix it further and to unify the UX.
What is your proposed solution?
From @noisysocks comment:
In addition to moving the
PostAuthorCombobox
andPostAuthorSelect
components as proposed, we will need to refactor them to make them more generic.Then we can re-use them in the PostAuthor block and other blocks e.g. Avatar block.