-
Notifications
You must be signed in to change notification settings - Fork 3.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
π [Story attachment] Move page-attachment to separate extension (#37253)
* Started moving page attachment * Create bundle * Fixed tests * Fixed import * Not use service getters to avoid bundling * Fix services * Fix shopping unit test * Removed dependency on localizationservice * Fixed localization * Fixed tests * Sync service fetchers * Made services sync * Fixed tests for sync services * Remove unused import in test * AnalyticsService to sync * Import devAssert * Remove param to buildInline * Undo describes.js * Fix tests * Remove unused import * Debundle store with forms * Install extension without check
- Loading branch information
1 parent
9d0306f
commit 3d06e61
Showing
17 changed files
with
181 additions
and
89 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
2 changes: 1 addition & 1 deletion
2
...1.0/amp-story-draggable-drawer-header.css β ...0.1/amp-story-draggable-drawer-header.css
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
File renamed without changes.
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
File renamed without changes.
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
3 changes: 2 additions & 1 deletion
3
...p-story/1.0/amp-story-page-attachment.css β ...achment/0.1/amp-story-page-attachment.css
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,5 @@ | ||
|
||
@import "./amp-story-draggable-drawer.css"; | ||
@import './amp-story-form.css'; | ||
|
||
/** Remote attachment styles. */ | ||
|
||
|
Oops, something went wrong.