Commit graph

8255 commits

Author SHA1 Message Date
Philipp Stracker
a1f8f24d4c
♻️ Split feature list into smaller components 2025-01-24 15:31:11 +01:00
Philipp Stracker
839ee7b380
🚚 Rename the feature config module 2025-01-24 13:11:21 +01:00
Philipp Stracker
4883077338
♻️ Remove parent object from “getFeatures” method 2025-01-24 13:10:20 +01:00
Philipp Stracker
a3d95f23c2
♻️ Extract sub-components in overview tab 2025-01-24 13:07:32 +01:00
Philipp Stracker
f7845c72f6
💄 Style the OptionSelector boxes (wizard) 2025-01-24 12:50:51 +01:00
Philipp Stracker
cb9f185d71
🚸 Make full checkbox-container clickable 2025-01-24 12:36:21 +01:00
Philipp Stracker
f5be7481fa
Merge pull request #3019 from woocommerce/PCP-4026-implement-the-save-button-logic
Implement the "Save" button logic (4026)
2025-01-24 10:29:48 +01:00
Philipp Stracker
d2cab43c8f
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/SettingsBlocks/PaymentMethodItemBlock.js
#	modules/ppcp-settings/resources/js/Components/Screens/Settings/Tabs/TabOverview.js
2025-01-23 19:59:45 +01:00
Philipp Stracker
74cb182565
💄 Fix the nav-title font 2025-01-23 19:54:17 +01:00
Philipp Stracker
fbb4420b80
♻️ Shorten hook property name 2025-01-23 19:52:17 +01:00
Philipp Stracker
3840352c54
🔥 Remove unused files 2025-01-23 19:50:13 +01:00
Philipp Stracker
a64b1b9d24
♻️ Migrate StepPaymentMethods to OptionSelector 2025-01-23 19:50:02 +01:00
Philipp Stracker
294bd5c67b
🎨 Use new callback method props 2025-01-23 19:41:31 +01:00
Philipp Stracker
31856def94
♻️ Simplify the StepProducts component 2025-01-23 19:41:06 +01:00
Philipp Stracker
78386cb0a3
🎨 Minor code adjustments 2025-01-23 19:40:43 +01:00
Philipp Stracker
508c9e85c4
♻️ Simplify the base Checkbox component 2025-01-23 19:40:16 +01:00
Philipp Stracker
5ac017c79e
♻️ Implement new OptionSelector in StepBusiness 2025-01-23 18:21:19 +01:00
Philipp Stracker
e3bbd73e66
Create a much cleaner “SelectBox” alternative 2025-01-23 18:20:57 +01:00
Philipp Stracker
34b8e2de90
♻️ Improve the RadioButton component 2025-01-23 18:20:25 +01:00
Philipp Stracker
60cedb3fe0
💄 Fix broken UI in wizard (welcome screen) 2025-01-23 17:51:15 +01:00
Philipp Stracker
cbdf0c23e6
🧑‍💻 Improve Redux debugging 2025-01-23 17:50:07 +01:00
Philipp Stracker
143e089f79
Merge pull request #3016 from woocommerce/PCP-3932-implement-logic-for-the-features
Settings UI: Refactor Overview tab and update Feature button links
2025-01-23 17:28:58 +01:00
Philipp Stracker
37306957bd
Merge pull request #3018 from woocommerce/PCP-4120-add-payment-method-modal-data-to-data-store
Add Payment method modal data to data store (4120)
2025-01-23 17:28:39 +01:00
Philipp Stracker
09ca3d0871
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/SelectBox.js
2025-01-23 16:12:52 +01:00
Philipp Stracker
4015a8fa3c
♻️ Switch ControlRadio to use default WP component 2025-01-23 16:04:06 +01:00
Philipp Stracker
3894919d43
🐛 Convert select field value to expected format 2025-01-23 16:01:27 +01:00
Philipp Stracker
c536787215
🐛 Fix incorrect import 2025-01-23 15:19:22 +01:00
Philipp Stracker
874b9c5e96
♻️ Use the generic select field in ControlSelect 2025-01-23 15:19:10 +01:00
Philipp Stracker
5e9abb8d80
Create a generic select field 2025-01-23 15:18:54 +01:00
Emili Castells Guasch
c9b9b85cb1 Fix phpcs 2025-01-23 14:14:47 +01:00
Emili Castells Guasch
3b30e89d71 Fix phpcs 2025-01-23 14:14:18 +01:00
Philipp Stracker
59d971d5fe
🔥 Remove unused props from Redux store 2025-01-23 13:41:37 +01:00
Philipp Stracker
6a36951159
New Redux prop for disabled credit cards 2025-01-23 13:41:24 +01:00
Philipp Stracker
d24adbfe2f
♻️ Migrate SelectBlock to ControlSelect 2025-01-23 13:41:14 +01:00
Philipp Stracker
00b720088a
🎨 Minor code simplification 2025-01-23 13:32:26 +01:00
Philipp Stracker
7f861c5825
🚚 Move settings-controls into new subfolder 2025-01-23 13:28:57 +01:00
Philipp Stracker
b9df4d06a4
🔥 Clean up ControlButton 2025-01-23 13:24:46 +01:00
Philipp Stracker
420437d55a
♻️ Migrate RadioBlock to ControlRadioGroup 2025-01-23 13:24:32 +01:00
Philipp Stracker
f721d991e8
💄 Adjust layout of the button blocks 2025-01-23 13:06:47 +01:00
Philipp Stracker
209c264f71
♻️ Migrate ButtonBlock to ControlButton 2025-01-23 12:46:11 +01:00
Emili Castells Guasch
e82fdc199e Add modal data to data store 2025-01-23 12:29:41 +01:00
Emili Castells Guasch
55a0dd4824 Merge branch 'trunk' into PCP-4120-add-payment-method-modal-data-to-data-store 2025-01-23 11:16:05 +01:00
Emili Castells
449a4a3e50
Merge pull request #3011 from woocommerce/PCP-4108-remove-heading-when-configurator-throws-error
Remove the heading when configurator throws an error (4108)
2025-01-23 11:09:29 +01:00
Emili Castells
a6911bb5ee
Merge pull request #3014 from woocommerce/PCP-4013-checkboxes-should-toggle-when-clicking-anywhere-inside-the-box
Toggle the checkboxes when clicking anywhere inside the box
2025-01-23 11:07:14 +01:00
Emili Castells Guasch
c0af10b621 Merge trunk 2025-01-23 11:02:44 +01:00
Emili Castells
04d2b09ff0
Merge pull request #3012 from woocommerce/fix/PCP-4105-methods-onboarding-disable-button
Add methods prop to enable button (4105)
2025-01-23 10:59:02 +01:00
Emili Castells
515be0e0d9
Merge pull request #2993 from woocommerce/PCP-968-compatibility-issue-with-psr-log-on-php-8
Integration with PHP-Scoper (968)
2025-01-23 10:56:40 +01:00
Emili Castells
1a1d896ba8
Merge pull request #2891 from woocommerce/PCP-3949-changing-subscription-payment-method-to-acdc-results-in-an-error
Changing subscription payment method to ACDC results in an error (3949)
2025-01-23 10:56:01 +01:00
Emili Castells
3bd5076d26
Merge pull request #2936 from woocommerce/PCP-4030-default-ui-legacy-for-existing-merchants-react-for-new-merchants
Default UI: Legacy for existing merchants, React for new merchants (4030)
2025-01-23 10:55:30 +01:00
Emili Castells Guasch
44ce0d9e0b Merge branch 'trunk' into PCP-4030-default-ui-legacy-for-existing-merchants-react-for-new-merchants 2025-01-23 10:55:13 +01:00