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

fix: extra padding on external results page #2409

Merged
merged 14 commits into from
Jul 13, 2022

Conversation

kunatastic
Copy link
Contributor

fixes #2369

Updated UI
image

@kunatastic kunatastic requested a review from a team May 18, 2022 05:40
@nihal467
Copy link
Member

wefiewf

@kunatastic @gigincg test failed, the filter and the buttons are still close

@kunatastic
Copy link
Contributor Author

Fixed the button's padding

image

@nihal467
Copy link
Member

test approved

@khavinshankar
Copy link
Member

@kunatastic please do work on the merge conflict

@kunatastic kunatastic requested a review from a team as a code owner June 7, 2022 05:58
@kunatastic
Copy link
Contributor Author

@khavinshankar @nihal467 fixed the merge conflict. Apologies for long delay

@netlify
Copy link

netlify bot commented Jun 7, 2022

Deploy Preview Failed. CC: @rithviknishad

Name Link
🔨 Latest commit 7b9da88
🔍 Latest deploy log https://app.netlify.com/sites/care-net/deploys/62a80dd677a7af00083b937f

@nihal467
Copy link
Member

test appproved

Copy link
Member

@khavinshankar khavinshankar left a comment

Choose a reason for hiding this comment

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

please do make the recommended changes

Comment on lines 418 to 420
className={`btn btn-primary ${
downloadLoading ? "pointer-events-none" : ""
}`}
Copy link
Member

Choose a reason for hiding this comment

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

Suggested change
className={`btn btn-primary ${
downloadLoading ? "pointer-events-none" : ""
}`}
className={clsx("btn btn-primary", downloadLoading && "pointer-events-none")}

can you please use clsx here, it improves the readability and don't forget to import clsx if not already done so

@nihal467
Copy link
Member

nihal467 commented Jul 2, 2022

@kunatastic check the conflict file !

@kunatastic
Copy link
Contributor Author

@nihal467 this pr is good for testing

@nihal467
Copy link
Member

nihal467 commented Jul 4, 2022

test approved

src/Components/ExternalResult/ResultList.tsx Outdated Show resolved Hide resolved
src/Components/ExternalResult/ResultList.tsx Outdated Show resolved Hide resolved
src/Components/ExternalResult/ResultList.tsx Outdated Show resolved Hide resolved
@khavinshankar
Copy link
Member

@kunatastic there are some minor changes, can you please address them

kunatastic and others added 3 commits July 6, 2022 16:22
Co-authored-by: Khavin Shankar <khavinshankar@gmail.com>
Co-authored-by: Khavin Shankar <khavinshankar@gmail.com>
Co-authored-by: Khavin Shankar <khavinshankar@gmail.com>
@khavinshankar
Copy link
Member

@kunatastic please do work on the merge conflict

@khavinshankar khavinshankar merged commit a689773 into coronasafe:develop Jul 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Padding issue in external_results page mobile view
4 participants