Commit graph

8014 commits

Author SHA1 Message Date
Philipp Stracker
63eb577126
Pass prop-name to the REST-sanitizer callback 2025-01-17 18:08:24 +01:00
Philipp Stracker
451b45bc10
♻️ Update the location styling DTO with new props 2025-01-17 18:06:45 +01:00
Philipp Stracker
5e9866cde9
Add data sanitation to the Redux store 2025-01-17 18:05:50 +01:00
Philipp Stracker
00519d9e25
🔥 Clean up Styling hooks 2025-01-17 16:34:17 +01:00
Philipp Stracker
b866ac79f6
♻️ Improve location naming in React 2025-01-17 16:34:06 +01:00
Philipp Stracker
e00b95fd1d
React-side implementation of the save logic 2025-01-17 16:24:49 +01:00
Philipp Stracker
5c371d928e
Implement logic for the enable buttons checkbox 2025-01-17 16:17:33 +01:00
Philipp Stracker
2eac7bc5c9
️ Prevent unnecessary re-renders of the preview 2025-01-17 16:16:56 +01:00
Philipp Stracker
365ab7f372
Add UI for the “Enable payment methods” checkbox 2025-01-17 16:08:59 +01:00
Philipp Stracker
8b945dab95
♻️ Move checkbox-configuraton into component 2025-01-17 16:08:25 +01:00
Philipp Stracker
e78e7ec3f3
🚚 Fix filename 2025-01-17 15:56:31 +01:00
Philipp Stracker
0ecba128fb
🚧 First implementation of button preview 2025-01-17 15:52:51 +01:00
Philipp Stracker
fd8feafd46
♻️ Move location-hook into TabStyling component 2025-01-17 15:41:13 +01:00
Philipp Stracker
962c69905d
💄 New help icon instead of text for location info 2025-01-17 15:38:08 +01:00
Philipp Stracker
48c68c1855
💄 Remove the excess margin below select fields 2025-01-17 15:36:59 +01:00
Philipp Stracker
bfcb12c9ea
Wrap Styling section contents in new container 2025-01-17 15:36:43 +01:00
Philipp Stracker
1152079df0
♻️ Small improvements on reusable component code 2025-01-17 15:35:50 +01:00
Philipp Stracker
a7be75b55e
Add conditional logic to layout & tagline 2025-01-17 15:35:21 +01:00
Philipp Stracker
00c00bf9b1
💄 Improvement UX for the “tagline” option 2025-01-17 13:27:31 +01:00
Philipp Stracker
0428dd08aa
Add location-specific configuration 2025-01-17 13:20:58 +01:00
Philipp Stracker
4b47084aa2
💄 Make disabled option more distinct 2025-01-17 13:20:15 +01:00
Philipp Stracker
18429d91e5
♻️ Split the styling hook into multiple hook 2025-01-17 13:05:32 +01:00
Philipp Stracker
a5ceec2af4
♻️ Location-prop accessors require a location arg
Instead of using the “location” property, we want to explicitly specify which location props to access
2025-01-17 13:04:21 +01:00
Philipp Stracker
510a711caa
🐛 Fix inconsistent property names 2025-01-16 20:04:47 +01:00
Philipp Stracker
e5f882cc57
🗃️ Fix issues in the defaultPersistent store 2025-01-16 20:04:20 +01:00
Philipp Stracker
dac414433f
🥅 Add detection for accessing undefined props 2025-01-16 20:02:37 +01:00
Philipp Stracker
033b6e5b74
Move styling options to Redux store! 2025-01-16 20:01:50 +01:00
Philipp Stracker
34cc8f8fab
🚧 Prepare Redux integration in hooks-file 2025-01-16 19:30:54 +01:00
Philipp Stracker
f7f140875d
💄 Improve UX and SCSS code 2025-01-16 19:30:01 +01:00
Philipp Stracker
2112769de9
♻️ Restructure Styling component files 2025-01-16 19:29:16 +01:00
Philipp Stracker
0673e5d813
Move prop “location” into Redux store 2025-01-16 18:28:11 +01:00
Philipp Stracker
209b7a7c88
🔥 Clean up code 2025-01-16 18:27:20 +01:00
Philipp Stracker
96128ee3e4
Create the generic setter-actions 2025-01-16 18:25:54 +01:00
Philipp Stracker
f07d9bad82
Add gemeric hook-generator for data access 2025-01-16 18:20:03 +01:00
Philipp Stracker
bd14ea441e
♻️ Move dummy hook into redux store 2025-01-16 17:16:37 +01:00
Philipp Stracker
8755242530
🐛 Fix incorrect import path 2025-01-16 15:05:59 +01:00
Philipp Stracker
c16e5e4c58
♻️ Extract UI configuration to separate files 2025-01-16 15:04:01 +01:00
Philipp Stracker
484356dcc0
♻️ Shorten the import path for styling config 2025-01-16 15:02:25 +01:00
Philipp Stracker
59a4991cf3
♻️ Extract a component from settings.scss 2025-01-16 14:55:13 +01:00
Philipp Stracker
560f6ed30d
💄 Fix some minor CSS issues 2025-01-16 14:53:58 +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
e9644ba026
♻️ Improve the reducer by using defined constants 2025-01-14 16:19:18 +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