mmarkusik
c8e06812e6
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-25 15:39:05 +02:00
Tomasz Szymański
4cecf238d6
Allow product variant to be set as default ( #721 )
...
* Add drag-and-drop to allow variants reordering
* Handle variants reordering
* Allow product variant to be set as default
* Display default variant and perform refresing after set
* Move ProductVariantSetDefault to separate component
* Changes to new schema
Co-authored-by: Dawid Tarasiuk <tarasiukdawid@gmail.com>
2020-09-25 14:33:01 +02:00
dominik-zeglen
5b6a420199
Update changelog, stories and messages
2020-09-24 13:49:49 +02:00
mmarkusik
8093876c7b
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-23 09:39:29 +02:00
mmarkusik
ce77c9df10
Fix strings containing "informations" ( #722 )
...
* update
* update changelog
Co-authored-by: Magdalena Markusik <magdalena.markusik@mirumee.com>
2020-09-22 18:04:06 +02:00
mmarkusik
c7124ffc41
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-22 09:58:33 +02:00
Magdalena Markusik
d0339408df
update messages
2020-09-21 16:36:08 +02:00
Dawid Tarasiuk
ffaf56a51b
Handle variants reordering
2020-09-21 10:33:25 +02:00
Dawid Tarasiuk
62b5219af8
Update translations
2020-09-18 11:42:36 +02:00
dominik-zeglen
39425b9f36
Update changelog and messages
2020-09-09 12:59:48 +02:00
dominik-zeglen
0f4f8bd6b4
Restore zh locales
2020-09-04 16:11:56 +02:00
dominik-zeglen
f09227e6e0
Remove zh locales to fix mac case insensitivity
2020-09-04 16:10:37 +02:00
dominik-zeglen
ce6d9d835a
Fix en locale, symlinks and use async await
2020-09-04 16:08:24 +02:00
Vladimir Romashchenko
2b39ae3a23
Added links to locales with different naming.
2020-09-03 22:51:22 -04:00
AlicjaSzu
a6db73f189
fix typo in AvailabilityCard
2020-09-03 16:10:15 +02:00
AlicjaSzu
eba4ba2edf
update VisibilityCard component ( #679 )
...
* update VisibilityCard component
* add visibleInListings in Product
* update mutations and types with visibleInListings
* update ProductExportDialogInfo with availableForPurchase
* update defaultMessages
* update useDateLocalize hook
* update cypress tests
* update orders with availability info
* revert cypress changes
* update changelog
* update product update handlers
* fix VisibilityCard styles
* create AvailabilityCard component
* update defaultMessages
* update snapshots and messages
* fix ProductCreatePage form data types
* update defaultMessages
2020-09-03 12:25:16 +02:00
dominik-zeglen
d720389ba7
Update order history information
2020-09-02 11:43:33 +02:00
Dominik Żegleń
7770ae34df
Add metadata ( #670 )
...
* Add metadata editor component
* Add tests
* Fix plurals
* Use pascal case in selectors
* Update product metadata
* Add metadata handler decorator
* Update snapshots
* wip
* Remove operation provider component
* Add metadata to collections
* Add metadata editor to variant
* Add metadata editor to categories
* Add metadata to product types
* Simplify code
* Add metadata to attributes
* Drop maybe
* Rename Metadata to MetadataFragment
* Update changelog and snapshots
2020-08-28 14:45:11 +02:00
dominik-zeglen
42a2b97886
Update messages
2020-08-19 13:50:28 +02:00
dominik-zeglen
7cdb120d38
Update messages and changelog
2020-08-18 16:20:52 +02:00
dominik-zeglen
ccee92a8d0
Fix incorrect messages
2020-08-13 16:44:05 +02:00
dominik-zeglen
cdecbeaa4a
Update messages
2020-08-12 11:28:46 +02:00
Dominik Żegleń
9a86c6beb5
Merge pull request #635 from mirumee/add/navigator-btn
...
Add navigator button
2020-08-11 15:35:23 +02:00
dominik-zeglen
dbbe2d7287
Update snapshots, messages and changelog
2020-08-10 15:12:21 +02:00
Krzysztof Wolski
fdb8d1e272
Handle situation when email is removed from user ( #631 )
2020-08-07 17:15:18 +02:00
dominik-zeglen
6d78842236
Update messages
2020-07-30 14:28:43 +02:00
Dominik Żegleń
df5aea6200
Add product export ( #620 )
...
* Add component backbone
* Make step component generic and typed
* Add step tabs
* Add settings view
* Encapsulate all dialog components in one directory
* Move types to separate file
* Add mutations
* Use gql types
* Add error handling
* Do not keep separate types file
* Allow products to be exported
* Fix types
* Update snapshots
* Update to latest schema
* Add disabled option
* Use wizard hook
* Update type definitions
* Queue export check task
* Fix bug causing jobs to be endless and duplicated
* Fix minor bugs
* Add accordion component
* Allow selection of fields to be exported
* Add attribute export
* Update snapshots
* Update messages
* Update changelog
* Add missing key
* Add quick peek to accordioin
* Sort imports
* Remove unused files
* Add chiips to attribute selection
* Change menu positioning
* Add product counter
* Add select all option
* Update snapshots
* Update messages
* Remove unused import
* Add chips
* Add test tags
* Update snapshots
* Change number of max chips
* Add accordion tags
* Update messages
2020-07-30 11:54:16 +02:00
AlicjaSzu
211b0b892d
Apps ( #599 )
...
* create Apps view
* create more app components, generate types and messages
* apps refactor, update snapshots
* show error message in tooltip when app installation fail
* update apps components and view, add apps list to storybook
* update defaultMessages
* create app details view
* update AppListPage with Skeleton component
* create app activate/deactivate dialogs, create app details stories
* add AppHeader to AppDetailsPage
* update defaultMessages
* update AppDetails view and components after review
* create custom app details view
* refactor webhooks
* update webhooks fixtures
* update WebhookDetailsPage story
* update strings
* create CustomAppCreate view and components
* update AppListPage story
* create AppInstall view and page
* handle errors in AppInstall view
* update defaultMessages
* add AppInstallPage to storybook
* add status prop to MessageManager
* update defaultMessages
* remove service account section
* remove service account routes
* remove as operator from notify status
* add notifications for app installations
* update styles for deactivated app
* update app installations with local storage
* update defaultMessages
* AppInstall update
* dd delete button to ongoin installations table
* fix active installations condition
* fix error messages in AppsList
* update defaultMessages
* add iframe to AppDetailsPage
* create AppDetailsSettingsPage
* install macaw-ui
* apps styles clean up
* update schema, fixtures
* few apps updates
* WebhookCreate - fix onBack button name
* WebhookCreatePage story update
* rename apps table from external to thirdparty
* update defaultMessages
* fix test, update snapshots
* AppDetailsSettings - add token to headers
* fix first number in local apps query
* app details settings - use shop domain host
* add onSettingsRowClick to InstalledApps
* resolve conflicts
* update changelog and messages
* add noopener noreferrer do app privacy link
* update snapshots
* update snapshots
* updates after review
* update defaultMessages
* CustomAppDetails - add missing notify status
2020-07-22 12:54:15 +02:00
Dominik Żegleń
df85de6779
Merge pull request #619 from mirumee/feature/order_event_updated
...
Order updated history event
2020-07-22 12:02:27 +02:00
Krzysztof Wolski
c778c200ed
Move from test cafe to Cypress ( #584 )
...
* Typo
* Add cypress config
* Login and logout tests
* Typo
* Add basic test for warehouse
* Wrong password test
* Fixes and docs
* Remove testcafe
* Add gh action
* Update changelog
* Fix typo
* Update msgs
* Work on GH action
* Record artifacts
* Fix warehouse test
2020-07-20 11:42:44 +02:00
Tomasz Szymanski
79144e6fe4
Order updated history event
2020-07-17 10:10:01 +02:00
dominik-zeglen
984edaa141
Update messages
2020-07-16 13:48:03 +02:00
dominik-zeglen
c09fc4ce00
Apply fixes from 2.10.1
2020-07-16 13:48:00 +02:00
Tomasz Szymański
97938a6018
Order history events for invoicing ( #610 )
...
* Order history events for invoicing
* Added missing translations
2020-07-15 19:19:50 +02:00
Dawid Tarasiuk
8a22155b6e
Update order invoices list design
2020-07-08 15:29:47 +02:00
Mohamed Wael
8d6d50fbc8
Add/edit tracking number ( #562 )
...
* edit tracking number button
* Update snapshot
* Update messages
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2020-07-08 12:33:50 +02:00
Dawid Tarasiuk
c7a8fe629a
Update invoice messages
2020-07-08 10:44:36 +02:00
Dawid Tarasiuk
d487af5d29
Fix invoice translation messages
2020-07-08 10:44:35 +02:00
Dawid Tarasiuk
81115da9e0
Update invoice error messages
2020-07-08 10:44:31 +02:00
Dawid Tarasiuk
e48e0a030e
Query invoices for order
2020-07-08 10:44:27 +02:00
AlicjaSzu
f247e79369
update defaultMessages
2020-07-02 14:49:42 +02:00
Dawid Tarasiuk
a29ac065a3
Update locale default messages
2020-06-18 11:37:55 +02:00
Dawid Tarasiuk
ea407432cc
Fix locale default messages
2020-06-17 18:13:33 +02:00
Dawid Tarasiuk
e450dd4c4d
Update product type in product list
2020-06-17 12:28:15 +02:00
Dawid Tarasiuk
d71f7b2a7b
Update translations
2020-06-16 18:42:56 +02:00
Krzysztof Wolski
375762a144
Conditional demo mode
2020-05-26 02:01:27 +02:00
dominik-zeglen
93c89f2a4c
Update messages
2020-05-25 12:07:45 +02:00
AlicjaSzu
75efb26aa8
add discount to Order details view
2020-05-15 17:19:51 +02:00
dominik-zeglen
5fd0f71888
Update messages
2020-05-08 16:01:04 +02:00
Dominik Żegleń
d78c7842f4
Merge pull request #517 from mirumee/tx/sync
...
Update messages
2020-05-07 13:50:45 +02:00
dominik-zeglen
375d038242
Update messages
2020-05-07 13:48:17 +02:00
dominik-zeglen
5301145cf8
Update messages
2020-05-05 19:23:34 +02:00
dominik-zeglen
f969ddf376
Update messages and changelog
2020-05-04 18:07:02 +02:00
dominik-zeglen
89bae127d2
Update translations
2020-04-29 17:11:02 +02:00
dominik-zeglen
ce38bb8352
Update messages
2020-04-29 03:47:07 +02:00
Dominik Żegleń
e7f6bd1e77
Merge pull request #490 from AdamQuadmon/fix-order-fulfillment-typo
...
Fix Typo in Order Fulfillment Dialog
2020-04-27 16:29:33 +02:00
Krzysztof Wolski
0516e540f7
Fix typo
2020-04-23 17:52:39 +02:00
Krzysztof Wolski
082a12e0b8
Permission groups section ( #406 )
...
* Add permission groups 👪
2020-04-23 17:43:08 +02:00
Luciano Amodio
258cb5bf5e
Fix Typo in Order Fulfillment Dialog
...
extraction also removed three strings from defaultMessages.json
2020-04-22 00:23:27 +02:00
dominik-zeglen
041f8e9963
Update messages
2020-03-24 13:54:31 +01:00
dominik-zeglen
519e505e18
Update messages
2020-03-24 13:54:28 +01:00
dominik-zeglen
8804de71a3
Update messages
2020-03-24 13:54:24 +01:00
dominik-zeglen
78b3feb656
Update messages
2020-03-24 13:54:21 +01:00
dominik-zeglen
f0b90318fd
Update messages
2020-03-24 13:54:13 +01:00
Krzysztof Wolski
ac8b0e4780
Merge pull request #430 from mirumee/add/order-filters
...
Add "Ready to capture" to the "Status" order filter
2020-03-10 15:28:10 +01:00
dominik-zeglen
404c50f55d
Sync translations
2020-03-06 16:38:23 +01:00
dominik-zeglen
d773a4c50f
Update messages
2020-03-04 17:19:23 +01:00
dominik-zeglen
092284f5df
Update messages
2020-03-03 14:33:38 +01:00
dominik-zeglen
291dad742a
Update messages
2020-03-02 11:20:47 +01:00
Krzysztof Wolski
6e230e72b2
Typo
2020-02-25 16:19:51 +01:00
dominik-zeglen
4dfe50becd
Sync translations with tx
2020-02-20 15:31:02 +01:00
dominik-zeglen
409e471770
Remove po files
2020-02-20 15:28:11 +01:00
dominik-zeglen
7dbc15772f
Update messages
2020-02-13 13:00:07 +01:00
dominik-zeglen
e20ff94910
Use json files in translations
2020-02-13 12:54:23 +01:00
dominik-zeglen
de7c76e8e0
Update messages
2020-02-13 12:54:22 +01:00
dominik-zeglen
dc396f9830
Use structured jsons instead of POT file
2020-02-13 12:54:22 +01:00
dominik-zeglen
3753d985da
Update messages
2020-02-03 12:55:15 +01:00
dominik-zeglen
2db588819c
Sync translations with transifex
2020-01-31 14:14:40 +01:00
dominik-zeglen
4aa188ff5c
Update messages
2020-01-20 17:07:26 +01:00
dominik-zeglen
8bdf4deabb
Update messages
2020-01-20 16:45:45 +01:00
dominik-zeglen
06b8c9431c
Update translations
2020-01-17 11:49:17 +01:00
dominik-zeglen
f707d195b2
Update translations
2019-12-09 04:40:00 +01:00
dominik-zeglen
44bb4be1fa
Fix minor bugs
2019-12-04 15:17:54 +01:00
dominik-zeglen
214a44d4b1
Fix message
2019-12-04 11:16:29 +01:00
dominik-zeglen
ebb3d9ebea
Update messages
2019-12-04 11:12:09 +01:00
dominik-zeglen
fa377e8e48
Update translations
2019-12-03 17:51:13 +01:00
dominik-zeglen
88819f0067
Improve copy
2019-11-26 15:34:56 +01:00
dominik-zeglen
fa46ebf6e9
Update messages
2019-11-26 15:16:20 +01:00
dominik-zeglen
19021040f0
Update messages
2019-11-25 18:00:37 +01:00
dominik-zeglen
7b78f66cbd
Sync translations
2019-11-19 12:59:29 +01:00
dominik-zeglen
4e56ae797e
Update messages
2019-11-13 14:28:16 +01:00
Marcin Gębala
8aa97b0d61
Merge branch 'master' into add/plugin-fields
2019-11-12 16:50:53 +01:00
dominik-zeglen
24c838282b
Sync translations with transifex
2019-11-08 12:01:15 +01:00
dominik-zeglen
b074122928
Update messages
2019-11-08 11:56:31 +01:00
dominik-zeglen
15f9535ca6
Update messages
2019-11-07 14:42:05 +01:00
dominik-zeglen
4b574c5d6c
Fix messages
2019-11-07 14:40:28 +01:00
dominik-zeglen
a2420aabda
Update messages
2019-11-07 14:11:50 +01:00
dominik-zeglen
7fab2e4363
Update messages
2019-10-25 15:39:05 +02:00
dominik-zeglen
3c60782a1b
Update copy
2019-10-24 15:17:37 +02:00
dominik-zeglen
457e786dd3
Update messages and snapshots
2019-10-24 15:16:05 +02:00
dominik-zeglen
2c70b7f9ec
Update messages
2019-10-24 14:17:44 +02:00
dominik-zeglen
3f32b5b2e7
Update messages
2019-10-21 16:54:31 +02:00
dominik-zeglen
a5eccacd19
Update messages
2019-10-21 16:35:16 +02:00
dominik-zeglen
1f1209d7dd
Update messages and snapshots
2019-10-21 14:11:52 +02:00
dominik-zeglen
845d5186c9
Persist locale in local storage
2019-10-21 13:11:55 +02:00
dominik-zeglen
254ce6be4b
Update messages
2019-10-16 17:55:45 +02:00
dominik-zeglen
e6dbd3a89a
Fix sale value
2019-10-15 17:56:57 +02:00
dominik-zeglen
0dc950947b
Update messages
2019-10-15 17:53:48 +02:00
dominik-zeglen
92b4d7d975
Add messages
2019-10-09 17:35:42 +02:00
dominik-zeglen
485a471fe3
Update messages
2019-10-09 12:26:42 +02:00
dominik-zeglen
e2b48e30e6
Update messages
2019-10-09 12:24:54 +02:00
dominik-zeglen
d16227cea6
Update snapshots
2019-10-04 13:24:40 +02:00
dominik-zeglen
9d5958b32c
Update messages
2019-09-30 18:59:07 +02:00
dominik-zeglen
eded02232a
Sync translations
2019-09-26 13:01:08 +02:00
dominik-zeglen
470929173f
Update snasphots and messages
2019-09-16 17:26:48 +02:00
dominik-zeglen
d9d59624a7
Update messages
2019-09-16 17:22:29 +02:00
dominik-zeglen
0cb3edb215
Update messages
2019-09-16 16:45:52 +02:00
dominik-zeglen
315c3b2dc0
Update messages
2019-09-10 13:00:45 +02:00
dominik-zeglen
d829c4cd41
Sync translations
2019-09-06 16:05:06 +02:00
dominik-zeglen
1dae9a772f
Update snapshots and messages
2019-09-06 15:57:01 +02:00
dominik-zeglen
427d231b35
Update messages
2019-09-06 15:52:48 +02:00
dominik-zeglen
7223193e9f
Update messages
2019-09-04 13:51:31 +02:00
dominik-zeglen
93369d9d16
Add locales
2019-08-29 15:59:11 +02:00
dominik-zeglen
c4bd2a7315
Update pot file
2019-08-29 14:48:37 +02:00
Dominik Żegleń
94c0833766
Refactor translations in components ( #133 )
...
* Refactor translations in components
* Update pot file
2019-08-29 14:42:59 +02:00
Dominik Żegleń
1585a5ad28
Refactor translations in translations section ( #131 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
8edd6ee756
Refactor translations in taxes section ( #130 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
f3b04aef8a
Refactor staff section translations ( #128 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
81c6efc474
Refactor translations in site settings section ( #129 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
aaccb724ae
Refactor shipping section translations ( #127 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
9abc98bdff
Refactor translations in product type section ( #126 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
63e4f9bd34
Refactor product section translations ( #125 )
2019-08-29 14:42:16 +02:00
Dominik Żegleń
c214cc298d
Refactor translations in pages section ( #124 )
2019-08-29 14:12:35 +02:00
Dominik Żegleń
3d2d56e227
Refactor order section translations ( #123 )
...
* Refactor translations in order section
* Ensure ID uniqueness
* Update pot file
2019-08-29 14:12:35 +02:00
Dominik Żegleń
f78e5aea31
Refactor navigation section translations ( #117 )
...
* Refactor navigation section translations
* Add missing id
* Update pot file
2019-08-29 14:12:35 +02:00
Dominik Żegleń
290f6ca396
Refactor home section translations ( #115 )
...
* Refactor home screen translations
* Update pot file
* Fix plural forms
* Update pot file
2019-08-29 14:12:35 +02:00
Dominik Żegleń
2d0a33fc0d
Refactor discount section translations ( #114 )
...
* Refactor discount sectionts translations
Fix bulk action dialogs
Fix id collision
Update pot file
wip
* Fix id collision
2019-08-29 14:12:35 +02:00
Dominik Żegleń
a2efcde035
Refactor configuration section translations ( #111 )
...
* Refactor configuration section translations
* Update pot file
2019-08-29 14:12:35 +02:00
Dominik Żegleń
5dd50bcd7e
Refactor translations in customer section ( #110 )
...
* Refactor translations in customer section
* Update pot file
* Improve descriptions
* Rebase fixes
2019-08-29 14:12:35 +02:00
dominik-zeglen
a472c8cd1a
Remove ids
2019-08-29 14:12:34 +02:00
Dominik Żegleń
2073f6ad21
Refactor collection section translations ( #108 )
...
* Refactor translations in collections section
* Update pot file
* Improve descriptions
* Do not share 'published' message
2019-08-29 14:12:34 +02:00
Dominik Żegleń
64a0d7b667
Add pot file
2019-08-29 14:12:34 +02:00
Dominik Żegleń
a1506b7df1
Fix tests
2019-08-29 14:12:34 +02:00
Dominik Żegleń
0a99350457
Add pot file
2019-08-29 14:12:34 +02:00