-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Store Dashboard: Refactor, Update widgets to use DashboardWidget (#22859
) * Move row component into DashboardWidget folder * Add an empty `alt` for screen readers, this image is presentational only * Switch placeholder screen to use responsive row group * Clean up component: remove unnecessary arrow functions, remove setState on mount * Remove unnecessary arrow functions * Switch out BasicWidget placeholder for a div * Move all setup components into setup folder * Add a readme for the dashboard widgets * Update no-orders view to use DashboardWidget * Convert Reports widget to use DashboardWidget * Use DashboardWidget & DashboardWidgetRow for processing orders & reviews * Switch ShareWidget to use the DashboardWidget component * Remove now-unused BasicWidget & WidgetGroup * Fix responsive styles for orders/reviews widgets * Image width should only apply to the reports widget * Clean up duplicate import
- Loading branch information
Showing
29 changed files
with
530 additions
and
763 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.