Commit graph

295 commits

Author SHA1 Message Date
Narek Zakarian
ef8af8af1d
Remove the "debit and credit" card from data 2024-12-09 16:32:29 +04:00
Philipp Stracker
2b2d5585b1
♻️ Minor: Freeze read-only state objects 2024-12-06 19:22:32 +01:00
Philipp Stracker
82b364a0ac
Add “Common” hook to access merchant data 2024-12-06 19:11:17 +01:00
Philipp Stracker
b4d1596fd1
New action to refresh merchant data from server 2024-12-06 19:10:33 +01:00
Philipp Stracker
c97464d7e2
Add merchant details to “common” hydration path 2024-12-06 19:09:01 +01:00
Philipp Stracker
4e9d588058
♻️ Rearrange code, minor change 2024-12-06 15:49:37 +01:00
Philipp Stracker
8c578fff11
🔀 Merge branch 'temp/settings-ui' 2024-12-06 15:24:29 +01:00
Philipp Stracker
64ea8ec011
♻️ Simplify some action generators 2024-12-05 18:56:23 +01:00
Philipp Stracker
9786a18eb0
Replace isBusy with new activity-state manager 2024-12-05 18:55:56 +01:00
Philipp Stracker
405c397331
🧑‍💻 Correct debug method to reset all stores 2024-12-05 16:23:09 +01:00
Philipp Stracker
51db2de840
Add a default “reset” action to every store 2024-12-05 16:22:26 +01:00
Himad M
137d40489c
New Settings UI: Conditionally show subscriptions product option 2024-12-05 10:33:34 -04:00
Philipp Stracker
1a36144095
👔 Start to customize the production ISU link 2024-12-05 15:06:59 +01:00
Philipp Stracker
0e30ecde82
Add production login hook to last wizard step 2024-12-05 15:06:34 +01:00
Philipp Stracker
05c1978f0d
Add new hook for production ISU login 2024-12-05 15:05:57 +01:00
Emili Castells
ebc53b7bfa
Merge pull request #2879 from woocommerce/PCP-3978-OPM-default-to-null
New Settings UI: Set Optional Payment Methods default to null (3978)
2024-12-05 14:53:49 +01:00
Himad M
84060d1b29
New Settings UI: Set Optional Payment Methods default to null 2024-12-05 09:33:24 -04:00
Philipp Stracker
9075679921
♻️ Rename Redux action for consistent naming 2024-12-04 16:08:50 +01:00
Philipp Stracker
8341d4ec0e
First draft of production login action 2024-12-04 16:08:35 +01:00
Philipp Stracker
f4cfabacf9
♻️ Greatly improve Navigation component 2024-12-04 12:29:51 +01:00
Philipp Stracker
4d6bad1ffd
🎨 Minor code style (comment & whitespace) 2024-12-04 12:18:19 +01:00
Philipp Stracker
681f420b12
Add Redux defaults for read-only wooSettings 2024-12-04 12:11:21 +01:00
Himad M
4f0f71f5e0
New Settings UI: Apply feedback 2024-12-03 15:38:00 -04:00
Himad M
a06a74004c
New Settings UI: Map storeCountry and currency to WooCommerce settings 2024-12-02 18:15:07 -04:00
inpsyde-maticluznar
8edbc2205a
Update payment method option values 2024-11-28 11:15:10 +01:00
inpsyde-maticluznar
bbbd18f84f
Merge remote-tracking branch 'origin/trunk' into pcp-3947-Create-screen-based-on-Figma-design
# Conflicts:
#	modules/ppcp-settings/resources/css/components/reusable-components/_button.scss
2024-11-28 10:38:00 +01:00
inpsyde-maticluznar
fac3dfcf84
Implement widget and fix some bugs 2024-11-28 10:31:16 +01:00
inpsyde-maticluznar
5f83517509
Create sidebar for styling screen and initalize preview - no success 2024-11-26 13:28:03 +01:00
Himad M
4d729cd5dc
New Settings UI: Add optional payment methods step 2024-11-25 20:52:58 -04:00
Philipp Stracker
2a28f38491
Implement sandbox login actions 2024-11-21 19:07:32 +01:00
Philipp Stracker
a0910962b4
🐛 Move required action type to common store 2024-11-21 18:04:11 +01:00
Philipp Stracker
f2f0329e4e
🐛 Implement missing common-store action 2024-11-21 17:43:22 +01:00
Philipp Stracker
454e7c1a6d
🎨 Small code cleanup 2024-11-21 17:43:15 +01:00
Philipp Stracker
faff0baa43
♻️ Move sandbox & manual-connect to common store 2024-11-21 16:16:20 +01:00
Philipp Stracker
2b2b24e434
🔥 Remove isSaving; move isBusy to common store 2024-11-21 16:14:26 +01:00
Philipp Stracker
1b96b112c2
♻️ Make debugging code more dynamic 2024-11-20 18:38:39 +01:00
Philipp Stracker
e181892a34
Register the common store 2024-11-20 18:38:06 +01:00
Philipp Stracker
ce5c6a3676
Stores now also export their selectors 2024-11-20 18:37:28 +01:00
Philipp Stracker
7ae4184d30
♻️ Apply new code style to “common” store 2024-11-20 17:21:09 +01:00
Philipp Stracker
8f12e978f3
🔥 Clean up unused code 2024-11-20 17:20:48 +01:00
Philipp Stracker
80bbf51220
♻️ Update outdated action names 2024-11-20 17:20:39 +01:00
Philipp Stracker
d933d8e6f4
Export global constants in main data-module 2024-11-20 16:55:31 +01:00
Philipp Stracker
6a91d1ee99
💡 Update a comment 2024-11-20 16:55:07 +01:00
Philipp Stracker
4bcdb445d4
♻️ Adjust hooks to new code, rename a flag 2024-11-20 16:54:53 +01:00
Philipp Stracker
1c27e90923
♻️ Simplify actions 2024-11-20 16:54:29 +01:00
Philipp Stracker
329135d1dc
♻️ Simplify selectors 2024-11-20 16:54:11 +01:00
Philipp Stracker
4d84bdbd43
🐛 Fix bugs in reducer logic 2024-11-20 16:53:46 +01:00
Philipp Stracker
a7b854abb5
♻️ Fix new implementation of controls 2024-11-20 16:53:21 +01:00
Philipp Stracker
90c6cd1e7d
♻️ Refactor resolver and controls 2024-11-20 16:49:12 +01:00
Philipp Stracker
79174459d8
♻️ Create isolated onboarding Redux store 2024-11-20 16:46:23 +01:00