Skip to content

Commit

Permalink
feat(soffit-pwa): context
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm authored and AliMD committed Feb 25, 2023
1 parent ec6eb42 commit d7b9a04
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion uniquely/soffit-pwa/src/content/product-page-en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const productPageContent: ProductPageContent = {
topAppBar: {
type: 'large',
headline: 'Ceiling tile product',
startIcon: {icon: 'arrow-back-outline'},
startIcon: {icon: 'arrow-back-outline', clickSignalId: 'back-click-event'},
endIconList: [
{icon: 'globe-outline', clickSignalId: 'language-button-click-event'},
{icon: 'menu-outline', flipRtl: true},
Expand Down
2 changes: 1 addition & 1 deletion uniquely/soffit-pwa/src/content/product-page-fa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export const productPageContent: ProductPageContent = {
topAppBar: {
type: 'large',
headline: 'محصولات تایل سقفی',
startIcon: {icon: 'arrow-back-outline', flipRtl: true},
startIcon: {icon: 'arrow-back-outline', flipRtl: true, clickSignalId: 'back-click-event'},
endIconList: [
{icon: 'globe-outline', clickSignalId: 'language-button-click-event'},
{icon: 'menu-outline', flipRtl: true},
Expand Down
1 change: 1 addition & 0 deletions uniquely/soffit-pwa/src/context.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
export * from '@alwatr/pwa-helper/context.js';

0 comments on commit d7b9a04

Please sign in to comment.