Skip to content
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

chore: update watch wallet recommendations #633

Merged
merged 7 commits into from
Jun 20, 2023
Merged

Conversation

DanielSinclair
Copy link
Collaborator

@DanielSinclair DanielSinclair commented Jun 8, 2023

What changed (plus any additional context for devs)

  • updated list with growth team recommendations for wallets that have a decent level of activity
  • added a shuffle to randomize the list

Screen recordings / screenshots

Testing 3 refreshes of the page to show the random order, then watching 3 wallets
Jun-08-2023 18-30-41

After the successful 3 wallet import
Screenshot 2023-06-08 at 6 28 36 PM

Final checklist

  • I have tested my changes in a LavaMoat bundle (yarn build).
  • I have tested my changes in Chrome & Brave.
  • If your changes are visual, did you check both the light and dark themes?

@DanielSinclair DanielSinclair changed the title chore: update recommendedTopAccounts wallet list chore: update watch wallet recommendations Jun 8, 2023
@github-actions
Copy link

github-actions bot commented Jun 8, 2023

Here's the packed extension for this build:
rainbowbx-803900354782a6a609035182c9e488e06f4bb12a.zip

@github-actions
Copy link

github-actions bot commented Jun 9, 2023

Here's the packed extension for this build:
node_modules.tar.gz
rainbowbx-6d0aba417cb5d23b7404b3e8cb183759166e8f84.zip

@DanielSinclair DanielSinclair marked this pull request as ready for review June 14, 2023 04:11
@github-actions
Copy link

Here's the packed extension for this build:
rainbowbx-9fca9770a2330768f361839e9d1e29a0b69ff30f.zip

@github-actions
Copy link

Here's the packed extension for this build:
rainbowbx-cfef749c68e73940069ef8d1efff6c9c44d44764.zip

Comment on lines +65 to +67
.map((value) => ({ value, sort: Math.random() }))
.sort((a, b) => a.sort - b.sort)
.map(({ value }) => value);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion

Suggested change
.map((value) => ({ value, sort: Math.random() }))
.sort((a, b) => a.sort - b.sort)
.map(({ value }) => value);
.sort(() => 0.5 - Math.random());

@estebanmino estebanmino merged commit b48d0ea into master Jun 20, 2023
@estebanmino estebanmino deleted the @daniel/watch-list branch June 20, 2023 18:42
@github-actions
Copy link

Here's the packed extension for this build:
rainbowbx-b48d0ea1426065536f830f9a9e892fc38a0195c3.zip

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.

3 participants