Commit graph

6211 commits

Author SHA1 Message Date
Philipp Stracker
77f6ecb3d1
💄 Fix radio-button alignment 2025-01-28 10:48:26 +01:00
Philipp Stracker
4a611cf3b4
💄 Improve webhook details in Troubleshooting tab 2025-01-28 10:47:22 +01:00
Philipp Stracker
d09e48df77
🚚 Move settings-tab files to correct folder 2025-01-28 10:30:26 +01:00
Philipp Stracker
b9282b510c
💄 For send-only country: Hide Save, add CTA 2025-01-28 10:22:42 +01:00
Philipp Stracker
609fe0fd59
💄 Fix title appearance in the Styling tab 2025-01-28 09:54:26 +01:00
Philipp Stracker
41afaafa5f
♻️ Improve TabPaymentMethods structure 2025-01-27 22:28:27 +01:00
Philipp Stracker
26bd9f2d05
🐛 Fix re-render issues 2025-01-27 20:35:54 +01:00
Philipp Stracker
9de82ee152
🚚 Move a config file to better location 2025-01-27 18:58:37 +01:00
Philipp Stracker
408b7eede5
🐛 Fix broken checkbox logic 2025-01-27 18:54:27 +01:00
Philipp Stracker
94069238f3
♻️ Add a “name” prop to every CheckboxGroup 2025-01-27 18:54:02 +01:00
Philipp Stracker
dd454d4d12
💄 Fix alignment of horizontal radio-controls 2025-01-27 18:52:19 +01:00
Philipp Stracker
9d3080a259
💄 FIx the loading-spinner position and layout 2025-01-27 18:04:47 +01:00
Philipp Stracker
60f54d56ea
💄 Fix settings-container alignment & width 2025-01-27 17:22:35 +01:00
Philipp Stracker
727462305b
♻️ Consolidate payment-method hooks 2025-01-27 15:47:31 +01:00
Philipp Stracker
9c1803e8ea
️ Resolve unnecessary re-render of header 2025-01-27 15:30:21 +01:00
Philipp Stracker
023bc277d0
💄 Fix alignment of onboarding wizard 2025-01-27 15:16:22 +01:00
Philipp Stracker
7f260b690d
💄 Fix HStack/VStack CSS 2025-01-27 13:55:31 +01:00
Philipp Stracker
3dc7f090ba
💄 Fix payment method list in Styles tab 2025-01-27 13:50:45 +01:00
Philipp Stracker
563f9e5ac1
Create new VStack component 2025-01-27 13:50:28 +01:00
Philipp Stracker
4d60b8cff0
🚚 Prepare reusable module for new VStack 2025-01-27 13:45:52 +01:00
Philipp Stracker
a9e2f600ab
🩹 Resolve component deprecation warnings 2025-01-27 13:41:52 +01:00
Philipp Stracker
b907eeebe6
🔀 Merge branch 'trunk' 2025-01-27 13:37:20 +01:00
Philipp Stracker
a582b256d8
🔀 Merge branch 'trunk' & resolve conflicts
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/ReusableComponents/SettingsBlocks/FeatureSettingsBlock.js
#	modules/ppcp-settings/resources/js/Components/Screens/Settings/Components/Overview/Features.js
2025-01-27 13:36:30 +01:00
Emili Castells
b0a5d9b3c4
Merge pull request #3024 from woocommerce/fix/PCP-4003-align-settings-left
Align to the left and under the arrow
2025-01-27 12:38:42 +01:00
Emili Castells
c1d3e312ae
Merge pull request #3015 from woocommerce/PCP-4121-update-pay-later-messaging-component
Update Pay Later Messaging component (4121)
2025-01-27 12:00:12 +01:00
carmenmaymo
904be9c0cc
Align to the left and under the arrow 2025-01-27 11:50:51 +01:00
Emili Castells Guasch
7e16a9f584 Get store country from global variable instead of custom hook 2025-01-27 11:50:03 +01:00
Philipp Stracker
1a6ddbba2b
🔀 Merge branch 'trunk' 2025-01-27 11:33:53 +01:00
Philipp Stracker
9be36f1a44
♻️ Use more specific action to update method data 2025-01-27 11:32:21 +01:00
Philipp Stracker
351982bd94
🐛 Restore accidentally deleted braces 2025-01-27 11:29:57 +01:00
Philipp Stracker
7468e0f538
🐛 Don’t render invalid payment method entries
Removes items that are not initialized, during first component render
2025-01-27 11:28:23 +01:00
Philipp Stracker
ab5bcd53f4
🎨 Minor store-hooks cleanup 2025-01-27 11:23:23 +01:00
Philipp Stracker
7a6ec6a1fe
🐛 Fix incorrect DOM: Resolve nested <p>-tags 2025-01-27 11:20:27 +01:00
Philipp Stracker
1f82eb37f3
🔥 Remove non-existent properties from data model 2025-01-27 11:16:04 +01:00
Philipp Stracker
4aca1b2347
💡 Add some comments 2025-01-27 11:15:37 +01:00
Philipp Stracker
6b952a7d97
🚚 Move components to correct folder 2025-01-27 11:14:24 +01:00
Philipp Stracker
e4feb1f8f8
♻️ Switch PaymentMethodsBlock to new action 2025-01-27 11:07:57 +01:00
Philipp Stracker
7613babb7c
♻️ Minor code cleanup in PaymentMethodsBlock 2025-01-27 11:07:19 +01:00
Emili Castells Guasch
bef1c92f3f Merge trunk 2025-01-27 11:06:56 +01:00
Philipp Stracker
e878deb66e
New action to change payment method details 2025-01-27 11:03:03 +01:00
Philipp Stracker
56150740c9
♻️ Switch store to “createHooksForStore” utility 2025-01-27 11:02:04 +01:00
Philipp Stracker
78a6303e12
Implement default “setTransient” action 2025-01-27 11:00:22 +01:00
Philipp Stracker
9fdc370c21
🎨 Leverage PaymentHooks instead of direct import 2025-01-27 10:58:34 +01:00
Philipp Stracker
6e2f58c565
💄 Give payment method icons a fixed size 2025-01-27 10:55:17 +01:00
Emili Castells
36d669c3a6
Merge pull request #2766 from woocommerce/PCP-3512_improve-gettting-terms-and-conditions
replace wc_terms_and_conditions_page_id() to avoid errors (3512)
2025-01-27 10:50:59 +01:00
Philipp Stracker
5c5601af97
🚸 Replace clickable div with button 2025-01-24 17:06:15 +01:00
Philipp Stracker
9cadf1ff76
♻️ Use wp icon instead of custom SVG 2025-01-24 17:03:23 +01:00
Philipp Stracker
63185b39b7
💄 Fix the payment method item grid layout 2025-01-24 17:01:03 +01:00
Philipp Stracker
a43427ce29
🎨 Minor code style improvement in SCSS 2025-01-24 16:33:40 +01:00
Philipp Stracker
95bdf8bcc7
💄 Fix layout of feature overview 2025-01-24 16:29:03 +01:00