Skip to content

Commit

Permalink
fix: product details and my orders page
Browse files Browse the repository at this point in the history
  • Loading branch information
brolag committed Feb 19, 2025
1 parent c6f4410 commit bd32258
Show file tree
Hide file tree
Showing 6 changed files with 543 additions and 247 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,11 +47,19 @@
- Kept aria-labels on buttons
- Maintained proper focus states
- Retained semantic HTML structure
- Simplified wallet connection flow in WalletConnectFlow component
- Improved button disabled states during wallet connection
- Added loading indicator during wallet connection process
- Removed unnecessary console.log statements

### Fixed
- Resolved potential issues with environment variable validation
- Fixed IPFS image loading in shopping cart
- Fixed cart counter synchronization with server state
- Fixed TypeScript error in WalletConnectFlow by removing incorrect await usage
- Improved wallet connection state handling and user feedback
- Added proper loading states to wallet connection buttons
- Enhanced error handling in wallet connection process

### Removed
- Removed unused boilerplate code from initial setup
Expand Down Expand Up @@ -96,3 +104,8 @@
- Check responsive behavior across different screen sizes
- Validate authentication flows
- Test keyboard navigation

### Added
- Better error handling for wallet connection failures
- Loading state management for wallet connection process
- Proper state handling for connection buttons
Loading

0 comments on commit bd32258

Please sign in to comment.