Piotr Grundas
a0dce99b5d
[SALEOR-3090] Boolean attribute ( #1157 )
2021-06-20 01:13:16 +02:00
Dawid Tarasiuk
453e4192fe
Attribute values pagination in product details ( #1125 )
...
* Attribute values pagination in product list filters
* Update product queries and mutations to handle attribute values pagination
* Search for attribute values dynamically on product details page
* Update product attributes mutation payload
* Support attribute values pagination on product create page
* Temporary mock not implemented attribute values pagination in variants and pages
* Trigger CI
* Fix simple product update channel listings
* Add simple local pagination implementation
* Create useLocalPageInfo hook to handle client side pagination
* Allow custom values always for attribute select inputs to prevent bug
2021-06-08 09:51:26 +02:00
Dawid Tarasiuk
f5324cee60
SALEOR-3345 Attribute values pagination on attribute details page ( #1116 )
...
* Attribute values pagination on attribute details page
* Update test snapshots
* Update values pagination in attribute create page
* Trigger CI
* Update attribute valus list pagination settings
* Update attribute details queries
* Fetch only attribute values after values update
2021-06-08 09:51:26 +02:00
Piotr Grundas
a3fd4bb6c2
Add rich text attribute input ( #1023 )
...
* Clean structure, add text input, add story
* Improvements
* Update tests, changelog
* Extract messages
* Improvements
* Generate messages, update snapshots
* Switch to rich text
* Handle transitions
* Update translations
2021-04-09 09:51:49 +02:00
Dawid Tarasiuk
4b8c2ea5e7
1427, 1866, 1868 - Implement reference attribute submission ( #938 )
...
* Implement reference attribute submitting
* Fix updating reference attributs
* Fix displaying references attribute values names
2021-01-20 11:50:53 +01:00
Dawid Tarasiuk
8b0fe986b2
1425 - Support reference type attribute on attribute details page ( #918 )
...
* Support reference type attribute on attribute details page
* Trigger CI
* Prevent changing attribute entity type during attribute update
* Refactor attribute details components
2021-01-20 11:50:53 +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 Żegleń
dda68cf6cd
Merge pull request #686 from mirumee/fix/attribute-crash
...
Fix crashing attribute value creation
2020-09-03 11:29:39 +02:00
dominik-zeglen
a6ce67b6c9
Fix crashing attribute value creation
2020-09-02 11:42:22 +02:00
dominik-zeglen
ca78ecc19f
Add metadata editor to attribute creator
2020-09-01 17:14:48 +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
eddec1a5c2
Move fragments to avoid circular imports
2020-07-07 12:14:12 +02:00
AlicjaSzu
1887769055
add status to notifications
2020-07-06 10:46:14 +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
381665409f
Rebase fixes
2020-03-24 15:05:26 +01:00
Dominik Żegleń
bf92214fc3
Revert "Use error formatting in product type section"
2020-03-11 10:56:04 +01:00
dominik-zeglen
db14154c34
Use error formatting in attribute view
2020-03-04 13:50:25 +01:00
dominik-zeglen
5ff1521b26
Unify dialog handling
2019-12-18 13:20:59 +01:00
dominik-zeglen
bf0bad5a5e
Rename state to status prop
2019-12-06 18:17:44 +01:00
dominik-zeglen
6b62f5cc40
Do not use getMutationState explicitly
2019-12-06 18:11:46 +01:00
dominik-zeglen
4b574c5d6c
Fix messages
2019-11-07 14:40:28 +01:00
dominik-zeglen
a472c8cd1a
Remove ids
2019-08-29 14:12:34 +02:00
Dominik Żegleń
a573f5e139
Refactor attribute section translations
2019-08-29 14:12:34 +02:00
dominik-zeglen
a2dd1a1404
Add missing files
2019-08-09 12:17:04 +02:00