feat: front-end overhaul. added search, editing, event view, validation

This commit is contained in:
2025-05-19 04:36:28 +02:00
parent 82936633f1
commit ace54fb4ef
20 changed files with 490 additions and 89 deletions

View File

@@ -171,6 +171,7 @@ body {
width: 99px;
height: 50px;
line-height: 1;
margin: 0 5px 0 5px;
}
#eventList .event-card .remove-btn:hover {
background-color: #CD4A31;
@@ -181,6 +182,31 @@ body {
width: 99px;
height: 50px;
line-height: 1;
margin: 0 5px 0 5px;
}
#eventList .event-card .edit-btn {
background-color: #9B9B9B;
border: none;
border-radius: 30px;
color: white;
font-size: 1.2rem;
width: 99px;
height: 50px;
line-height: 1;
margin: 0 5px 0 5px;
}
#eventList .event-card .edit-btn:hover {
background-color: #777;
border: none;
border-radius: 30px;
color: white;
font-size: 1.2rem;
width: 99px;
height: 50px;
line-height: 1;
margin: 0 5px 0 5px;
}
.center-text {