-
Notifications
You must be signed in to change notification settings - Fork 1
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
278 unlock 1 #279
278 unlock 1 #279
Conversation
…sed connector files to improve code organization and reduce complexity ✨ feat(index.ts): add useWalletConnect hook to expose WalletConnect functionality to consumers 🔧 chore(package.json): add dependencies for WalletConnect library to enable WalletConnect integration
✨ feat(Auth): implement Auth component to handle user authentication and wallet connection 🔧 chore(Auth): add examples and stories for Auth component 🔧 chore(WalletConnect): implement WalletConnect component to handle wallet connection using WalletConnect protocol 🔧 chore(postcss.config.js): add postcss configuration file to enable tailwindcss and autoprefixer plugins 🔧 chore(tailwind.config.js): add tailwind configuration file to customize tailwind styles 🔧 chore(.eslintrc.json): add ESLint configuration file for app-nav feature 🔧 chore(README.md): add README.md file for app-nav feature 🔧 chore(jest.config.ts): add Jest configuration file for app-nav feature 🔧 chore(package.json): add package.json file for app-nav feature 🔧 chore(project.json): add project.json file for app-nav feature 🔧 chore(index.ts): add index.ts file for app-nav feature 🔧 chore(AppContainer): implement AppContainer component to provide a container for app content 🔧 chore(AppContainerHeader): implement AppContainerHeader component to provide a header for app content 🔧 chore(AppContainerFooter): implement AppContainerFooter component to provide a footer for app content 🔧 chore(Auth.stories.tsx): add stories for Auth component 🔧 chore(Auth.tsx): implement Auth component to handle user authentication and wallet connection 🔧 chore(Auth.examples.tsx): add examples for Auth component 🔧 chore(WalletConnect): implement WalletConnect component to handle wallet connection using WalletConnect protocol 🔧 chore(tsconfig.json): add tsconfig.json file for app-nav feature 🔧 chore(tsconfig.lib.json): add tsconfig.lib.json file for app-nav feature 🔧 chore(tsconfig.spec.json): add tsconfig.spec.json file for app-nav feature
…ponent to improve performance 🐛 fix(Auth.tsx): remove unused imports and variables to improve code readability and performance ✨ feat(Auth.tsx): add support for displaying wallet information and wcUri parameter to WalletConnect component ✨ feat(WalletConnect.tsx): add support for displaying wallet connection status and wcUri parameter to connect to WalletConnect 🐛 fix(useWalletConnect.ts): remove unused imports and variables, fix linting issues, and improve code readability ✨ feat(useWalletConnect.ts): add support for tracking active proposals and removing expired proposals, improve code readability
…from @ui/components ✨ feat(WalletConnect.tsx): add input field and button to allow users to enter WalletConnect URI and connect to WalletConnect
…y in proposal params to prevent undefined error 📦 chore(package.json): update dependencies for @walletconnect/core, @walletconnect/encoding, @walletconnect/utils, and @walletconnect/web3wallet to version 2.11.0 and 1.0.2 respectively 📦 chore(package.json): remove unused dependencies @walletconnect/core, @walletconnect/encoding, @walletconnect/utils, and @walletconnect/web3wallet 📦 chore(package.json): add @web3-react/types dependency version 8.2.3
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
PR Description updated to latest commit (3c93e29) |
PR Review
✨ Review tool usage guide:Overview:
With a configuration file, use the following template:
See the review usage page for a comprehensive guide on using this tool. |
PR Code Suggestions
✨ Improve tool usage guide:Overview:
With a configuration file, use the following template:
See the improve usage page for a more comprehensive guide on using this tool. |
Type
enhancement, documentation
Description
Changes walkthrough
10 files
main.ts
Simplify Storybook Configuration
apps/unlock/.storybook/main.ts
jest.config.ts
Add Jest Configuration for App-Nav Feature
libs/features/unlock/app-nav/jest.config.ts
.eslintrc.json
Add ESLint Configuration for App-Nav Feature
libs/features/unlock/app-nav/.eslintrc.json
package.json
Add Package.json for App-Nav Feature
libs/features/unlock/app-nav/package.json
project.json
Add Project.json for App-Nav Feature
libs/features/unlock/app-nav/project.json
targets.
tsconfig.json
Add TypeScript Configuration for App-Nav Feature
libs/features/unlock/app-nav/tsconfig.json
tsconfig.lib.json
Add TypeScript Library Configuration for App-Nav Feature
libs/features/unlock/app-nav/tsconfig.lib.json
tsconfig.spec.json
Add TypeScript Configuration for Jest Tests in App-Nav Feature
libs/features/unlock/app-nav/tsconfig.spec.json
postcss.config.js
Add PostCSS Configuration for TailwindCSS
apps/unlock/postcss.config.js
plugins.
tailwind.config.js
Add Tailwind Configuration File
apps/unlock/tailwind.config.js
5 files
page.tsx
Implement Dynamic Import for Auth Component
apps/unlock/app/[locale]/page.tsx
AppContainer.
index.ts
Export AppContainer and Auth Components
libs/features/unlock/app-nav/src/index.ts
AppContainer.tsx
Implement AppContainer and Related Components
libs/features/unlock/app-nav/src/lib/AppContainer/AppContainer.tsx
AppContainerNavBackSkeleton, AppContainerHeader, and
AppContainerFooter components.
Auth.tsx
Implement Auth Component with WalletConnect Integration
libs/features/unlock/app-nav/src/lib/Auth/Auth.tsx
functionality.
WalletConnect.tsx
Implement WalletConnect Component
libs/features/unlock/app-nav/src/lib/WalletConnect/WalletConnect.tsx
the WalletConnect protocol.
3 files
Auth.stories.tsx
Add Stories for Auth Component
libs/features/unlock/app-nav/src/lib/Auth/Auth.stories.tsx
examples.tsx
Add Examples for Auth Component
libs/features/unlock/app-nav/src/lib/Auth/examples.tsx
WalletProvider.
README.md
Add README for App-Nav Feature
libs/features/unlock/app-nav/README.md