Commit graph

7432 commits

Author SHA1 Message Date
Philipp Stracker
a923045eff
🎨 Fix code style issues & add comment 2024-11-21 19:41:14 +01:00
Philipp Stracker
c7e5395e12
🐛 Fix incorrect hook usage 2024-11-21 19:28:32 +01:00
Philipp Stracker
a95296b8ed
🎨 Code format & cleanup 2024-11-21 19:28:08 +01:00
Philipp Stracker
3b3bb29428
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/Navigation.js
#	modules/ppcp-settings/resources/js/Components/Screens/Settings.js
#	modules/ppcp-settings/services.php
#	modules/ppcp-settings/src/SettingsModule.php
2024-11-21 19:23:42 +01:00
Philipp Stracker
5f8dda0980
Implement PayPal connection via popup 2024-11-21 19:10:02 +01:00
Philipp Stracker
88f2ed9185
♻️ Minor code improvement 2024-11-21 19:08:50 +01:00
Philipp Stracker
2a28f38491
Implement sandbox login actions 2024-11-21 19:07:32 +01:00
Philipp Stracker
b7ef3242bf
Standardize REST response format 2024-11-21 19:04:27 +01:00
Philipp Stracker
a0910962b4
🐛 Move required action type to common store 2024-11-21 18:04:11 +01:00
Philipp Stracker
f2f0329e4e
🐛 Implement missing common-store action 2024-11-21 17:43:22 +01:00
Philipp Stracker
454e7c1a6d
🎨 Small code cleanup 2024-11-21 17:43:15 +01:00
Philipp Stracker
3fa823ee02
♻️ Make Separator component more generic 2024-11-21 17:41:49 +01:00
Philipp Stracker
65814f51e9
Add REST endpoint for common settings 2024-11-21 17:23:22 +01:00
Emili Castells
06e74e74f4
Merge pull request #2822 from woocommerce/PCP-3892-create-setting-in-old-and-new-ui-for-users-to-switch-back-and-forth
Create setting for users to switch back and forth (3892)
2024-11-21 17:13:40 +01:00
Emili Castells
47d983a70f
Merge pull request #2809 from woocommerce/PCP-3862-pay-pal-saved-payment-not-shown-in-pay-pal-button
PayPal saved payment not shown in PayPal button (3862)
2024-11-21 17:07:58 +01:00
Emili Castells
44b885455f
Merge pull request #2820 from woocommerce/PCP-3860-only-last-payment-token-is-available-because-a-new-customer-is-returned-each-time
Only last payment token is available because a new customer is returned each time (PCP-3860)
2024-11-21 17:07:28 +01:00
Philipp Stracker
b0b354e266
♻️ Simplify manual connect logic 2024-11-21 16:40:06 +01:00
Philipp Stracker
290aed8ad8
🎨 Minor code formatting 2024-11-21 16:38:29 +01:00
Philipp Stracker
faff0baa43
♻️ Move sandbox & manual-connect to common store 2024-11-21 16:16:20 +01:00
Philipp Stracker
2b2b24e434
🔥 Remove isSaving; move isBusy to common store 2024-11-21 16:14:26 +01:00
Philipp Stracker
10a3767e2f
Accordion can be toggled via URL hash 2024-11-21 16:00:03 +01:00
Emili Castells
7bf579c508
Merge pull request #2821 from woocommerce/PCP-3946-convert-existing-payment-methods-screen-into-the-new-design-two-columns
Settings UI: Migrate to two column design
2024-11-21 14:11:23 +01:00
Narek Zakarian
b4dc94a2f4
Remove the unused trait 2024-11-21 17:09:36 +04:00
Narek Zakarian
f75952f50a
Fix psalm 2024-11-21 16:37:53 +04:00
Narek Zakarian
0e6f9e3f79
Remove the option on plugin uninstallation 2024-11-21 16:35:41 +04:00
Narek Zakarian
ae27563274
Fix the cs 2024-11-21 16:32:30 +04:00
Daniel Dudzic
9137712196
Settings UI: Migrate to two column design 2024-11-21 13:08:38 +01:00
Emili Castells
e70377c7ec
Merge pull request #2819 from woocommerce/PCP-3946-Convert-existing-payment-methods-screen-into-the-new-design
Convert existing payment methods screen into the new design (3946)
2024-11-21 12:49:01 +01:00
Narek Zakarian
df9a0befaa
Fix the button placing 2024-11-21 15:21:23 +04:00
Emili Castells Guasch
d3cc1ed19e Add customer_id when saving payment token 2024-11-21 11:56:26 +01:00
inpsyde-maticluznar
9d65194dbd
Payment cards redesign #2 2024-11-21 11:38:01 +01:00
Philipp Stracker
1b96b112c2
♻️ Make debugging code more dynamic 2024-11-20 18:38:39 +01:00
Philipp Stracker
e181892a34
Register the common store 2024-11-20 18:38:06 +01:00
Philipp Stracker
ce5c6a3676
Stores now also export their selectors 2024-11-20 18:37:28 +01:00
Philipp Stracker
49d088b252
🐛 Fix incorrect path after merge 2024-11-20 17:23:19 +01:00
Philipp Stracker
7ae4184d30
♻️ Apply new code style to “common” store 2024-11-20 17:21:09 +01:00
Philipp Stracker
8f12e978f3
🔥 Clean up unused code 2024-11-20 17:20:48 +01:00
Philipp Stracker
80bbf51220
♻️ Update outdated action names 2024-11-20 17:20:39 +01:00
Narek Zakarian
6d6835c998
Create the switching logic 2024-11-20 20:16:35 +04:00
Philipp Stracker
618288529f
🔀 Merge branch 'trunk' 2024-11-20 17:05:54 +01:00
Philipp Stracker
df0837b894
♻️ Implement new store logic in Navigation 2024-11-20 17:01:34 +01:00
Philipp Stracker
40a6514af7
🎨 Apply eslint styling to Navigation component 2024-11-20 17:00:00 +01:00
Philipp Stracker
c96957152b
🚚 Move navigation component to onboarding module 2024-11-20 16:59:26 +01:00
Philipp Stracker
a498c48f5d
♻️ Implement new store logic in on boarding pages 2024-11-20 16:56:44 +01:00
Philipp Stracker
a5508835d7
♻️ Implement new store logic in “Advaced Options” 2024-11-20 16:55:56 +01:00
Philipp Stracker
d933d8e6f4
Export global constants in main data-module 2024-11-20 16:55:31 +01:00
Philipp Stracker
6a91d1ee99
💡 Update a comment 2024-11-20 16:55:07 +01:00
Philipp Stracker
4bcdb445d4
♻️ Adjust hooks to new code, rename a flag 2024-11-20 16:54:53 +01:00
Philipp Stracker
1c27e90923
♻️ Simplify actions 2024-11-20 16:54:29 +01:00
Philipp Stracker
329135d1dc
♻️ Simplify selectors 2024-11-20 16:54:11 +01:00