Bryan Mutai
Bryan Mutai
## Description Integrate Magic Eden into Collectible plugin for NFT information Closes #5489 ## Type of change - [x] New feature (non-breaking change which adds functionality) ## Previews ## Checklist...
## Description Handle the factory reset state on Keepkey based on A/C provided [here](https://github.com/shapeshift/web/issues/1609#issuecomment-1112649156). If modal is closed, redirected to the "Connect wallet" screen ## Notice - [x] Have you...
### Description As mentioned in the source issue everscale-org/bounties#32, this PR contains changes to include a list of all TVM opcodes including ones added, including new ones from Everscale implementation....
**Describe the bug** Using a comma as a decimal separator in currency fields doesn't work properly. Depending on browser typing a comma into a currency field either removes the whole...
### Feature Description Noticed that on GH some of the markdown in the root directory are rendered into different tabs next to the README, might be useful to implement the...
## Description closes #2042 Add visual enhancement to search results to improve readability w. Using existing brand colours with appropriate contrast: - Grey background for each item with margin -...
## Description Remove MD and images before creating a summary of the text in the SEO. closes #2363 Tested using the ~AGORA description Result Tested using the ~AMA description Result...
## Description Addresses #1832 Reducing bundle size by importing `decodeMinifiedStackTrace` when copy error button is actually clicked. Rare user path so should have minimal impact. Noticed in a different project...
## Description Changing nym should still point to the user mentioned instead of losing link. fixes #2232 ### Tested scenarios with screen recording: 1. Simple nym change https://github.com/user-attachments/assets/917c4d6d-02ba-4625-9042-729198c429f8 2. Nym...
## Description I think I've seen a similar issue in a different project. Not using the autoFocus prop and just manually focusing using `preventScroll: true` should do the trick. fixes...