Start implementing direct messaging and continued developing the chatnav

This commit is contained in:
2026-04-09 08:47:56 +02:00
parent 3fb1145c6b
commit c5bc817efe
27 changed files with 428 additions and 27 deletions

BIN
public/Onest-SemiBold.ttf Normal file

Binary file not shown.

View File

@@ -16,5 +16,17 @@
"passwordRequired": "Password is required",
"passwordIncorrect": "Password is incorrect"
}
},
"chat": {
"chatnav": {
"dmList": {
"newChat": "Start new chat",
"messageBox": {
"latestMessage": {
"you": "You: "
}
}
}
}
}
}