Presences icon indicating copy to clipboard operation
Presences copied to clipboard

feat(OpenSea): add presence

Open joerkig opened this issue 2 years ago • 3 comments

Description

Added a presence for OpenSea resolves #5235

Acknowledgements

Screenshots

Proof showing the creation/modification is working as expected

Discord_r3A7IpQlgS Discord_vXksx5Gkto bPFpaIOsGH Discord_Ac1JzTiQBk Discord_BKnjGnvLNE Discord_Luacqz3e7M Discord_nSSkbUWC1p

joerkig avatar Aug 11 '22 19:08 joerkig

You could create a variable to store pathname.split("/") since you're using it multiple times

@RisingSunLight42 got any suggestions for naming such a variable cause my brain is blanking

joerkig avatar Aug 11 '22 20:08 joerkig

You could create a variable to store pathname.split("/") since you're using it multiple times

@RisingSunLight42 got any suggestions for naming such a variable cause my brain is blanking

I usually name it pathnameArray, because... It's an array obtained from the pathname xD

RisingSunLight42 avatar Aug 11 '22 20:08 RisingSunLight42

You could create a variable to store pathname.split("/") since you're using it multiple times

@RisingSunLight42 got any suggestions for naming such a variable cause my brain is blanking

I usually name it pathnameArray, because... It's an array obtained from the pathname xD

Or pathArr for short

EncryptedDev avatar Aug 11 '22 21:08 EncryptedDev