-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
Missing exclamation mark in jio footer #252
Comments
Yea you probably need ion-icons which is not bundled. You can find them in Jenkins.io layout templates |
Thanks for the pointer, I thought they were bundled or something. |
Jenkins.ion has been using it independently before this so I choose to keep things smaller. |
If they are needed for footer links, it would make sense to bundle them in jio components I'd say, no? jenkins.io uses ionicons on more occasions than the footer. Hence, they have been around longer, but for pages which don't use ionicons at all, jio bundling it sounds preferable to me. |
It would make the bundle size much bigger and then loaded twice. I'm not against it just explaining what I was thinking Could just be listed as explicit dependency or lazy loads from cdn if not found |
Can we bundle just the icon required? or just inline SVG? |
probably doable if someone wants to figure out how |
Problem with this page
https://accounts.jenkins.io/login
Expected behavior
If you can report a problem with the page, the interface is prefixed with a warning symbol, as seen in the footer on plugins.jenkins.io for example.
Actual behavior
There's no warning symbol on accounts.j.io, which looks odd.
We're using the following couple of lines to place the footer:
account-app/src/main/resources/org/jenkinsci/account/taglib/layout.jelly
Lines 90 to 91 in 234f912
@halkeye Is there anything in particular we need to add to ensure our footer interfaces look the same like on jenkins.io or plugins.jenkins.io?
Possible solution
No response
The text was updated successfully, but these errors were encountered: