-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Privacy popup #3192
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
Privacy popup #3192
Conversation
@@ -47,6 +47,7 @@ export const Centered = styled.div` | |||
display: flex; | |||
justify-content: center; | |||
z-index: 0; /* So pointer events on left and right continue */ | |||
z-index: 10; /* override: this probably breaks something, not sure what */ |
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.
@CompuIves @christianalfoni Overriding this, what should I be testing for this?
@@ -94,7 +94,7 @@ const ContentSplit: React.FC = () => { | |||
right: 0, | |||
bottom: bottomOffset, | |||
height: statusBar ? 'auto' : 'calc(100% - 3.5rem)', | |||
zIndex: 999999, | |||
zIndex: 9, |
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.
@CompuIves @christianalfoni I'm sure this breaks something, any tips on where should I start looking?
|
||
export const Container = styled.div( | ||
css({ | ||
'.tippy-content': { |
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.
Note: Override tippy design inside this popup. Would be nice when we can move this to common
packages/app/src/app/pages/Sandbox/Editor/Header/PrivacyTooltip/index.tsx
Show resolved
Hide resolved
Build for latest commit 2f8aa33 is at https://pr3192.build.csb.dev/s/new. |
What do you think @DannyRuchtie ? |
packages/app/src/app/pages/Sandbox/Editor/Header/PrivacyTooltip/index.tsx
Outdated
Show resolved
Hide resolved
@CompuIves Added check for owner which takes care of logged out case as well |
You shouldn't be seeing this as a patron 🤔 The logic is on |
This reverts commit 19688a5.
Add a way to change privacy of a sandbox - which is a pro feature right now
Design: https://www.figma.com/file/CB73VJsBOHZYiqFYV4NxBS/Go-Pro