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

Press2 1570 visual fixes preview editor #431

Merged

Conversation

ajayadav09
Copy link
Contributor

No description provided.

Comment on lines 7 to 8
import { ReactComponent as RadioChecked } from '../../../../../static/icons/sitegen/radio-checked.svg';
import { ReactComponent as RadioUnchecked } from '../../../../../static/icons/sitegen/radio-unchecked.svg';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we add these via css? like done for other svg's?

Comment on lines 91 to 98
{ ...( triggerEvent === 'click'
? { onClick: partial( handleEvent, tab.name ) }
: {
onMouseOver: partial(
handleEvent,
tab.name
),
} ) }
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be in the defined component above itself?

Copy link
Member

@officiallygod officiallygod left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me

@ajayadav09 ajayadav09 merged commit 8cb0d9a into enhance/ai-onboarding Jan 29, 2024
1 check passed
@ajayadav09 ajayadav09 deleted the PRESS2-1570-visual-fixes-preview-editor branch February 1, 2024 06:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants