polished UI form and function

This commit is contained in:
ari melody 2024-06-21 06:52:34 +01:00
parent 0f2a021622
commit e9c6510286
Signed by: ari
GPG key ID: CF99829C92678188
9 changed files with 56 additions and 20 deletions

View file

@ -7,6 +7,7 @@ export default class User {
host;
avatar_url;
emojis;
url;
get name() {
return this.nickname || this.username;