Commit graph

8392 commits

Author SHA1 Message Date
Philipp Stracker
c466a91646
🐛 Fix copy-paste error 2025-01-22 17:23:39 +01:00
Philipp Stracker
b4ef85dafb
New option to add a gap between multiple actions 2025-01-22 17:22:45 +01:00
Philipp Stracker
ceca647cde
🎨 Rearrange CSS 2025-01-22 17:22:19 +01:00
Philipp Stracker
22230def4f
🔥 Remove unused CSS 2025-01-22 17:21:34 +01:00
Philipp Stracker
837656eaf6
🚚 Move AccordionSettingsBlock up one level 2025-01-22 17:20:15 +01:00
Philipp Stracker
cc6b62ce7f
🚚 Rename SCSS file 2025-01-22 17:19:40 +01:00
Philipp Stracker
cb474dcce7
♻️ Shorten generic CSS class names 2025-01-22 17:19:23 +01:00
Philipp Stracker
765793b94b
♻️ Move general layout-CSS to more relevant file 2025-01-22 17:17:13 +01:00
Philipp Stracker
53e7cf5b59
💄 Define default options for settings block vars 2025-01-22 17:16:22 +01:00
Philipp Stracker
dcf918f2c2
🔥 Minor code cleanup 2025-01-22 16:50:35 +01:00
Philipp Stracker
c6be73a536
🎨 Add uniform CSS classes to every block 2025-01-22 16:49:42 +01:00
Philipp Stracker
8bd29e921f
♻️ Migrate ToggleSetting to ControlToggleButton 2025-01-22 16:48:49 +01:00
Philipp Stracker
0ca45eef53
Format string-only descriptions as HTML 2025-01-22 16:47:20 +01:00
Philipp Stracker
695a91ac07
🐛 Fix issue with horizontally-aligned controls 2025-01-22 16:44:01 +01:00
Philipp Stracker
911d84204b
♻️ Reuse SettingsBlocks in connection status 2025-01-22 16:08:41 +01:00
Philipp Stracker
ac9be2f8b5
🎨 Make SCSS easier to read 2025-01-22 16:07:40 +01:00
Philipp Stracker
cfbf16dab9
🐛 Fix issue with empty block headers 2025-01-22 16:07:16 +01:00
Philipp Stracker
4e6162cacd
More theming options for settings-blocks 2025-01-22 16:06:52 +01:00
Philipp Stracker
857da5e989
New static-value control 2025-01-22 16:06:45 +01:00
Philipp Stracker
b865ae82c7
New static-value control 2025-01-22 16:05:54 +01:00
Emili Castells Guasch
3ea8393c1c Add title and description to data store 2025-01-22 15:53:00 +01:00
Philipp Stracker
7a71ff3657
♻️ Remove description-location-logic 2025-01-22 15:48:11 +01:00
Philipp Stracker
f90ab656f5
♻️ Migrate InputSettings to ControlTextInput 2025-01-22 15:32:22 +01:00
Philipp Stracker
2f79a9fe4d
🚧 Fix CSS class of ButtonSettingsBlock 2025-01-22 15:31:31 +01:00
Philipp Stracker
d8ecb019de
🚧 Adjust architecture of ButtonSettingsBlock 2025-01-22 15:30:22 +01:00
Narek Zakarian
b3f64f3700
Add the pay later feature only if the configurator is available 2025-01-22 18:19:33 +04:00
Philipp Stracker
b6720146eb
Opt-out for the card-layout in Content component 2025-01-22 15:11:24 +01:00
Philipp Stracker
4da27fdb05
🚚 Rename component to TitleExtra 2025-01-22 15:09:41 +01:00
Philipp Stracker
1ca6641d77
🚚 Move Separator component 2025-01-22 15:09:04 +01:00
Philipp Stracker
54504b7591
♻️ Add prefix to CSS state-classes 2025-01-22 15:08:14 +01:00
Narek Zakarian
047cb16fee
Rename the button “Apply“ into “Configure” 2025-01-22 17:09:52 +04:00
Philipp Stracker
193e046a9a
♻️ Move “SelectBox” into the Fields folder 2025-01-22 13:42:18 +01:00
Philipp Stracker
337379f2c8
💡 Add file-level comment to “Elements” module 2025-01-22 13:25:14 +01:00
Philipp Stracker
f52422ff74
♻️ Extract “Field” components in separate files 2025-01-22 13:24:26 +01:00
Emili Castells Guasch
bb9c55aa32 Get title and description from payment gateway 2025-01-22 13:07:25 +01:00
Emili Castells Guasch
4e67ecfd29 Add all modal fields 2025-01-22 12:34:23 +01:00
Emili Castells Guasch
364f2548e0 Move modal fields config to data store 2025-01-22 12:09:21 +01:00
Narek Zakarian
c4c1cd7c24
toggle the checkboxes when clicking inside the box 2025-01-22 14:57:21 +04:00
Philipp Stracker
bd2af4fd64
♻️ Refactor InputSettingsBlock for Redux usage 2025-01-21 19:06:53 +01:00
Philipp Stracker
b958fe597c
Add the missing “setPersistent” action 2025-01-21 19:05:20 +01:00
Philipp Stracker
47294ca530
♻️ Organize some reusable components 2025-01-21 18:57:36 +01:00
Philipp Stracker
c7b80b6cd5
♻️ SImplify InputSettingsBlock logic 2025-01-21 18:35:17 +01:00
Philipp Stracker
e82f4c5f88
♻️ Clean-up and simplify component SCSS 2025-01-21 18:21:41 +01:00
Philipp Stracker
a567ce7b51
🚧 Start to simplify component structure 2025-01-21 18:21:07 +01:00
Philipp Stracker
c8261cf62c
🚚 Move the TabSettings component to new folder 2025-01-21 18:19:38 +01:00
Emili Castells Guasch
cca1313fec Add item title and description 2025-01-21 18:02:46 +01:00
Emili Castells Guasch
2f489bd3c5 Update rest endpoint title and description details 2025-01-21 17:38:14 +01:00
Philipp Stracker
70dca73aca
Define individual settings properties 2025-01-21 16:28:54 +01:00
Philipp Stracker
85055e74a6
🔥 Remove unused imports 2025-01-21 16:19:41 +01:00
Emili Castells
17ed0b1b1f
Merge pull request #3010 from woocommerce/PCP-4117-apply-same-font-as-in-rest-of-the-settings
Apply same font as in rest of the settings (4117)
2025-01-21 16:14:27 +01:00