more sse, disable sse, disable auto-refresh if compelted

This commit is contained in:
Carl Pearson
2024-10-21 06:04:22 -06:00
parent 6cea35c699
commit 34fa95aa05
7 changed files with 169 additions and 25 deletions

View File

@@ -37,4 +37,9 @@
.video-options .delete-btn {
background-color: rgb(255, 70, 70);
color: white;
}
.video-card .hidden {
display: none;
visibility: hidden;
}