-
Notifications
You must be signed in to change notification settings - Fork 96
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
Change request: switch to the frontend-component-header #178
Comments
[inform] Just dropping some helpful links for whenever this issue gets picked up:
|
This was partially solved by: #205, which makes it customizable by adding an environment variable. Which value is read during build time. So we would need to add support for the MFE Config for a more flexible solution as Adam mentioned. Although I'm wondering why we are using a custom header instead of the LearningHeader -- or a similar version as suggested in this issue? Which sounds like the best long-term solution but with lots of work. |
Here's a PR with the suggested change (getting the logo from the MFE API): #238 |
Hey all, just wanted to jump in to say that my team (@openedx/2u-aperture, soon-to-be-maintainers) and I fully support replacing the header with the default MFE Header. We'll definitely want to know when that change is ready to happen, but as a heads up we'd want to ensure two things in order to accept the PR:
|
@jsnwesson: thanks for the details! I don't know how much work it would be to change the header, but when we have it done, is it enough to have flags to turn on/off both dashboards? Unless we have a replacement for the community, I'll tag @arbrandes here. Should we talk with the product wg for this one? |
@mariajgrimaldi I would say it's enough to have flags for the dual dashboard feature! |
Hi everyone, Just want to know if anyone is actively working on this at the moment? or Are we paused because of "Careers" option and dual dashboard thing. |
Hi @hinakhadim ! As it turns out, I believe the @openedx/2u-vanguards team is planning on bringing in the customized header into |
Hi @zainab-amir and @openedx/2u-vanguards, just wanted to know whether what @jsnwesson wrote above is correct and if anyone is working on this at the moment? One of our clients is interested in making the header look consistent across all MFEs, so depending on what needs to be done, we could probably create a PR as well or help with an existing one if needed. Looking forward to your thoughts. |
That's awesome, @syedsajjadkazmii! Thank you and your team for working on this. Please let us know if we can help anyhow. |
This is the relevant PR, if I'm not mistaken: |
@arbrandes yes, that is the PR to replace the learner dashboard custom header with |
The problem
Instead of using the frontend-component-header the MFE uses its own LearnerDashboardHeader component. Main pain points here:
Proposal
It would be great to replace it with the easily-brandable frontend-component-header.
Additional info
The text was updated successfully, but these errors were encountered: