Gabe Kangas
4790880c19
fix(admin): save appearanceVariables to admin global config state. Fixes #3170
2 years ago
Gabe Kangas
9bef5730d9
fix(admin): make panel header text not so large
2 years ago
Dev Gupta
1eac2a1632
FIX : Admin custom CSS area forces entire page to scroll #2886 ( #2892 )
...
* Update EditPageContent.tsx
Adding Scroll to codemirror
* Prettified Code!
* Fixing CSS- code mirror scroll issue
Removing excess code
and fixing CSS code mirror
* Prettified Code!
* Prettified Code!
---------
Co-authored-by: dev265545 <dev265545@users.noreply.github.com>
Co-authored-by: Gabe Kangas <gabek@real-ity.com>
Co-authored-by: gabek <gabek@users.noreply.github.com>
2 years ago
Dhanu Saputra
7e7d655615
Corner radius slider no longer slides ( #2784 )
...
* Corner radius slider no longer slides
* revert
* add optional chaining
2 years ago
Pranav Joglekar
e80db09ab1
fix: Prevent color selector from closing on choosing a color ( #2783 )
...
* improv: wrap ColorPicker in memo to prevent unnecessary rerenders
* improv appearance: wrap updateColor in useCallback to prevent unnecessary rerenders due to changing reference to the func
* improv: define ColorCollection Component as top level, and modify it to prevent unnecessary rerenders
2 years ago
Gabe Kangas
fa420ff98f
Support customizing button title text color
3 years ago
Gabe Kangas
f072819e81
Refactor the color customizing admin components
3 years ago
Gabe Kangas
12eb0eed1d
Support customizing button border color
3 years ago
Gabe Kangas
a1a3272031
Hide scrollbars
3 years ago
Gabe Kangas
bd8925f135
Remove theme colors from apperaance customization
3 years ago
Gabe Kangas
7392ae8a54
Reorganize admin components to help bundling
3 years ago
Gabe Kangas
c542dc10da
Fix some components being rendered as pages
3 years ago
Gabe Kangas
a88da10c74
Rework some of the css var state to fix flaky customization UI. Fixes #2505
3 years ago
Gabe Kangas
5a41f4a1ea
Reorganize admin pages and consolidate some sections. For #1904
3 years ago
Gabe Kangas
c9768bd8f8
Add appearance setting for rounded corners. Closes #2471
3 years ago
Gabe Kangas
f0953a957a
Fix exception with appearance reset. Closes #2459
3 years ago
Gabe Kangas
aaabc57a15
Add scrollbar color var
3 years ago
Gabe Kangas
813f8692f0
Support color customization from the admin ( #2338 )
...
* Add user-customizable theming. Closes #1915
* Prettified Code!
* Add user-customizable theming. Closes #1915
* Add explicit color for page content background
* Prettified Code!
Co-authored-by: gabek <gabek@users.noreply.github.com>
3 years ago