feat: loads of improvements (see comments)

1) check whether submitting user is submitting for himself
2) some refactoring of the tabs in `Ranking`
3) get chemistry and mvps from DB
4) restore previous
5) start over
6) (hopefully) improve logout
This commit is contained in:
2025-03-13 20:11:34 +01:00
parent 9afa4a88a8
commit 453d7ca951
5 changed files with 186 additions and 32 deletions

View File

@@ -235,15 +235,17 @@ h3 {
margin: auto;
}
button,
.button {
button {
margin: 4px;
font-weight: bold;
font-size: large;
color: aliceblue;
background-color: black;
border-radius: 1.2em;
z-index: 1;
&:hover {
opacity: 75%;
}
}
#control-panel {