-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Modified update checker bar as footer below page elements (Fixes #271) #667
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
|
Beep boop! 🤖 Hey @michizhou, thanks for your PR! One of my human friends will review this PR and get back to you as soon as possible. 🕐 Stay awesome! 😎 |
|
Review app available at: https://hge-ci-pull-667.herokuapp.com |
|
Review app available at: https://hge-ci-pull-667.herokuapp.com |
This reverts commit 0d81b41.
|
Review app available at: https://hge-ci-pull-667.herokuapp.com |
|
@michizhou I am seeing the update banner as in the below screenshot. Its not entirely visible. Am I missing something here? |
| </div> | ||
| <div> | ||
| <div className={styles.popupFooter} /> | ||
| <div className={styles.updateBannerWrapper}> |
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.
Not visible completely
|
Hi @michizhou. Thanks for the PR 🙏 😄 There was already a a pull request open solving the same issue: #665, which looks like a better implementation. I am closing this one in favour of the other one. Thanks again for your efforts. Feel free to pickup another issue. |
|
Beep boop! 🤖 Hey @michizhou! Sorry that your PR wasn’t merged. 😢 We appreciate your effort and want to reward you with some Hasura swag! 😎 Please do fill out 📝 this form so we can 🚢 them to you. And do take a look at any of the other open 📂 issues to see if you’d like to take something up! We’re around on Discord & Twitter if you have any questions 😄 |
|
Review app https://hge-ci-pull-667.herokuapp.com is deleted |
## Description This PR implements argument presets and response headers for `DataConnectorLink`, which can be used to forward request headers as function/procedure arguments to NDC, and also forward response headers from NDC back to the client. This PR implements only the OpenDD changes and metadata resolving part. V3_GIT_ORIGIN_REV_ID: 2b7f20af7c2f192c0103553bccb000114dcba916
Description
Adds a new footer with proper CSS to resolve the issue of the update checker banner overlapping with console content, specifically the Run button on the Raw SQL page. Also decreased the height of the update checker banner to give a more streamlined appearance to the page.
What component does this PR affect?
Requires changes from other components? If yes, please mark the components:
Related Issue
Closes #271
Solution and Design
Type
Checklist: