-
Notifications
You must be signed in to change notification settings - Fork 1.8k
fix: footer Expand area below last footer line #5706
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
Conversation
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/eventyay/open-event-frontend/ffxdoqqpd |
@mariobehling and @iamareebjamal can you review this pr |
app/styles/components/extras.scss
Outdated
@@ -14,3 +14,7 @@ a.link-item { | |||
.leaflet-container { | |||
height: 300px; | |||
} | |||
|
|||
div#ember126 { |
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.
I just merged a PR and this changed to ember234. Tomorrow it might be 132, the next day it'll be 342. We don't want to merge a PR to fix this every day. We want a solution which works once and for all
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.
i will fixed it
@Raunaksingh100 Thankfully GitHub has a notification system, we know when someone creates a PR, you don't need to comment for us to know. This is probably 5th time I had to tell you this. No, thanks, we don't need comments to know that you have created a PR |
Codecov Report
@@ Coverage Diff @@
## development #5706 +/- ##
===============================================
- Coverage 23.62% 23.57% -0.06%
===============================================
Files 510 510
Lines 5417 5430 +13
Branches 59 59
===============================================
Hits 1280 1280
- Misses 4122 4134 +12
- Partials 15 16 +1
Continue to review full report at Codecov.
|
app/styles/components/extras.scss
Outdated
@@ -14,3 +14,7 @@ a.link-item { | |||
.leaflet-container { | |||
height: 300px; | |||
} | |||
|
|||
.floating.labeled.grey.search.icon.mini.button.ui.dropdown.ember-view.upward.active.visible { |
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.
Tomorrow I will change one class on the element and it'll stop working
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.
Tomorrow I will change one class on the element and it'll stop working
i am doing the wrong things the purpose of the issue is ""footer Expand area below last footer line""
i will fixed
You need to implement the change below the absolute last line. Do not change anything in between the footer. Add space on the very end. |
@@ -102,6 +102,7 @@ | |||
</div> | |||
</div> | |||
<div class="ui inverted section divider"></div> | |||
<br> |
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.
Don't do it like this
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.
Can you little guide ma what is the purpose of the issue I am little confused
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.
we need to add/expand the space after the last line, use inline styling.
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.
i updated the code
@@ -101,7 +101,7 @@ | |||
</div> | |||
</div> | |||
</div> | |||
<div class="ui inverted section divider"></div> | |||
<div class="ui inverted section divider"style="margin-bottom: 40px!important;"></div> |
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.
mb-4
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.
mb-4
I added the code can you review
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.
It's not working AFAIK
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.
already update the code but,
@iamareebjamal can you tell me what is the purpose of writing the i am working on this issue if some gets solutions can make pr on any issue it means we are wasting out time
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.
Can you tell me what's the purpose of reviewing PRs and writing "It's not working AFAIK" and not getting any follow up on that?
@mariobehling i fixed the bug can you review |
@Raunaksingh100 This is your last commit 3 days ago Which was not working. I commented that it is not working. You did not follow up. Revert to this commit, and show me that it is working. I'll merge this PR, otherwise I'll merge #5745 You can't just stay silent on follow up and then complain that your non-working PR was not merged and then copy the solution from a working PR 3 days later. Why did you not follow up on my comment for 3 days? If you had the solution, why did you not fix the PR 3 days ago, why just now after someone else submitted a working PR? |
How can you possibly expect me to merge a PR which not only does not fix the issue, but also breaks the existing UI? |
I'm sorry, your work was based on the new PR which was created by @daretobedifferent18 |
Fixes #5705
Short description of what this resolves:
footer Expand area below last footer line
screenshot
Checklist
development
branch.