-
-
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
Use web component for header and footer. Add extra links to header #150
base: main
Are you sure you want to change the base?
Conversation
halkeye
commented
Oct 17, 2022
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.
implementation("org.webjars:jquery:3.6.1") | ||
implementation("org.webjars:jquery-ui:1.13.2") |
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.
</j:if> | ||
<jio-navbar-link href="/myself">Profile</jio-navbar-link> | ||
<jio-navbar-link href="/logout">Logout <ion-icon name="log-out-outline" /></jio-navbar-link> |
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.
Yea I can't think of anything better. I tried putting a divider in between, but it didn't look much better. It just felt weird. Any idea what the old one looked like? |
Oh I like that one. A simple flexbox or something. What I saw when I logged in was a broken collapse bar. |
<script async="" data="jio" src="https://unpkg.com/@halkeye/jenkins-io-components?module" type="module" /> | ||
<script async="" data="jio" nomodule="" src="https://unpkg.com/@halkeye/jenkins-io-components" /> |
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.
<script async="" data="jio" src="https://unpkg.com/@halkeye/jenkins-io-components?module" type="module" /> | |
<script async="" data="jio" nomodule="" src="https://unpkg.com/@halkeye/jenkins-io-components" /> | |
<script async="" data="jio" src="https://unpkg.com/@jenkinsci/jenkins-io-components?module" type="module" /> | |
<script async="" data="jio" nomodule="" src="https://unpkg.com/@jenkinsci/jenkins-io-components" /> |