Commit graph

5463 commits

Author SHA1 Message Date
Daniel Dudzic
f3c32dbe6c
Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-3783-fastlane-allow-merchants-to-disable-specific-card-types 2024-11-12 15:03:35 +01:00
Emili Castells Guasch
a5ae046021 Add components 2024-11-12 15:01:29 +01:00
inpsyde-maticluznar
e72cc8a213
Adds all expert settings 2024-11-12 10:12:31 +01:00
Philipp Stracker
3a5b660897
🚧 Create new connection URL generator class 2024-11-11 17:37:47 +01:00
Emili Castells
87ca59cf34
Merge pull request #2769 from woocommerce/PCP-3821-link-manual-connect-button-to-server-side-endpoint
Link Manual Connect button to server side endpoint (3821)
2024-11-11 14:56:19 +01:00
inpsyde-maticluznar
51b7b48381
Refactor & Add more fields 2024-11-11 14:02:49 +01:00
Emili Castells
57eec61c87
Merge pull request #2776 from woocommerce/PCP-3838-display-onboarding-in-full-screen-view-without-woo-commerce-header
Display onboarding in full screen view without WC header, refactor the navigation (3838)
2024-11-11 13:05:09 +01:00
Emili Castells
1e909c5354
Merge pull request #2770 from woocommerce/PCP-3864-new-settings
Add new settings containers
2024-11-11 13:01:48 +01:00
Philipp Stracker
4e46f6f5e9
♻️ Mark base class as abstract 2024-11-08 17:18:30 +01:00
Philipp Stracker
263806904b
♻️ Move code from old onboarding to api module
To make services reusable in the new settings module, without creating a dependency on the old module
2024-11-08 17:13:20 +01:00
Philipp Stracker
d0e1cc1744
Merge pull request #2779 from woocommerce/PCP-3861-remove-empty-space-when-applepay-is-not-available
Hide payment button wrapper for ineligible buttons (3861)
2024-11-08 16:48:02 +01:00
Philipp Stracker
3ecf5ced9f
Merge pull request #2771 from woocommerce/PCP-3824-revert-countries-currencies
Remove country and currency support for Hong Kong and Singapore (3824)
2024-11-08 16:43:41 +01:00
Philipp Stracker
58a656b54e
🔀 Merge branch 'trunk' 2024-11-08 15:34:41 +01:00
Philipp Stracker
bbd1a17e11
⬆️ Revert unneccesary package version change 2024-11-08 15:21:41 +01:00
Philipp Stracker
141fbef2eb
♻️ Minor: Restore alphabetical dependency order 2024-11-08 15:15:05 +01:00
Philipp Stracker
6bdee78df2
🔥 Delete unused package-lock.json 2024-11-08 15:12:37 +01:00
Philipp Stracker
78cb11d8ec
⬇️ Downgrade packages in ppcp-settings module 2024-11-08 15:08:00 +01:00
Philipp Stracker
d4eb55df42
⬇️ Downgrade @woocommerce/nagivation to stable ver
8.2.0 had some problems when using nodejs 22 on several environments
2024-11-08 14:47:47 +01:00
Philipp Stracker
e97e464fd8
🐛 Hide payment button wrapper when not eligible 2024-11-08 14:39:06 +01:00
Narek Zakarian
11ea4360b8
Fix the mobile view 2024-11-08 15:42:30 +04:00
Narek Zakarian
f6ad82886b
fix the first step back link 2024-11-08 15:27:00 +04:00
Narek Zakarian
66536f2a57
Pass the WC payments tab URL to JS 2024-11-08 14:06:38 +04:00
Narek Zakarian
d3accc0d8c
Improve mobile styles 2024-11-08 14:02:05 +04:00
Narek Zakarian
ce61b661ab
Remove the navigation from bottom 2024-11-08 13:31:45 +04:00
Narek Zakarian
c5d2295511
Remove the navigation from bottom 2024-11-08 13:31:12 +04:00
Narek Zakarian
f3c9787c68
Add the progress bar 2024-11-08 13:28:58 +04:00
Narek Zakarian
4a3ce9d029
Refactor the navigation component 2024-11-08 13:03:39 +04:00
Alex Pantechovskis
08eacd000c
Use sanitize_email
Co-authored-by: Matic Luznar <139765838+inpsyde-maticluznar@users.noreply.github.com>
2024-11-08 08:04:26 +02:00
Philipp Stracker
a91434951e
🚸 Enhance manual connection UX and validation 2024-11-07 18:34:30 +01:00
Philipp Stracker
e0fbaa7ad7
♻️ Add ref forwarding to DataStoreControl 2024-11-07 18:33:39 +01:00
Philipp Stracker
e6c7230ce2
🎨 Only target root container in global styles 2024-11-07 17:59:30 +01:00
Philipp Stracker
ec4e2be452
♻️ Refactor AccordionSection using WordPress icons 2024-11-07 17:51:12 +01:00
Narek Zakarian
f39b4ca891
Hide the unnecessary items, set BG color to white 2024-11-07 16:56:24 +04:00
Philipp Stracker
d9a82948f7
💄 Enhance SettingsToggleBlock with loading state 2024-11-07 13:24:29 +01:00
Philipp Stracker
4af29a5dc2
Add simple Spinner overlay component 2024-11-07 13:23:20 +01:00
Philipp Stracker
9d845e56f3
🧑‍💻 Add common CSS class prefix 2024-11-07 13:12:16 +01:00
Philipp Stracker
790eab5629
💄 Enhance AccordionSection UI and flexibility 2024-11-07 13:09:58 +01:00
Philipp Stracker
e4e2ca3141
💬 Remove trailing space from link URL 2024-11-07 13:08:51 +01:00
Philipp Stracker
b6fbf3fb51
🚸 Enhance SettingsToggleBlock UX/accessibility 2024-11-07 13:08:28 +01:00
Philipp Stracker
3c8d048c49
🔀 Merge branch 'trunk' 2024-11-07 12:28:01 +01:00
Emili Castells Guasch
2b668a833b Remove more from currencies 2024-11-07 11:25:15 +01:00
Emili Castells Guasch
3820fdc758 Remove country and currency suppor for hk and sg 2024-11-07 11:19:28 +01:00
Alex P.
f28ce36b95
Add new settings containers 2024-11-07 09:44:00 +02:00
Daniel Dudzic
f51c41d222
Merge branch 'trunk' of github.com:woocommerce/woocommerce-paypal-payments into PCP-3827-implement-block-button-styles-for-google-pay-button 2024-11-07 01:16:51 +01:00
Daniel Dudzic
b117ff9b7c
Add ButtonOptions support for the Google Pay button 2024-11-07 01:00:53 +01:00
Philipp Stracker
edb8ceb695
⬆️ Upgrade @woocommerce/navigation package to 8.2 2024-11-06 20:02:59 +01:00
Philipp Stracker
cafe60904c
🔀 Merge branch 'trunk'
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/Screens/Onboarding/StepWelcome.js
2024-11-06 18:14:25 +01:00
Narek Zakarian
54cbafe1a1
Adjust the coding styles 2024-11-06 18:37:56 +04:00
Narek Zakarian
0c69ba3b5c
Fix the conflict 2024-11-06 18:30:01 +04:00
Narek Zakarian
e4453030be
Merge branch 'trunk' into PCP-3834-update-onboarding-wizard-screens-with-new-design
# Conflicts:
#	modules/ppcp-settings/resources/js/Components/Screens/Onboarding/StepWelcome.js
2024-11-06 18:25:36 +04:00