Krzysztof Żuraw
33b4199cec
Experimental filters: fetch products based on selected filters ( #3955 )
2023-07-19 15:22:43 +02:00
Michał Droń
fa0e142829
Fix symbol-description
ESLint rule ( #3954 )
...
* Add symbol descriptions
* Set symbol-description to error & bump migration
* add changeset
2023-07-19 15:13:35 +02:00
Krzysztof Żuraw
c99fa1c5a0
Run chromatic on main after PR is merged with proper label ( #3909 )
2023-07-19 14:14:29 +02:00
Michał Droń
6cc8f78746
Turn off ESLint rules with small benefit-to-effort ratio ( #3951 )
...
* Turn off ESLint rules
* Move fast-refresh to migration section
* Add changeset
2023-07-19 11:58:07 +02:00
Krzysztof Żuraw
dd50f95b55
Experimental filters: add empty state and adjust popover ui ( #3950 )
2023-07-19 11:29:03 +02:00
Patryk Andrzejewski
4e8942f90e
Cover attributes based on inputType ( #3945 )
...
* Cover attributes based on inputType
* Changeset
* Remove logs
* Lint
2023-07-18 14:55:56 +02:00
Paweł Chyła
9a3c9de817
Fix throw error when no description data in product list datagrid ( #3946 )
2023-07-18 14:46:31 +02:00
Krzysztof Żuraw
5e6794fa99
Experimental filters: new popover ui ( #3944 )
2023-07-18 12:40:50 +02:00
Paweł Chyła
b66af99477
Migrate Home page to new macaw ( #3737 )
2023-07-18 12:01:15 +02:00
Lukasz Ostrowski
1c7486818b
Fix app installation error redirection ( #3943 )
2023-07-17 20:37:52 +02:00
Patryk Andrzejewski
a7d39d7f19
Add all static fields to be used in filtering products ( #3912 )
...
* Add all static fields
* Changeset
* Add all static fields
* Fix types
* Remove unused entries
2023-07-14 15:27:44 +02:00
Krzysztof Żuraw
423858e86f
Experimental filters: fix providers issues ( #3931 )
...
* feat: fast fixes
* fix: cleanup code
* chore: add changeset
2023-07-14 11:01:57 +02:00
wojteknowacki
d2faa47001
pr template update - sorted tags alphabetically and add 1 more container since critical tests suite is getting bigger ( #3911 )
2023-07-13 13:43:58 +02:00
Paweł Chyła
8dd453d6d7
Introduce common bulk delete button and improve copy ( #3900 )
2023-07-13 11:01:07 +02:00
wojteknowacki
d4900deef0
Fix e2e tests for creating permission group and deleting it ( #3903 )
...
* test - fixcreating permission group and deleteing it tests
* cr - removed response log
2023-07-13 10:34:04 +02:00
wojteknowacki
779e2321ef
updated test to use data grid ( #3905 )
2023-07-13 10:24:09 +02:00
wojteknowacki
51c949cd6f
removed updateTaxConfigurationForChannel from both test since not needed ( #3904 )
2023-07-13 10:23:50 +02:00
Krzysztof Żuraw
fcd64f65eb
Experimental filters: use context for data providers ( #3899 )
2023-07-13 09:31:16 +02:00
Michał Droń
b386cf060f
Add order expiration ( #3843 )
...
* Add TTL expiration & migrate some components in channel details
* Migrate button
* Update fixtures
* Add changeset
* Typo & lint
* Reorder UI elements
* Set custom height to match old input
* Add explanatory comment
* test - created test for expired orderes functionality in channels, fixed validation test which checks using same slug twice when creating channel
* Fix create page
* Fix lint issue
* Fix error handling double notification
* tests added: creating channel with expiration days for orders, creating channel with expiration days for orders with boundary conditions exciding requirements
* function name typeExpirationDate changed to typeExpirationDays
---------
Co-authored-by: wojteknowacki <wojciech.nowacki@saleor.io>
2023-07-12 14:04:50 +02:00
Michał Droń
66976d547b
Drop dynamic column toggles in column picker ( #3878 )
...
* Drop dynamic column toggles
* Replace removal icon
* Add changeset
* Add docs
* Update docs
* Fix types on order draft datagrid
* Adjust collections column picker to new architecture
* Adjust categories column picker to new architecture
* Test column picker: adding, removing and searching for dynamic columns in picker (#3901 )
* test - column picker. Adding, removing and searching for dynamic columns in picker.
* update tests tame with TC ids
* removed unused row checks on products list view
* Lint files
---------
Co-authored-by: wojteknowacki <124166231+wojteknowacki@users.noreply.github.com>
2023-07-12 13:59:17 +02:00
Paweł Chyła
2ab11bb407
Fix remove delete button after bulk delete in categories, collections and order draft lists ( #3898 )
2023-07-12 10:30:24 +02:00
Patryk Andrzejewski
2074915055
Product query vars ( #3897 )
2023-07-12 10:06:26 +02:00
Paweł Chyła
b86bb025a2
Introduce new column picker in Categories list ( #3876 )
2023-07-11 13:19:26 +02:00
Matthias Berchtold
5b4d07d547
View all orders of anonymous customer ( #3879 )
...
* feat: view all orders of anonymous customer
* fix: formatting error
fix: translation-messages
2023-07-11 10:48:49 +02:00
Patryk Andrzejewski
4652f56531
Refactor initial index for filtering ( #3893 )
...
* Refactor initial index
* Changeset
* Ignore handler
* Fix linter
* Fix linter
* Lift up providers
* Delete FIltersArea.tsx
2023-07-11 09:30:18 +02:00
Paweł Chyła
4ad8c15366
Collections listing datagrid ( #3835 )
...
Co-authored-by: Krzysztof Żuraw <9116238+krzysztofzuraw@users.noreply.github.com>
Co-authored-by: wojteknowacki <124166231+wojteknowacki@users.noreply.github.com>
2023-07-11 08:59:01 +02:00
Krzysztof Żuraw
03d9e92c97
Add prettier command and run it inside src folder ( #3892 )
2023-07-11 08:34:08 +02:00
Timur Carpeev
de098fd520
Order page nudges ( #3671 )
...
* Capitalize first letter
* Use small pills
* Add default title
* Shorten button label
* Move action button to the right
* Update messages
* Harmonize styles
* Align rows
* Update src/orders/components/OrderTransaction/components/TransactionEvents/components/EventStatus.tsx
Co-authored-by: Jonatan Witoszek <jonatanwitoszek@gmail.com>
* Update src/orders/components/OrderTransaction/components/CardTitle/CardTitle.tsx
Co-authored-by: Jonatan Witoszek <jonatanwitoszek@gmail.com>
* Update src/orders/components/OrderTransaction/components/CardTitle/CardTitle.tsx
Co-authored-by: Jonatan Witoszek <jonatanwitoszek@gmail.com>
* Update src/orders/components/OrderTransaction/components/TransactionEvents/components/EventType.tsx
Co-authored-by: Jonatan Witoszek <jonatanwitoszek@gmail.com>
* Fix import
* Extract messages
* Fix spacing
* Changeset
---------
Co-authored-by: Jonatan Witoszek <jonatanwitoszek@gmail.com>
Co-authored-by: Paweł Chyła <pawel.chyla@saleor.io>
Co-authored-by: andrzejewsky <vox3r69@gmail.com>
2023-07-10 15:06:11 +02:00
Paweł Chyła
391b429fce
Introduce new column picker in Order Draft list ( #3869 )
2023-07-10 11:28:25 +02:00
Paweł Chyła
0ea8f32378
Use Accordion component from new macaw ( #3712 )
2023-07-10 10:24:34 +02:00
Carlos Ramírez
093388c46f
Add rowHeight prop to Datagrid component ( #3888 )
...
* Add rowHeight prop to Datagrid component
* Add changeset
2023-07-10 09:48:19 +02:00
Patryk Andrzejewski
6d6d1588b3
Start mapping selected filters to query variables ( #3886 )
...
* Initial variables mapping
* Changeset
2023-07-10 09:47:03 +02:00
Krzysztof Żuraw
cc0e0e58f3
Experimental filters: refactor API hooks ( #3882 )
2023-07-10 08:17:30 +02:00
wojteknowacki
b09f2d556f
Test env snap update ( #3875 )
...
* new channel added to env snap
2023-07-07 08:36:59 +02:00
Michał Droń
1c9291932a
Enable no-console
ESLint rule ( #3871 )
...
* Enable no-console
* Lint files
* Add changeset
2023-07-06 14:37:22 +02:00
Paweł Chyła
3093be1b7d
Drop deprecated field in transactionsAPI ( #3873 )
2023-07-06 13:01:10 +02:00
Patryk Andrzejewski
74e5e07466
Remove console log ( #3872 )
2023-07-06 11:12:43 +02:00
Paweł Chyła
f71e0b762c
Fix customer is not present on the order list page ( #3823 )
2023-07-06 11:05:51 +02:00
Patryk Andrzejewski
05ff533731
Fix null-checks for filters ( #3868 )
...
* Fix null checks
* Changeset
* Cr
2023-07-06 10:44:22 +02:00
Patryk Andrzejewski
4433a9463a
Refactor filter container ( #3867 )
...
* Refactor filter container
* Changeset
* Lint
2023-07-05 16:32:34 +02:00
Patryk Andrzejewski
8fbf0d4a88
Display hash commit instead of version on main. ( #3840 )
...
* Set commit hash on main
* Changeset
* Set commit hash on main
* Update .github/workflows/deploy-master-staging.yaml
Co-authored-by: Mikail <6186720+NyanKiyoshi@users.noreply.github.com>
---------
Co-authored-by: Mikail <6186720+NyanKiyoshi@users.noreply.github.com>
2023-07-05 16:02:38 +02:00
Krzysztof Żuraw
f8c9317ede
Experimental filters: Type initial API calls ( #3864 )
2023-07-05 15:05:43 +02:00
wojteknowacki
ad341e9954
Tests - fixes pages scenarios ( #3857 )
...
* test fixes for pages scenarios
* fixed pages tests - should create published page should keep failing since waits for BE fix
2023-07-05 14:23:56 +02:00
Patryk Andrzejewski
52bac3b8f5
Storing filter value by left operand ( #3866 )
...
* Update expression value
* Changeset
* Fix linter
2023-07-05 14:12:16 +02:00
Patryk Andrzejewski
97e4401897
Implement url management, clan up UrlEntry ( #3858 )
...
* UrlEntry clean up, fix types
* Changeset
2023-07-05 13:28:46 +02:00
Paweł Chyła
e37c8ce44c
Refactor product list datagrid to use new hooks ( #3845 )
2023-07-05 12:29:05 +02:00
Paweł Chyła
d282769fd9
Refactor order list datagrid to use new hooks ( #3846 )
2023-07-05 12:28:22 +02:00
Michał Droń
8d16513eab
Enable method signature style ESLint rule ( #3849 )
...
* Remove redundant rules handled by prettier
* Turn on method-signature-style
* Auto-lint files according to method-signature-style rule
* Add changeset
2023-07-05 11:19:58 +02:00
Paweł Chyła
72d4df482e
Fix show selected content in single autocomplete field ( #3855 )
2023-07-05 09:31:44 +02:00
Krzysztof Żuraw
fec476b7e2
Experimental filters: Add API types and handlers ( #3841 )
2023-07-05 09:21:32 +02:00