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/overlapping items #13

Merged
merged 6 commits into from
Apr 1, 2024
Merged

fix/overlapping items #13

merged 6 commits into from
Apr 1, 2024

Conversation

ethanwater
Copy link
Contributor

Fixes: keploy/keploy#1698

Super simple. All I did was remove the 'md:max-w-none' property to prevent item overlapping. It's worth noting that it seems a segment of the transition system may be a bit off due to a difference between initial height and post-leave height. However, this specific issue has been fixed.

Signed-off-by: Ethan Water <[email protected]>
@Hermione2408
Copy link
Member

Hey @ethanwater there is conflict in your PR please resolve it

@ethanwater
Copy link
Contributor Author

@Hermione2408 Conflicts resolved.

@Hermione2408
Copy link
Member

Screenshot from 2024-03-29 00-09-47
Hey @ethanwater please check it, not able to run locally

@ethanwater
Copy link
Contributor Author

ethanwater commented Mar 28, 2024

Ah, this is because of formatting errors post conflict revisions. I can just fmt to fix this. Or manually remove the spaces. Silly conflicts.

@ethanwater
Copy link
Contributor Author

ethanwater commented Mar 28, 2024

@Hermione2408 The native integration image has been replaced? Are these changes even necessary anymore. This issue can probably be closed. Moving on.

@Hermione2408
Copy link
Member

@Hermione2408 The native integration image has been replaced? Are these changes even necessary anymore. This issue can probably be closed. Moving on.

Hey @ethanwater this issue persists on medium and small screen size
Screenshot from 2024-03-31 13-25-17

Signed-off-by: Ethan Water <[email protected]>
@ethanwater
Copy link
Contributor Author

ethanwater commented Mar 31, 2024

@Hermione2408 The version you sent me is outdated since #4 , as you can see here: https://keploy.io. But as I said before, the code I submitted for the original version works as you can see below.

However since #4 , this PR and the image you provided is outdated by 4 days. Unless we plan to use the original style (the style you show in the image you just sent), then this PR can be closed. If not, then it can be merged.

I would also like to mention that I like the changes @sahadat-sk made in his PR towards the look and feel of the section in question.

My Changes (Pre PR #4 ):
Screenshot 2024-03-31 at 07 09 38
Screenshot 2024-03-31 at 07 20 16
Screenshot 2024-03-31 at 07 09 45

Actual Public Keploy.io Site (Post PR #4 ):
Screenshot 2024-03-31 at 07 14 27

Either way, if you would like to test this branch, then it has been updated for you to do so.

Copy link
Member

@nehagup nehagup left a comment

Choose a reason for hiding this comment

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

@ethanwater thanks for the initiative! This is needs to be resolved for the md and sm screen size where there's old layout of features, which looks to be solved in this PR. However, for larger screen sizes, please revert back the layout to what @sahadat-sk implemented :)

@ethanwater
Copy link
Contributor Author

@nehagup anytime! I just updated the code to ensure there is no overlapping for the native integration image, while maintaining the layout @sahadat-sk made.

Copy link
Member

@nehagup nehagup left a comment

Choose a reason for hiding this comment

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

Thanks @ethanwater ! LGTM! 👏

@nehagup nehagup merged commit 9918745 into keploy:main Apr 1, 2024
1 check passed
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.

[bug]: TestResult summary overlap issue at certain media sizes
3 participants