Commit graph

1676 commits

Author SHA1 Message Date
Dominik Żegleń
cc2fb0ae4e
Fix updating product that has no variants (#649)
* Fix updating product that has no variants

* Update changelog
2020-08-18 16:09:01 +02:00
dominik-zeglen
e9d5462d08 Update changelog 2020-08-18 12:06:36 +02:00
dominik-zeglen
70bb077840 Fix rendering on safari browser 2020-08-18 11:38:34 +02:00
Dominik Żegleń
355c796bd8
Merge pull request #652 from mirumee/fix/variant-delete
Fix deleting just one variant
2020-08-18 11:23:12 +02:00
Dominik Żegleń
8f64d8b8fb
Do not use devserver to run cypress tests (#650)
* Do not use devserver to  run cypress tests

* Update changelog
2020-08-18 10:22:39 +02:00
dominik-zeglen
091e54e1d0 Fix deleting just one variant 2020-08-17 17:23:56 +02:00
Dominik Żegleń
d120be4c67
Merge pull request #643 from mirumee/fix/category-delete-message
Fix incorrect messages
2020-08-13 16:59:01 +02:00
dominik-zeglen
42d01e600d Update changelog 2020-08-13 16:44:07 +02:00
dominik-zeglen
ccee92a8d0 Fix incorrect messages 2020-08-13 16:44:05 +02:00
Dominik Żegleń
c8a96acdea
Merge pull request #644 from mirumee/fix/reset-export-dialog
Reset modal state after closing
2020-08-13 14:48:08 +02:00
dominik-zeglen
12ddf1f31a Update changelog 2020-08-13 13:28:58 +02:00
dominik-zeglen
235eb5a777 Reset modal state after closing 2020-08-13 13:28:57 +02:00
Dominik Żegleń
63376fcbe6
Merge pull request #639 from mirumee/fix/user-avatars
Fix user avatars
2020-08-12 15:48:41 +02:00
dominik-zeglen
c0b19da229 Update changelog 2020-08-12 14:55:50 +02:00
dominik-zeglen
6d5866a81b Fix avatars in permission group member liistt 2020-08-12 14:54:19 +02:00
dominik-zeglen
b9d4129a07 Update types 2020-08-12 14:54:17 +02:00
dominik-zeglen
b45e52dcfd Center user initials and user proper thumbnail sizes 2020-08-12 14:54:16 +02:00
dominik-zeglen
7e3ad3ba56 Update changelog 2020-08-12 14:54:14 +02:00
Dominik Żegleń
c0e0abce99
Merge pull request #636 from mirumee/fix/filter-saving
Fix missing save button
2020-08-12 12:53:41 +02:00
dominik-zeglen
40dc1d9dbb Update changelog 2020-08-12 12:49:06 +02:00
dominik-zeglen
ac48ba4d96 Fix missing save button 2020-08-12 12:49:05 +02:00
Dominik Żegleń
805b6264ba
Merge pull request #638 from mirumee/fix/update-schema
Update to newest schema
2020-08-12 11:56:26 +02:00
dominik-zeglen
0e0b90e3bd Update changelog 2020-08-12 11:28:47 +02:00
dominik-zeglen
cdecbeaa4a Update messages 2020-08-12 11:28:46 +02:00
dominik-zeglen
6d8a06af41 Update to newest schema 2020-08-12 11:28:45 +02:00
Vladimir Romashchenko
895f10f772
Reverted changes to changelog.md 2020-08-11 20:08:06 -04:00
Dominik Żegleń
9a86c6beb5
Merge pull request #635 from mirumee/add/navigator-btn
Add navigator button
2020-08-11 15:35:23 +02:00
Cezary Miącz
936f4fa5dc
Merge pull request #634 from mirumee/fix/test-env-branch-slug
Use url-safe test env branch slug
2020-08-11 11:35:37 +02:00
Vladimir Romashchenko
3451d58879
Changed MemberErrorDialog variant to "info" 2020-08-11 04:10:32 -04:00
Vladimir Romashchenko
d0422323ba
Added "info" variant for Action Dialog
Info messages should not require any kind of confirmation, so I added
option to disable ConfirmButton by providing "info" as a variant
2020-08-11 04:04:16 -04:00
Vladimir Romashchenko
1480a4478c
Added fix in changelog 2020-08-11 04:03:39 -04:00
dominik-zeglen
dbbe2d7287 Update snapshots, messages and changelog 2020-08-10 15:12:21 +02:00
dominik-zeglen
154899704d Add navigator button 2020-08-10 14:43:24 +02:00
Cezary Miącz
7d450d133a Use url-safe test env branch slug 2020-08-10 12:22:14 +02:00
dominik-zeglen
3816ebb0a5 Add navigator button 2020-08-08 14:59:09 +02:00
Krzysztof Wolski
fdb8d1e272
Handle situation when email is removed from user (#631) 2020-08-07 17:15:18 +02:00
Dominik Żegleń
1eb3ec7b2d
Merge pull request #628 from mirumee/fix/minor-bugs
Fix minor bugs
2020-07-30 14:37:47 +02:00
dominik-zeglen
2bfe1226d5 Update snapshots 2020-07-30 14:28:44 +02:00
dominik-zeglen
6d78842236 Update messages 2020-07-30 14:28:43 +02:00
dominik-zeglen
e530429427 Update changelog 2020-07-30 14:28:42 +02:00
dominik-zeglen
8c68903fad Add submit on blur 2020-07-30 14:28:41 +02:00
dominik-zeglen
3ce99ff326 Fix label 2020-07-30 14:28:41 +02:00
dominik-zeglen
3dafeab52b Fix shipping create minimal price bug 2020-07-30 14:28:40 +02:00
Dominik Żegleń
ba1564837c
Merge pull request #629 from mirumee/dependabot/npm_and_yarn/elliptic-6.5.3
[Security] Bump elliptic from 6.5.1 to 6.5.3
2020-07-30 12:49:06 +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
Dominik Żegleń
5062d35270
Merge pull request #624 from mirumee/ref/auth
Refactor authorization
2020-07-30 11:47:02 +02:00
dependabot-preview[bot]
f9bb51f3e5
[Security] Bump elliptic from 6.5.1 to 6.5.3
Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.1 to 6.5.3. **This update includes a security fix.**
- [Release notes](https://github.com/indutny/elliptic/releases)
- [Commits](https://github.com/indutny/elliptic/compare/v6.5.1...v6.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-29 21:45:40 +00:00
dominik-zeglen
69336b8cca Do not throw error if API_URI is not set 2020-07-29 15:34:39 +02:00
dominik-zeglen
4ffbcd069d Do not match requests by url and headers 2020-07-29 15:10:39 +02:00
M.Graczyk
e73332347b
Merge pull request #626 from mirumee/michalina-graczyk-patch-1
Update PULL_REQUEST_TEMPLATE.md
2020-07-28 13:05:04 +02:00