1
0
mirror of https://github.com/amir20/dozzle.git synced 2025-12-21 21:33:18 +01:00

feat: adds a side panel for complex logs that enables reordering and enabling fields (#3237)

This commit is contained in:
Amir Raminfar
2024-08-28 17:37:04 -07:00
committed by GitHub
parent 62a2ef9eb4
commit 85271a595a
31 changed files with 345 additions and 174 deletions

View File

@@ -25,7 +25,7 @@
</div>
</div>
<div
class="animate-background h-1 bg-gradient-to-br from-primary via-transparent to-primary"
class="animate-background h-1 bg-gradient-to-br from-primary via-primary/20 to-primary"
v-show="!scrollContext.paused && !scrollContext.loading"
></div>
<div ref="scrollObserver" class="h-px"></div>
@@ -96,7 +96,7 @@ function scrollToBottom(behavior: "auto" | "smooth" = "auto") {
.animate-background {
background-size: 400% 400%;
animation: gradient-animation 4s ease infinite;
animation: gradient-animation 5s ease infinite;
}
@keyframes gradient-animation {