Dawid
|
1621feb691
|
Apps marketplace (#2850)
* Add new Apps List
* Update apps routing
* Add marketplace apps list
* Update apps urls
* Update app list style
* Add installed apps section
* Update apps sections and connect actions with mutations
* Add latest missing buttons and labels to installed apps list
* Update installed apps list
* Update installed apps list
* Add tests and marketplace error handling
* Update environment configuration
* Update GitHub actions env configuration
* Refactor AppListCard component
* Test InstallWithManifestFormButton
* Test AppListCard
* Extract InstalledAppListRow with tests
* Update GitHub actions env configuration
* Tests of apps dialogs
* Update GitHub actions env configuration
* Update messages
* Update GitHub actions env configuration
* Quote untrusted GitHub actions variables
* Change useFetch to useMarketplaceApps and add tests
* Fix strict null check errors
* Refactor apps details components
* Add strict null checks for /new-apps/ components
|
2023-01-10 11:04:30 +01:00 |
|
Patryk Andrzejewski
|
b612e2be69
|
Prevent crash apps about page caused by react-markdown library (#2803)
* Install polyfill for process
* Install polyfill for rollup
|
2022-12-09 15:12:16 +01:00 |
|
Patryk Andrzejewski
|
15105f77ce
|
Demo mode improvements (#2825)
* Enable DEMO_MODE env
* Set GH star button
|
2022-12-08 16:34:46 +01:00 |
|
Patryk Andrzejewski
|
c2a322aa95
|
Docker building images improvement (#2767)
* Optional deps
* Move storybook as optional dep
* Set defaults
|
2022-12-07 09:25:44 +01:00 |
|
Patryk Andrzejewski
|
018b93aaa6
|
Prevent infinite reloading service worker (#2785)
* Respect interval for service worker
* Do not load sw by vie plugin
* Move comment above
|
2022-12-06 11:12:19 +01:00 |
|
Patryk Andrzejewski
|
c46ec15e14
|
Wrap path into array (#2753)
|
2022-12-01 13:16:03 +01:00 |
|
Patryk Andrzejewski
|
9bd69248d4
|
Fix service worker (#2760)
|
2022-12-01 11:55:46 +01:00 |
|
Lukasz Ostrowski
|
e06d3bdf0d
|
Improve dashboard and marketplace connection (#2666)
* Change env variables related to marketplace, add navigation item
* Change apps order
* Add button to browse marketplace
* Add redirect to Saleor Apps Marketplace on button click
* Move apps tabs state to URL
* Pass theme for initial marketplace iframe load
* Improve marketplace mount
* fix types
* fix cr
* Update env variables to disable marketplace on envs other than master staging
* Extract locales
* update snapshots
|
2022-11-30 17:20:20 +01:00 |
|
Patryk Andrzejewski
|
aa10a1d08e
|
Introduce vite (#2677)
Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com>
|
2022-11-28 14:56:46 +01:00 |
|
Patryk Andrzejewski
|
9ef4d4c6ee
|
Revert "Introduce vite (#2580)" (#2676)
This reverts commit 9de945d61a .
|
2022-11-24 16:24:04 +01:00 |
|
Patryk Andrzejewski
|
470acdb97f
|
Revert "Set fixed assets directory (#2674)" (#2675)
This reverts commit 495862478f .
|
2022-11-24 16:22:42 +01:00 |
|
Patryk Andrzejewski
|
495862478f
|
Set fixed assets directory (#2674)
|
2022-11-24 16:08:32 +01:00 |
|
Patryk Andrzejewski
|
9de945d61a
|
Introduce vite (#2580)
* Vite, remove webpack
* Clean deps
* Fix apollo types
* Fix types
* CI
* Fix types
* Fix types
* Keep required deps for storybook
* Rename build dir
* Sentry config, fix react-virtualized issue
* Set NODE_OPTIONS
* Fast-refresh rule for eslint
* Update deps
* Update deps
* Update deps
* Remove webpack
* Add sw
* Update dockerfile
* Update dockerfile
* Update readme, dev port
|
2022-11-24 15:24:08 +01:00 |
|