-
Notifications
You must be signed in to change notification settings - Fork 687
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Removing unused components. * Initial effort to refactor not found page Signed-off-by: sirugh <rugh@adobe.com> * Fix storybook global styles and fonts. Global styles were applied accidentally in one of the stories. Fonts were never imported from the template. Now they match. * Refactor ErrorView to generic component. * Refactor Category Componet to use ErrorView * Refactor CategoryList component to use ErrorView * Refactor cmsBlock component to use ErrorView * Refactor Product component to use error view. * Remove code from props * Responsive background image and styling. Storybook functionality * On error use default messaging but log in dev * Fix tests Signed-off-by: sirugh <rugh@adobe.com> * Render error view as component instead of child * Only show loading indicator if loading and no data * Update imports to use package Signed-off-by: sirugh <rugh@adobe.com> * Update test Signed-off-by: sirugh <rugh@adobe.com> * Move background image to component dir * Update snaps Signed-off-by: sirugh <rugh@adobe.com> * Add i18n defaults Signed-off-by: sirugh <rugh@adobe.com> * snaps Signed-off-by: sirugh <rugh@adobe.com>
- Loading branch information
Showing
39 changed files
with
616 additions
and
677 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 was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
7 changes: 0 additions & 7 deletions
7
packages/peregrine/lib/Router/__mocks__/magentoRouteHandler.js
This file was deleted.
Oops, something went wrong.
183 changes: 0 additions & 183 deletions
183
packages/peregrine/lib/Router/__tests__/magentoRouteHandler.test.js
This file was deleted.
Oops, something went wrong.
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.