Skip to content

Commit

Permalink
Push
Browse files Browse the repository at this point in the history
  • Loading branch information
janfaracik committed Jan 14, 2024
1 parent 347e966 commit 9c69bd0
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 55 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,24 +38,6 @@ THE SOFTWARE.
<l:search-bar placeholder="${%Search settings}" id="settings-search-bar" />
</l:app-bar>

<t:progressBar pos="-1" />
<br/>
<t:progressBar pos="-1" red="true" />
<br/>
<t:progressBar pos="50" />
<br/>
<t:progressBar pos="50" red="true" />
<br/>
<t:progressBar pos="-1" href="/123" />
<br/>
<t:progressBar pos="-1" red="true" href="/123" />
<br/>
<t:progressBar pos="50" href="/123" />
<br/>
<t:progressBar pos="50" red="true" href="/123" />

<br/><br/><br/>

<script src="${resURL}/jsbundles/pages/manage-jenkins.js" type="text/javascript" />

<section class="manage-messages">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,6 @@ THE SOFTWARE.
<i:setTimeZone value="${h.getUserTimeZone()}" />
</j:if>

<!-- <style>-->
<!-- ::view-transition-old(item-${pageEntry.entryId}) {-->
<!--&lt;!&ndash; animation: 0.3s outgoing both;&ndash;&gt;-->
<!-- }-->
<!-- ::view-transition-new(item-${pageEntry.entryId}) {-->
<!--&lt;!&ndash; animation: 0.3s incoming both;&ndash;&gt;-->
<!-- }-->
<!-- </style>-->

<div class="ethan" page-entry-id="${pageEntry.entryId}" style="view-transition-name: item-${pageEntry.entryId}">
<div class="toprow">
<a class="toprow__icon"
Expand Down
7 changes: 0 additions & 7 deletions war/src/main/scss/components/_buttons.scss
Original file line number Diff line number Diff line change
Expand Up @@ -398,13 +398,6 @@ $jenkins-split-button-border-radius: 0.2rem;
margin-bottom: 4px;
}

//::view-transition-old(willow) {
// animation: 0.3s outgoing both;
//}
//::view-transition-new(willow) {
// animation: 0.3s incoming both;
//}

.ethan__description {
position: relative;
color: var(--text-color-secondary);
Expand Down
21 changes: 0 additions & 21 deletions war/src/main/scss/styles.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,24 +3,3 @@
@use "components";
@use "form";
@use "pages";

//::view-transition-old(root),
//::view-transition-new(root) {
// animation-duration: 0s;
//}

@keyframes incoming {
from {
scale: 97.5%;
opacity: 0;
}
}


@keyframes outgoing {
to {
scale: 95%;
opacity: 0;
}
}

0 comments on commit 9c69bd0

Please sign in to comment.