Skip to content

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

Open
wants to merge 1 commit into
base: sandbox-footer
Choose a base branch
from

Conversation

Kelketek
Copy link
Member

@Kelketek Kelketek commented Jun 16, 2025

This PR has a prototype footer for our sandboxes.

JIRA tickets: https://tasks.opencraft.com/browse/STAR-4200

Screenshots:

image
image

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:

  1. Step by step manual setup/testing/verification instructions for your reviewers go here. Make sure you (the author) have already manually tested it using the same steps.
  2. Step 2

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.

Copy link

codecov bot commented Jun 16, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Please upload report for BASE (sandbox-footer@47d4677). Learn more about missing BASE report.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment on lines +1 to +6
$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;

Copy link
Member

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.

Copy link
Member

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>&copy; OpenCraft 2025 | edX and Open edX&reg; are trademarks of edX Inc</small></div>
</footer>
</>
)
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants