-
Notifications
You must be signed in to change notification settings - Fork 317
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
Added footer component #61
Conversation
LGTM, Great work! 👍🏻 |
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.
otherwise looks good.
# Conflicts: # python/fastui/components/__init__.py # src/npm-fastui-bootstrap/src/footer.tsx # src/npm-fastui/src/components/footer.tsx # src/npm-fastui/src/components/index.tsx
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #61 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 2 2
Lines 120 120
=========================================
Hits 120 120 |
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.
otherwise looking good.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #61 +/- ##
==========================================
+ Coverage 94.01% 94.05% +0.04%
==========================================
Files 11 11
Lines 718 723 +5
==========================================
+ Hits 675 680 +5
Misses 43 43 ☔ 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.
after trying this, it needs some more fixes.
Co-authored-by: Samuel Colvin <s@muelcolvin.com>
Thank you, looks great! |
The website is now broken: #135 |
Hi,
I took some time to add a basic footer component. fixes #35
Currently, only supports one of the layouts from here with the horizontal links and an extra text (e.g. a copyright notice).
Styling is also made flexible such that it should look decent if one of the two elements is omitted.
With both:
With only links:
With only extra text: