Feature - mobile responsiveness of order timeline and footer layouts #122#266
Open
suhaniiz wants to merge 3 commits into
Open
Feature - mobile responsiveness of order timeline and footer layouts #122#266suhaniiz wants to merge 3 commits into
suhaniiz wants to merge 3 commits into
Conversation
Owner
|
@suhaniiz Add screenshots of the Visual changes made in the Webpages, as mentioned in Readme, also Resolve conflicts by Syncing current Branch |
Author
|
@PatelHarsh2006 , I’ve implemented all the requested changes, added the screenshots of the visual updates in the webpages as mentioned in the README, and resolved the conflicts by syncing the current branch. Please review when convenient. |
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.
Overview
This Pull Request addresses issue #122 by fixing the mobile responsiveness of the active orders dashboard page (
orders.html). Previously, the tracking timeline layout and card footer were optimized for desktop displays but became cramped, misaligned, or truncated on narrow mobile viewports.Changes Made
.order-timeline): Added a CSS media query for viewports under768pxto transition the main flex layout direction fromrowtocolumn, allowing steps to stack cleanly..timeline-step): Adjusted internal alignment to a clean horizontal row structure (Circle next to Label) on mobile viewports for effortless tracking..timeline-line): Re-oriented the absolute timeline indicator bars to function as a unified vertical track running behind the stage indicators..order-card-footer): Configured the total order pricing text and action buttons to stack vertically on mobile to prevent overlapping layout breaks.Impact / Benefits
Screenshots
Below are screenshots showing how the changes would appear on an iPhone 12 Pro.
Closes Issue - #122