Merge pull request #2 from acesknust/original-changes - #3
Open
Simondelali wants to merge 208 commits into
Open
Conversation
Merge pull request #1 from acesknust/main
Original changes
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@Simondelali is attempting to deploy a commit to the Owusu Prince 's projects team on Vercel, but is not a member of this team. To resolve this issue, you can:
To read more about collaboration on Vercel, click here. |
…bout page with content and navigation, and update header links to point to the About page.
UI enhancement and restructure files
Resolve module locations
…and navigation, and update header links to point to the About page.
Aboutpage
…r and Footer components.
Refactor import paths in About page to use absolute imports for Heade…
Fix HTML entity in About page text for proper rendering of apostrophe.
…; adjust logo size and source.
Update About page with new executive images, titles, and descriptions…
… to 'challenges' instead of 'coding challenges'
…ue-purple-pink-cyan)
…on, and order tracking stepper
….ondigitalocean.app and authorize it in nextConfig remotePatterns
…min for MoMo orders
… 10MB for product images
…y selected color to prevent duplicate select style buttons
…ghtbox, sticky CTA) and mobile-first responsive card & grid layout polish
…dot overlap and update Lightbox bg to white for high contrast
…th backend image field and admin preview, and fix page top padding overlap issues on mobile
…e labels using explicit inline styling to guarantee cross-browser visibility
…e, make screenshot receipt upload compulsory, and add client-side canvas image compression to support high-res screenshots of any size
…ium responsive mobile progress steps indicator
…on states, and implement interactive coupon input directly in the slide-out CartDrawer
…ility to avoid potential server-side ReferenceErrors during page pre-rendering
…backend and frontend configurations
…d in multiple color/size variants
Root cause: backend used dict keyed by product ID (item_map = {id: item})
which silently dropped duplicate-ID entries when the same product appeared
with different color/size variants. A customer adding 3 items (2 variants
of the same product + 1 different product) would only be charged for 2.
Backend fix: fetch products by unique IDs in one query, but iterate over
ALL cart_items individually so every variant entry is preserved.
Frontend fix: cart page React list key changed from item.id to composite
key (id-color-size) matching CartDrawer, preventing rendering bugs when
the same product appears multiple times with different variants.
…ducts bugfix, coupon validation sync across drawer/cart, cart clear after pay verification, and react state cleanups
…ix Back to Home navigation
… Category Group, Category)
…egories to ACES, and enhance submit error messages
…ACES in production
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Merge pull request #1 from acesknust/main