·
3 commits
to refs/heads/master
since this release
π New features and improvements
- The UI has been modernized (#35 by @hashar) to match Jenkins core and catch up with nowadays browsers capabilities:
- The side-bar panel has been replaced by a pane issued by Jenkins (
<l:pane>
) - In the console, the collapsible sections now use the
<details>
HTML element which has been available in all modern browsers since early 2020. The style is made to match modern Jenkins. - The panel is made to always be in the last position, this was made to avoid masking the Timestamper side panel which would not be visible when added after a long series of sections.
- The panel is now using CSS to stick to the top (
position:sticky
). Note: with the Timestamper plugin, the two panels would have overlapping text. Jenkins 2.463/2.479.1 addresses that by making the panel background solid which would mask the panel beneath.
- The side-bar panel has been replaced by a pane issued by Jenkins (