-
Notifications
You must be signed in to change notification settings - Fork 115
feat(checkout): Hide Sender name Gifts System #661
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
base: master
Are you sure you want to change the base?
feat(checkout): Hide Sender name Gifts System #661
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR implements a feature to hide sender name in the gift system for checkout functionality. The changes primarily involve minified JavaScript code updates across multiple files, focusing on code structure modifications while maintaining existing functionality.
Key Changes:
- Updated function declarations from function expressions to arrow functions across multiple files
- Modified regenerator-runtime license URL reference
- Maintained existing gift system functionality while preparing for sender name hiding feature
Reviewed Changes
Copilot reviewed 10 out of 12 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| public/wishlist-card.js | Updated function declarations and maintained wishlist card functionality |
| public/testimonials.js | Modified callback functions and preserved testimonial filtering capabilities |
| public/product-card.js | Updated event handlers while maintaining product card display logic |
| public/pages.js | Modified page initialization functions for loyalty and brands pages |
| public/order.js | Updated order management functions and button click handlers |
| public/main-menu.js | Modified menu rendering and event handling functions |
| public/home.js | Updated home page initialization and tab functionality |
| public/checkout.js | Modified checkout cart handling and form validation functions |
| public/app.js.LICENSE.txt | Updated regenerator-runtime license URL reference |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
commit ccdcb4c Author: Ashraf Reda <[email protected]> Date: Tue Aug 19 11:28:06 2025 +0300 feat(ui): Upgrade twilight & build assets (#665) feat(ui): Upgrade twilight & build assets (#665)
|
/autoupdate |
Auto Update SummaryAlready Synced PRs:
|
…hub.com:SallaApp/theme-raed into feature/CHOD-8477-hide-sender-name-gifts-system
What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)
What is the current behaviour? (You can also link to an open issue here)
What is the new behaviour? (You can also link to the ticket here)
Does this PR introduce a breaking change?
Screenshots (If appropriate)