refactor: Update sales charts to be side-by-side#1
Draft
gustavocodess wants to merge 8 commits intomainfrom
Draft
refactor: Update sales charts to be side-by-side#1gustavocodess wants to merge 8 commits intomainfrom
gustavocodess wants to merge 8 commits intomainfrom
Conversation
cgen-41f7eda9125f4f7ca1ac2918e629884d
cgen-c3550822d92442838ecb2a39c1444aae
cgen-b087fb8d7eb04ec6b2fe3d27ed402e4e
cgen-956ac27c369a45e984016f0c5b2cff83
cgen-04e8a8a1e0ac4375b10bf17eb0fafe16
|
You can tag me at @builderio-bot for anything you want me to fix or change |
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.
Purpose
Based on the user's request, the goal of this pull request is to update the seller dashboard to display the "Product sales" and "Units ordered" line charts in a side-by-side layout, matching the visual representation from a provided screenshot.
Code changes
src/pages/seller-dashboard/components/sales-section.tsx:<Grid>to<ColumnLayout columns={2}>to arrange the two charts horizontally.AreaChartcomponents for "Product sales" and "Units ordered" were replaced withLineChartcomponents.LineChartcomponent.ColumnLayout.src/pages/seller-dashboard/components/forums-advertising-section.tsx:ColumnLayoutinstead ofGrid.KeyValuePairscomponent for improved readability and consistency.src/pages/seller-dashboard/app.tsx:div..builderrules:@cloudscape-designcomponents.🔗 Edit in Builder.io
👀 Preview LinkTo clone this PR locally use the Github CLI with command
gh pr checkout 1