Magdalena Markusik
9730e44abe
Update everything to handle null values in content and description fields
2021-02-18 13:38:41 +01:00
Jakub Majorek
10131163c1
SALEOR-2036 Drop descriptionJson and contentJson fields ( #950 )
...
* Drop descriptionJson and contentJson fields
* Bump EditorJS version
* Update changelog
* Update tests
2021-01-22 12:13:40 +01:00
Dawid Tarasiuk
11bddd3d1b
Product reference attributes ( #948 )
...
* Update changelog with product reference attributes
* 2068 - Add product reference type to attributes (#949 )
* 2069 - Add product reference attribute search implementation (#951 )
2021-01-20 17:37:36 +01:00
Dawid Tarasiuk
b07bb08ade
1863 - Support reference attribute reordering ( #946 )
...
* Support reference attribute reordering
* Update attribute handlers tests
2021-01-20 11:50:53 +01:00
Dawid Tarasiuk
5303d9f714
1992 - Add attribute references select dialog ( #931 )
...
* Add attribute references select dialog
* Add reference attribute support to products and variants
* Fix attribute select dialog selection
* Refactor reference attribute handlers
* Refactor reference attribute handlers
* Refactor searching for reference pages
2021-01-20 11:50:53 +01:00
Dawid Tarasiuk
d5ae972b0e
Fix not updated file attribute field on delete ( #911 )
2020-12-17 10:25:16 +01:00
Dawid Tarasiuk
1e140853ec
File attributes ( #884 )
...
* Update changelog with file attributes
* Add file type attribute
* Update attribute properties form
* Update translation messages with file upload
* Create generic attributes component (#832 )
* Create generic Attributes component
* Add story for Attributes component
* Remove deprecated attribute value type field from queries
* Update test snapshots of attributes component
* Add file upload field to atributes (#888 )
* Add story for Attributes component
* Update test snapshots of attributes component
* Create file upload field in attributes
* Update upload file input data-test
* Update storybook test snapshots of attributes
* Add dedicated input props to file field
* Run Cypress using custom API
* Add missing error handling in file upload field
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
* Add file attribute upload to page attributes (#894 )
* Support upload file attribute for pages
* Update after review
* Add file attribute upload to variant attributes (#892 )
* Support upload file attribute for variants
* Update after review
* Refactor attribute values errors merging
* Update after review
* Add file attribute upload to product attributes (#826 )
* Support upload file attribute for products
* Update after review
* Refactor attribute values errors merging
* Refactor product attribute value delete handling
* Fix deleting file in file upload field
* Fix delete attribute values errors handling
* Add link to file upload field (#898 )
* Update file attributes updates (#899 )
* Update file attributes updates
* Refactor file uploads handling
* Move attributes utils to attributes directory
* Fix product channel listing updates
* Clear file field value if file is not passed as prop
* Delete attribute values before update (#908 )
* Delete file attributes after file update
* Triggr CI
* Show skeleton in file upload field during loading
Co-authored-by: Krzysztof Wolski <krzysztof.k.wolski@gmail.com>
2020-12-16 11:53:28 +01:00
Dawid Tarasiuk
fc02fce701
Page types ( #807 )
...
* Create attribute class selector
* Use ProductAttributeType to check if product is simple or with variants
* Allow attribute class selection only during its creation
* Update attribute type selection translations
* Show only product attributes in columns picker on product list view
* Cleanups in Attribute Organization component
* Create Page Types list page
* Create content management section in settings
* Implement page types list view
* Remove unused imports from page type list
* Updatte page type list style
* Remove legacy code from page type list component
* Update PageTypeListPage component
* Create Page Types details page
* Fix page type attribute reordering
* Implement PageType create view
* Implement PageType update view
* gUpdate page type details components
* Fix page type update component
* Update page type components stories
* Update page type errors handling
* Update page type details view
* Create Page Types details page
* Implement PageType create view
* Update product attribute assignment mutations
* Add page types attribute assignment mutations
* Add page types attribute assignment handling
* Temporarily fix page create mutation
* Update page type error messages
* Remove legacy storybook page type stories
* Update attribute assignment dialogs stories
* Update page type details error handling
* Update props for page type components
* Create attribute class selector
* Implement page types list view
* Add page type selector on page create and details views
* Add attributes list to page details views
* Update page types list
* Use attribute errors for attributes muatations
* Save attribute values on page create and update
* Update messages for page view
* Update page attributes fragment
* Use AttributeError in AttributeBulkDelete
* Update page type and its attribute selection
* Handle page types deleting
* Update page types deleting messages
* Handle page types attribute reorder
* Fix PageOrganizeContent component types
* Update graphqql types
* Fix page fixture
* Update messages
* Update test snapshots
* Pass pageTypes to PageForm
* Update changelog with page type addition note
* Update package-lock
* Update test snapshots
* Fix malformed generated type
* Update messages after rebase
2020-11-19 15:42:14 +01:00
dominik-zeglen
b2e6baf4e9
Use proper submit return type
2020-11-06 11:54:03 +01:00
dominik-zeglen
7c9f2a93d4
Add rich text editor to pages
2020-11-04 13:59:23 +01:00
dominik-zeglen
6988316fbc
Use dedicated type to return error promise
2020-11-02 14:26:02 +01:00
dominik-zeglen
623ec69e1f
Fix types
2020-10-30 16:10:07 +01:00
dominik-zeglen
a27a029452
Pass promise to reset form state
2020-10-30 16:10:06 +01:00
dominik-zeglen
93b6560da4
Add metadata editor to page views
2020-10-23 12:28:13 +02:00
Magdalena Markusik
374aab6603
fix
2020-10-19 12:28:43 +02:00
Magdalena Markusik
f956be3fbc
refactor after review
2020-09-25 16:44:11 +02:00
Magdalena Markusik
828e207209
add error handling to seo form
2020-09-24 14:11:30 +02:00
Magdalena Markusik
ca644c9bb0
refactor
2020-09-21 15:34:32 +02:00
Magdalena Markusik
d20b58dd79
fixes afer merge
2020-09-18 16:40:48 +02:00
Magdalena Markusik
7631a7a281
Merge branch 'master' into feat/add-slug-to-seo-form
2020-09-18 15:35:22 +02:00
Magdalena Markusik
8a80f3dd4d
Add slug field for page details wip
2020-09-17 16:06:13 +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
eddec1a5c2
Move fragments to avoid circular imports
2020-07-07 12:14:12 +02:00
Krzysztof Wolski
a82de30309
Add circleci config and enhance our linters ( #519 )
...
* Add circleci config
* Season linting config
* Apply code style
2020-05-14 11:30:32 +02:00
dominik-zeglen
e1f1a217da
Use error formatting in page views
2020-03-24 13:54:22 +01:00
dominik-zeglen
c4863ece60
Do not store errors in form component
2020-02-24 15:14:48 +01:00
dominik-zeglen
9c688d3aef
Add sorting to lists
2019-12-18 11:22:02 +01:00
dominik-zeglen
96176924f9
Add missing style names
2019-12-03 16:28:40 +01:00
dominik-zeglen
421da92cb3
Use eslint instead of tslint
2019-12-02 16:33:58 +01:00
Krzysztof Bialoglowicz
9911f2b278
Use responsive table component
2019-11-19 13:41:36 +01:00
dominik-zeglen
74d6794679
Update @material-ui to v4
2019-11-07 14:29:07 +01:00
dominik-zeglen
d84ba84e91
Update @material-ui
2019-11-07 14:22:40 +01:00
dominik-zeglen
33e956ea57
Use FC instead of deprecated StatelessComponent
2019-11-07 12:34:54 +01:00
Krzysztof Bialoglowicz
fdcf2ce872
Separate visibility Card messages context
2019-09-16 03:36:04 +02:00
Krzysztof Bialoglowicz
78132229af
Fix types
2019-09-12 12:43:35 +02:00
Krzysztof Bialoglowicz
2e488f9436
Fix issues
2019-09-12 12:38:23 +02:00
Krzysztof Bialoglowicz
258e6ad2a7
Remove Add icon from buttons
2019-09-10 14:11:47 +02:00
Krzysztof Bialoglowicz
a709ab8830
Fix add/create/assing buttons naming
2019-09-05 15:33:50 +02:00
dominik-zeglen
585cd25332
Fix table cell padding
2019-09-02 12:46:30 +02:00
dominik-zeglen
cb16d68060
Fix snapshot testing
2019-08-29 14:42:59 +02:00
Dominik Żegleń
c214cc298d
Refactor translations in pages section ( #124 )
2019-08-29 14:12:35 +02:00
dominik-zeglen
bd211a6720
Update from saleor/master
2019-08-09 13:14:35 +02:00
dominik-zeglen
0c53e9883a
Do not use asterisk imports
2019-08-09 12:26:22 +02:00
dominik-zeglen
5d959e6d6e
Initial commit
2019-06-19 16:40:52 +02:00