-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: allow admins to configure font in the survey editor #27292
base: master
Are you sure you want to change the base?
Conversation
Size Change: 0 B Total Size: 9.44 MB ℹ️ View Unchanged
|
📸 UI snapshots have been updated64 snapshot changes in total. 0 added, 64 modified, 0 deleted:
Triggered by this commit. |
4212e3f
to
6c1c9f8
Compare
} | ||
onChange={(placeholder) => onAppearanceChange({ ...appearance, placeholder })} | ||
disabled={!surveysStylingAvailable} | ||
/> | ||
</LemonField.Pure> | ||
</> | ||
<LemonField.Pure className="mt-2" label="Placeholder text"> | ||
<LemonInput | ||
value={ | ||
appearance?.placeholder !== undefined | ||
? appearance.placeholder | ||
: defaultSurveyAppearance.placeholder | ||
} | ||
onChange={(placeholder) => onAppearanceChange({ ...appearance, placeholder })} | ||
disabled={!surveysStylingAvailable} | ||
/> | ||
</LemonField.Pure> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
changes here are just to remove the unneeded fragment
Exciting! A few pieces of feedback:
|
📸 UI snapshots have been updated64 snapshot changes in total. 0 added, 64 modified, 0 deleted:
Triggered by this commit. |
Problem
#25338
Changes
CleanShot.2025-01-06.at.18.11.44.mp4
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
Does this work well for both Cloud and self-hosted?
How did you test this code?