Fetch new eventlogs when the user scrolls to the bottom

This commit is contained in:
Johannes Zellner
2025-03-23 17:16:50 +01:00
parent 9db671b83a
commit 6befc2b7a2
2 changed files with 108 additions and 62 deletions

View File

@@ -196,8 +196,20 @@ tr:hover .table-actions {
gap: 6px;
}
h1.section-header {
margin-top: 20px;
.view-header {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: center;
margin: 0;
margin-right: 10px;
margin-bottom: 10px;
gap: 5px;
}
.view-header > div {
display: flex;
gap: 6px;
}
.button-bar {