-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Partner svg's not visible in dark/light mode #4146
Comments
I would like to work on this issue. Please assign it to me. |
Thanks for working on this issue. I worked on the SVGs on this partner page, and I made the mistake that is causing the problem. if you are still actively troubleshooting this issue and do not mind me providing a hint:
Feel free to let me know if you have any questions, would like another hint, or if I can be of any assistance on this issue. Cheers, |
Thanks, Randy. |
Thanks for your reply. Sounds good. Let me know if I can help with issues setting up locally. I have issues with setups and it can be challenging/frustrating when things do not go according to the instructions. One thing mentioned in the CONTRIBUTING.md to note is:
There are also various ways to ask questions to the community about getting setup as noted in the Newcomer's guide:
As you can see this topic is discussed on both: Good luck on the setup. Cheers, |
Thanks, Randy for your help, |
It stops at sharp.image_processing for a long time when you run make setup; make site; first time. |
Sorry about the delay in responding. Sounds like you have done a good job trying various methods. I just tried the Codespaces route and with the If there are still issues and you are interested in troubleshooting this with me, let's start from the beginning and try to get some additional information. If possible I would delete your local layer5 repo and start from the beginning again with the basic instructions:
this will give some info on what image things get stalled on, example: It seems from some of the threads reporting this issue [1, 2], the operation requires a lot of processing, there may be some fixes in the posts you can try. note: my machine specs are basic and I have been able to successfully run Layer5 builds) Let me know how it goes, and we can go from there. Cheers, |
Hey Randy, Thanks for your response! I'll try and inform you about it. |
What's the update on this @niranjan-kurhade ? |
You can work on this issue for now, I am unassigning myself, Trying to setup Layer5 |
#4222 (comment) |
If no one is working, can you please assign me this issue. |
Oh, |
Ok @vishalvivekm |
Hi All, @vishalvivekm, thanks for coordinating everything! @goldfishdolphin, as I mentioned earlier in this thread I am available as a resource if you have any questions regarding this issue. @niranjan-kurhade, after Codespaces didn't work out, I tried another CDE, GitPod and was able to successfully install, develop, and build with my Layer5 fork online using the free basic settings. So you might consider giving that a try, let me know if you have any questions. cheers, |
Thanks Randy. I usually run code on my local machine but I ll try Gitpod as well. |
Hi @randychilau I tried to make a separate ReactComponent for dark mode CNFC but it is not being displayed. |
Hey @leecalcote I think only the cncf logo is fixed |
HI Everyone, Thanks for looking into this issue @goldfishdolphin. You mentioned:
As you noticed, we are using one SVG file per partner on this page for light and dark mode, this is intentional because we want the SVG to respond to the theme changing between light and dark mode. This is documented in the However there is a syntax error that is preventing the SVG colors from changing on this page. The code responsible for the changing colors is located in this file, more specifically in this section: Unfortunately I missed this error when modifying the code, but there is a css syntax error in the section above. Click on Reveal Error
If you correct the error in both instances and svg.webm@leecalcote has merged PR#4249 and closed this issue, and as @sambhavgupta0705 has commented there are other partner SVGs malfunctioning. I will leave it to the organizers to decide how best to proceed. @sambhavgupta0705 If you are interested in other issues with this page, here are two more:
Otherwise I am happy to handle the above issues if they are not taken up in the next few days. Cheers, |
Hey @randychilau |
Thank you @randychilau for explaining everything so well. |
@randychilau should I make a new issue with all details or this issue should be reopened? |
Thanks for your interest in working on this page. Let's split up the tasks. You handle the task regarding:
Please create a new issue for this, and I believe I can assign you the task. I'll handle the Citrix SVG and the CSS issue for the other partner SVGs. Thanks, |
@randychilau have you fixed the CSS for the partners page? |
Hi @goldfishdolphin, Thanks for your message. The issues on the partner page regarding other svgs, CSS and light/dark mode have been resolved in PR #4296 and awaiting review. Cheers, |
Description
On https://layer5.io/partners page ,some svg's aren't visible in light/dark mode.
Below are the ss of svg's having issues :
On Dark-mode :
On Light mode :
Expected Behavior
Screenshots
Environment:
Contributor Resources and Handbook
The layer5.io website uses Gatsby, React, and GitHub Pages. Site content is found under the
master
branch.The text was updated successfully, but these errors were encountered: