Don't query the /profile endpoint on every project load
We load the preferred seed config value on demand when the user clicks the share button.
We load the preferred seed config value on demand when the user clicks the share button.
I have two suggestions: You should be able to convert preferredSeeds.reduce to preferredSeeds.map and preferredSeeds can be a local const variable in the onMount hook.
Simplify code.
Fix bug where copied link was different from the link we open in a new tab.
Rebase.