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

Static Analyzers Run Button Fix #3876

Merged
merged 9 commits into from
Jul 7, 2023
Merged

Static Analyzers Run Button Fix #3876

merged 9 commits into from
Jul 7, 2023

Conversation

joeizang
Copy link
Collaborator

fixes #3839

@joeizang joeizang added the ready-to-review PR ready to review label Jun 30, 2023
@joeizang joeizang self-assigned this Jun 30, 2023
@netlify
Copy link

netlify bot commented Jun 30, 2023

Deploy Preview for remixproject ready!

Name Link
🔨 Latest commit 0d0410d
🔍 Latest deploy log https://app.netlify.com/sites/remixproject/deploys/64a7df258635d900084ae02c
😎 Deploy Preview https://deploy-preview-3876--remixproject.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

Copy link
Collaborator

@Aniket-Engg Aniket-Engg left a comment

Choose a reason for hiding this comment

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

I think issue is also about to change the tooltip message as per discussion

@joeizang
Copy link
Collaborator Author

joeizang commented Jul 5, 2023

I think issue is also about to change the tooltip message as per discussion

This is a different pr @Aniket-Engg. The pr with improvements will be ready soon

}
}

function runTests (browser: NightwatchBrowser) {
function runTests(browser: NightwatchBrowser) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

you need a space here

)
})
}

function listSelectorContains (textsToFind: string[], selector: string, browser: NightwatchBrowser) {
function listSelectorContains(textsToFind: string[], selector: string, browser: NightwatchBrowser) {
Copy link
Collaborator

Choose a reason for hiding this comment

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

you need a space here

<span className="pl-3 pr-4">
{buttonText}
</span>
</button>
Copy link
Collaborator

Choose a reason for hiding this comment

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

indent

@LianaHus
Copy link
Collaborator

LianaHus commented Jul 5, 2023

how it was fixed exactly?

@Aniket-Engg
Copy link
Collaborator

I think issue is also about to change the tooltip message as per discussion

This is a different pr @Aniket-Engg. The pr with improvements will be ready soon

In that case, can you update PR desc explaining the purpose of this PR? Just to add, merging this PR will close that issue, so I believe everything in that issue should fixed by this PR

Copy link
Collaborator

@Aniket-Engg Aniket-Engg left a comment

Choose a reason for hiding this comment

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

LGTM

@joeizang joeizang merged commit 880a3d3 into master Jul 7, 2023
6 checks passed
@joeizang joeizang deleted the ssa-button-fix branch July 7, 2023 09:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ready-to-review PR ready to review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

SSA Button tooltip origin fix
3 participants