Skip to content

Commit 2b08308

Browse files
Elishaokon13youssefeaxtbase
authored
Fix MetaMask Connection Issue in CafeUnitTest Component (#60)
* Update dependencies in package-lock.json and enhance wallet connection options in CafeUnitTest component - Updated versions of `brace-expansion` and `pbkdf2` packages in package-lock.json. - Added `metaMask` and `injected` wallet connectors to the CafeUnitTest component. - Modified wallet connection UI to include a modal display for wallet options. This commit improves wallet integration and ensures the project uses the latest package versions. * Fix typo in iframe source URL in erc-721-exercise.mdx * Enhance CafeUnitTest component styles and update iframe source URL in erc-721-exercise.mdx - Updated iframe source URL to point to localhost for local development. - Improved input and message styles in CafeUnitTest component for better user experience. - Added new styles for container, card, title, and wallet section to enhance visual appeal. - Adjusted button and input styles for improved interaction feedback. This commit focuses on refining the UI and ensuring the iframe points to the correct local resource. * Update iframe source URL in erc-721-exercise.mdx to point to Chromatic for live preview - Changed iframe source URL from localhost to a Chromatic URL for better accessibility during development. - This update ensures that the iframe displays the latest version of the CafeUnitTest component in a live environment. This commit focuses on improving the development workflow by providing a reliable source for the iframe content. * Remove autogenerated yarn.lock file - Deleted the yarn.lock file as it is autogenerated and should not be edited directly. - This change helps maintain a clean project structure by removing unnecessary files. This commit focuses on ensuring that the project does not include autogenerated files that can lead to confusion during development. * change link (#59) * Update discord links (#63) * update discord links * change cdp to buildonbase link * Add verified commit for merge requirements * Test verified commit signing * New privacy policy banner (#53) * New privacy policy banner * removing logs * fix link * fixes * ensure link doesn't wrap * update banner for all top level pages * update banner content * update banner text and update more pages with banner * adding to learn * add to more pages * updating more pages * Test commit signing * Clean up test file * Test SSH signing after configuration --------- Co-authored-by: youssea <youcefea99@gmail.com> Co-authored-by: xtbase <teaonbase@gmail.com>
1 parent 7268873 commit 2b08308

File tree

5 files changed

+347
-108
lines changed

5 files changed

+347
-108
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,5 @@ Checkout the [storybook README](storybook/README.md) for more information.
2828
### TODO
2929

3030
- [ ] Add github action to deploy storybook to chromatic whenever there is a push to the `main` branch and only changes in `storybook` folder
31+
32+
# Verification Test

docs/learn/token-development/erc-721-token/erc-721-exercise.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ As these are separate networks with separate data, your NFTs **will not** transf
8181
{/* <CafeUnitTest nftNum={15}/> */}
8282

8383
<iframe
84-
src="https://684b5e62b1ff46bc5bf83966-aijszlfakk.chromatic.com/iframe.html?args=&id=components-cafeunittest--fiftteen&viewMode=story&dark=true&hero=true"
84+
src="https://684b5e62b1ff46bc5bf83966-aijszlfakk.chromatic.com/iframe.html?args=&id=components-cafeunittest--fifteen&viewMode=story&dark=true&hero=true"
8585
width="100%"
8686
height="auto"
8787
/>

docs/node_modules/.yarn-integrity

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

storybook/package-lock.json

Lines changed: 64 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)