add Comment component, make POST comment request

This commit is contained in:
2021-05-17 15:56:58 +02:00
parent 2aa13dceff
commit e0dc0a8fdb
6 changed files with 111 additions and 9 deletions

View File

@@ -14,9 +14,8 @@ const datetimeFormats = {
},
long: {
year: "numeric",
month: "short",
month: "numeric",
day: "numeric",
weekday: "short",
hour: "numeric",
minute: "numeric",
hour12: false