-
Notifications
You must be signed in to change notification settings - Fork 132
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
Simplify fix for abrupt panel transition #2421
Simplify fix for abrupt panel transition #2421
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @luminousleek thanks so much for the work! The solution seems simple and effective. Kind of kicking myself for not doing this in the first place.
One minor nit on the class name and we should be good to do!
:is-open="localExpanded" | ||
@click.native.stop.prevent="toggle(true)" | ||
/> | ||
<div class="card-bottom"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Maybe bottom-button-wrapper
is a better class name? Its similar to what we call our button-wrapper class now :)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks for the work @luminousleek :))
Hi @luminousleek could you run |
@@ -17,7 +17,6 @@ | |||
<script src="/test_site_algolia_plugin/markbind/js/markbind.min.js"></script> | |||
<script src="index.page-vue-render.js"></script> | |||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@docsearch/[email protected]/dist/style.css"> | |||
<link rel="preconnect" href="https://R2IYF7ETH7-dsn.algolia.net" crossorigin> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this line was deleted when i ran npm run updatetest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you pull from the main branch? I think the change from the latest PR is not reflected thats why
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm looks like the deleted line was from the previous PR. the lines added in the algolia.ts
file in here are there too. anyhow i've manually added this line back.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #2421 +/- ##
=======================================
Coverage 48.87% 48.87%
=======================================
Files 124 124
Lines 5238 5238
Branches 1109 1109
=======================================
Hits 2560 2560
Misses 2371 2371
Partials 307 307 ☔ View full report in Codecov by Sentry. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thanks a bunch @luminousleek :)
@all-contributors please add @luminousleek for code |
I've put up a pull request to add @luminousleek! 🎉 |
What is the purpose of this pull request?
Fixes #2298
Overview of changes:
<div>
block and add bottom padding it.Anything you'd like to highlight/discuss:
padding-bottom
andmargin-bottom
are needed to prevent margin collapseTesting instructions:
NA
Proposed commit message: (wrap lines at 72 characters)
Checklist: ☑️
Reviewer checklist:
Indicate the SEMVER impact of the PR:
At the end of the review, please label the PR with the appropriate label:
r.Major
,r.Minor
,r.Patch
.Breaking change release note preparation (if applicable):