implemented admin control panel with the ability to delete articles/users in bulk, and open user panels with the standard options to reset passwords, change email/usernames, or delete. additionally, updated SQL schema, created dummy data, and fixed some bugs.
This commit is contained in:
+6
-1
@@ -40,11 +40,16 @@ code {
|
||||
}
|
||||
|
||||
.article_card,
|
||||
.form_card {
|
||||
.form_card,
|
||||
.view_card {
|
||||
border: 5px solid white;
|
||||
background-color: black;
|
||||
}
|
||||
|
||||
table tr {
|
||||
outline: solid 3px white;
|
||||
}
|
||||
|
||||
.button {
|
||||
color: white;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user