-
Notifications
You must be signed in to change notification settings - Fork 0
feat: OpenCraft sandbox footer. #6
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
base: sandbox-footer
Are you sure you want to change the base?
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## sandbox-footer #6 +/- ##
=================================================
Coverage ? 94.04%
=================================================
Files ? 14
Lines ? 84
Branches ? 18
=================================================
Hits ? 79
Misses ? 5
Partials ? 0 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
$opencraft-green: #0F1F24 !default; | ||
$footer-text-color: #ffffff !default; | ||
$footer-link-hover-color: #8CAEB5 !default; | ||
$opencraft-footer-link-color: #5EFFC9 !default; | ||
$opencraft-accent: #203D44 !default; | ||
|
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 don't think colors should be hardcoded here. This should be moved to the theme.
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 think this was accidentally committed.
<div className={"text-center text-md-left"}><small>© OpenCraft 2025 | edX and Open edX® are trademarks of edX Inc</small></div> | ||
</footer> | ||
</> | ||
) |
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 should be in separate component file and imported here.
This PR has a prototype footer for our sandboxes.
JIRA tickets: https://tasks.opencraft.com/browse/STAR-4200
Screenshots:
Sandbox URL: TBD - sandbox is being provisioned.
Merge deadline: "None" if there's no rush, "ASAP" if it's critical, or provide a specific date if there is one.
Testing instructions:
Author notes and concerns:
I'm waiting on Axim to provide the 'powered by Open edX' logos, which are pre-hosted. The trademark page's links to these assets are broken and I've reported it to Eden, who has promised to provide me with updated links. I could add the asset but it's not yet clear where it would best be hosted.