Commit graph

310 commits

Author SHA1 Message Date
Philipp Stracker
bd14ea441e
♻️ Move dummy hook into redux store 2025-01-16 17:16:37 +01:00
Philipp Stracker
484356dcc0
♻️ Shorten the import path for styling config 2025-01-16 15:02:25 +01:00
Philipp Stracker
11e6624dfc
♻️ Extract common Styling components to own files 2025-01-16 14:39:55 +01:00
Philipp Stracker
e5eb1a4435
♻️ Switch Styling UI to use generic components 2025-01-16 14:39:27 +01:00
Philipp Stracker
1cac69ce99
Make some generic UI components themeable 2025-01-16 14:37:44 +01:00
Philipp Stracker
85794e77ce
💄 Improve the (broken) UI in the Styling-tab 2025-01-15 19:41:46 +01:00
Philipp Stracker
55d1fd3699
🚧 Move styling data to a dummy hook 2025-01-15 18:43:12 +01:00
Philipp Stracker
491352710e
🚧 Refactor the Styling tab 2025-01-15 15:27:02 +01:00
Philipp Stracker
fa67abc8e4
♻️ Extract the button-preview component 2025-01-14 16:18:54 +01:00
Philipp Stracker
ef57724040
🚚 Move the TabStyling component 2025-01-14 13:12:37 +01:00
Philipp Stracker
981ec2f56c
🔀 Merge branch 'trunk' 2025-01-14 13:10:02 +01:00
Philipp Stracker
ffc8dc8d6b
💄 Remove the gap at the top of the screen 2025-01-14 12:36:34 +01:00
Philipp Stracker
ed66f2bc05
🐛 Fix incorrect component path 2025-01-14 12:36:03 +01:00
Philipp Stracker
2f03dcb948
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/css/components/screens/settings/_tab-paylater-configurator.scss
#	modules/ppcp-settings/resources/css/style.scss
#	modules/ppcp-settings/resources/js/Components/Screens/tabs.js
2025-01-14 12:29:39 +01:00
Emili Castells
02f2e1d005
Merge pull request #2992 from woocommerce/fix/PCP-4100
🌐 Use new wording only for US stores
2025-01-14 12:13:19 +01:00
Philipp Stracker
07a6287cf7
♻️ Slightly improve the BadgeBox component 2025-01-14 12:04:20 +01:00
Philipp Stracker
9d494a4a0c
🌐 Use new wording only for US stores 2025-01-14 11:29:50 +01:00
Philipp Stracker
59b2a8cd87
Merge pull request #2984 from woocommerce/fix/PCP-4100
Change wording Optional to Expanded (4100)
2025-01-14 11:10:48 +01:00
Philipp Stracker
8cd128fc1e
Merge pull request #2968 from woocommerce/fix/PCP-4073
Update documentation and support url link (4073)
2025-01-14 11:08:11 +01:00
Philipp Stracker
756801f1cf
Merge pull request #2991 from woocommerce/PCP-4098-create-messaging-configurator-component
Add Pay later Configurator (4098)
2025-01-14 11:04:52 +01:00
Narek Zakarian
b842873370
Create the configurator 2025-01-14 11:37:57 +04:00
Narek Zakarian
4d8f418eae
Do not add a "PayLater" tab if configurator is not eligible 2025-01-14 11:37:05 +04:00
Philipp Stracker
0b624eb8bc
♻️ Move JS configuration for styling page 2025-01-13 19:03:33 +01:00
carmenmaymo
f004be97ff
use component instead of function 2025-01-13 15:21:55 +01:00
carmenmaymo
c2c4347ce2
use merchant directly 2025-01-13 15:21:36 +01:00
carmenmaymo
b65ed2b9b2
Merge branch 'trunk' into fix/PCP-4093-real-data 2025-01-13 14:47:28 +01:00
Philipp Stracker
2c3bb50af5
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/App.js
#	modules/ppcp-settings/resources/js/Components/Screens/tabs.js
2025-01-13 11:29:30 +01:00
carmenmaymo
879f9b94e1
Change wording Advanced to Expanded 2025-01-13 11:29:11 +01:00
Narek Zakarian
140e028054
Add 'pay-later-messaging' tab into array of tabs 2025-01-13 14:14:35 +04:00
Narek Zakarian
6a7eb8fa1f
Create 'pay-later-messaging' empty tab 2025-01-13 14:14:17 +04:00
Philipp Stracker
54e2258d62
Improve the loading experience
Before this change, the settings screen was briefly visible, before the merchant details were loaded from the REST endpoint
2025-01-10 19:15:02 +01:00
Philipp Stracker
0735cae04f
💄 Make the send-only message look a bit nicer 2025-01-10 19:12:22 +01:00
Philipp Stracker
0bc06deebf
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/src/Data/CommonSettings.php
#	modules/ppcp-settings/src/Endpoint/CommonRestEndpoint.php
2025-01-10 18:56:11 +01:00
Philipp Stracker
1c33c42507
💄 Improve UI of webhook section 2025-01-10 18:30:11 +01:00
Philipp Stracker
406e8ebc98
Add generic option to suppress separator lines 2025-01-10 18:29:54 +01:00
Philipp Stracker
25887024a6
♻️ Start to unclutter SCSS a bit 2025-01-10 18:29:14 +01:00
carmenmaymo
8b88eaed4b
Remove unused showAllData 2025-01-10 17:06:32 +01:00
carmenmaymo
84fd823d84
Use getDefaultConnectionStatusData and ConnectionInfo for displaying connection status and details 2025-01-10 16:43:54 +01:00
carmenmaymo
0ea57ea06f
Refactor ConnectionInfo component to use merchant data from CommonHooks 2025-01-10 16:43:01 +01:00
Philipp Stracker
2a1da98b5f
🚚 Consistent file- and component-naming 2025-01-10 15:16:05 +01:00
Philipp Stracker
0a5fb316c4
♻️ Refactor Onboarding to use new TopNavigation 2025-01-10 15:14:38 +01:00
Philipp Stracker
47be154307
♻️ Refactor Settings to use new TopNavigation 2025-01-10 15:14:15 +01:00
Philipp Stracker
d588a9cd18
New reusable TopNavigation component 2025-01-10 15:13:41 +01:00
Philipp Stracker
db7e5e0dae
🚚 Improve component organization 2025-01-10 13:57:53 +01:00
Philipp Stracker
9cd09c8dfa
🚚 Prepare the “tabs” folder for settings 2025-01-10 13:40:10 +01:00
Philipp Stracker
e6b2f1c1bf
🚚 Start organizing settings-screen 2025-01-10 13:38:54 +01:00
Philipp Stracker
0fb039d8ce
🚚 Organize onboarding components 2025-01-10 13:30:06 +01:00
Philipp Stracker
e7fa7784ec
🚚 Move onboarding components to onboarding dir 2025-01-10 13:24:14 +01:00
Philipp Stracker
efa4ca1a43
♻️ Convert SVG logo to Icon component 2025-01-10 13:15:11 +01:00
Philipp Stracker
9234975178
🚚 Move onboarding header to onboarding screen 2025-01-10 13:13:49 +01:00