Skip to content
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

Onboarding popup close button almost not visible​ #6980

Open
1 task
jeferson-sb opened this issue May 17, 2024 · 3 comments
Open
1 task

Onboarding popup close button almost not visible​ #6980

jeferson-sb opened this issue May 17, 2024 · 3 comments

Comments

@jeferson-sb
Copy link

What happened?

I was experimenting the app on Windows, could not find a option to remove the "Meet AFFiNE AI" dialog, then I logged into macOS and noticed that there is close button but is white, which makes it hard to see since the video is also white.

image

Distribution version

macOS x64 (Intel)

What browsers are you seeing the problem on if you're using web version?

No response

Are you self-hosting?

  • Yes

Relevant log output

No response

Anything else?

I think it is related to props of this component

const id = notify(
{
title: t['com.affine.ai-onboarding.edgeless.title'](),
message: t['com.affine.ai-onboarding.edgeless.message'](),
icon: <AiIcon />,
iconColor: cssVar('processingColor'),
thumb: <EdgelessOnboardingAnimation />,
alignMessage: 'icon',
onDismiss,
footer: (
<FlexWrapper marginTop={8} justifyContent="flex-end" gap="12px">
<Button
onClick={() => {
notify.dismiss(id);
onDismiss();
}}
type="plain"
className={styles.actionButton}
>
<span className={styles.getStartedButtonText}>
{t['com.affine.ai-onboarding.edgeless.get-started']()}
</span>
</Button>

@affine-issue-bot
Copy link

Issue Status: 🆕 *Untriaged

*🆕 Untriaged

The team has not yet reviewed the issue. We usually do it within one business day.
Docs: https://github.com/toeverything/AFFiNE/blob/canary/docs/issue-triaging.md

This is an automatic reply by the bot.

@vikashsprem
Copy link

vikashsprem commented May 20, 2024

@jeferson-sb I am not getting such a problem that you mentioned. I tested on Windows and Linux as well, the cross mark is visible clearly. see the attachment. Could you please specify where did you exactly get this problem?

Screenshot from 2024-05-20 22-07-50

@jeferson-sb
Copy link
Author

@vikashsprem Just downloaded the app directly from the site and the dialog shows as soon as the apps starts. I think this issue happens only if you're system is on dark mode apparently.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: 🆕 *Untriaged
Development

No branches or pull requests

2 participants