-
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
fix: Some issues with onboarding for 3000 #18746
Conversation
Size Change: -27 B (0%) Total Size: 2 MB
|
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
# Conflicts: # frontend/__snapshots__/scenes-app-insights--funnel-left-to-right-breakdown-edit.png # frontend/__snapshots__/scenes-app-insights--funnel-top-to-bottom-breakdown.png
📸 UI snapshots have been updated2 snapshot changes in total. 0 added, 2 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated7 snapshot changes in total. 0 added, 7 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
frontend/src/lib/components/SocialLoginButton/SocialLoginButton.tsx
Outdated
Show resolved
Hide resolved
} | ||
|
||
&.LemonInput--focused:not([aria-disabled='true']) { | ||
border-color: var(--primary-3000); | ||
|
||
.posthog-3000 & { | ||
border-color: var(--border-bold); |
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.
I assume this changes everywhere in 3000? Feels like a big change but understand the concerns about it looking like an error state. Just wondering if grey is the greatest active state
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.
I think it is miles better than orange (i.e. nearly red). So yeah I would vote for it as the default until we have a better option
13d110a
to
862c722
Compare
Poked at this a bit. I have code for the following changes to the top nav but will wait until I get the go/no-go from y'all before I push to this branch:
|
📸 UI snapshots have been updated1 snapshot changes in total. 0 added, 1 modified, 0 deleted:
Triggered by this commit. |
@raquelmsmith I put in the changes as in your screenshots 👍 |
awesome thanks so much! |
Whoops, I think this broke onboarding - bridge pages are no longer scrollable. My fault really since I have no tests for onboarding flows.... I'm going to revert this since it's not super critical and then we can fix raised by user in #18799 |
This reverts commit 0e15477.
Problem
Some remaining work to be done
Changes
TODO
👉 Stay up-to-date with PostHog coding conventions for a smoother review.
How did you test this code?