Commit graph

693 commits

Author SHA1 Message Date
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
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
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
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
Philipp Stracker
105202f833
💄 Resolve the nested “button > a” structure 2025-01-24 16:10:28 +01:00
Philipp Stracker
d5613ca030
💄 Fix layout of “help center” block 2025-01-24 15:33:21 +01:00
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
Emili Castells Guasch
dde1a702ea Merge branch 'trunk' into PCP-4077-conditionally-display-payment-methods 2025-01-24 11:01:12 +01:00
Emili Castells Guasch
505babbab0 Merge trunk 2025-01-24 09:56:04 +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