-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Shuffle team members #1880
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
Shuffle team members #1880
Conversation
✅ Deploy Preview for vuejs ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for adding the shuffling, @Jinjiang!
@NataliaTepluhina Did you notice the bug mentioned above? If you refresh the page, the avatars no longer match their profiles. |
let me take a look |
|
Caused by the SSG process (for both the mismatch and layout). Fixed in #1880 |
Description of Problem
Shuffle team members like the v2 doc site.
Proposed Solution
Provide a
shuffleMembers()
function to process the data ahead.Additional Information
It's on the TODO list of
@vue/theme
. However, now I feel it's better done here. Thanks.vuejs/theme#36