Skip to content

Commit

Permalink
fix(inventoryGuests): sw-235 close on redraw (#1002)
Browse files Browse the repository at this point in the history
* inventoryCard, state for parsed data
* inventoryCardHelpers, productId for strings
* inventoryGuests, move state to context
* inventoryGuestsContext, infinite scroll, fix offset
* inventoryReducer, types, clear guests data on close
  • Loading branch information
cdcabrera committed Nov 17, 2022
1 parent 7bfd9ef commit 8041cab
Show file tree
Hide file tree
Showing 21 changed files with 456 additions and 561 deletions.
4 changes: 2 additions & 2 deletions src/components/i18n/__tests__/__snapshots__/i18n.test.js.snap
Original file line number Diff line number Diff line change
Expand Up @@ -157,11 +157,11 @@ exports[`I18n Component should generate a predictable locale key output snapshot
"keys": [
{
"key": "curiosity-inventory.header",
"match": "translate('curiosity-inventory.header', { context: id })",
"match": "translate('curiosity-inventory.header', { context: [id, productId] })",
},
{
"key": "curiosity-inventory.header",
"match": "translate('curiosity-inventory.header', { context: key })",
"match": "translate('curiosity-inventory.header', { context: [key, productId] })",
},
],
},
Expand Down
Loading

0 comments on commit 8041cab

Please sign in to comment.