diff --git a/Cargo.lock b/Cargo.lock index 902e2289b..630858eef 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9026,6 +9026,7 @@ dependencies = [ "daedalus", "dashmap", "data-url", + "derive_more 2.0.1", "dirs", "discord-rich-presence", "dotenvy", diff --git a/Cargo.toml b/Cargo.toml index 94a282105..8bdf0437b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,6 +48,7 @@ daedalus = { path = "packages/daedalus" } dashmap = "6.1.0" data-url = "0.3.1" deadpool-redis = "0.22.0" +derive_more = "2.0.1" dirs = "6.0.0" discord-rich-presence = "0.2.5" dotenv-build = "0.1.1" diff --git a/apps/app-frontend/src/components/ui/friends/FriendsList.vue b/apps/app-frontend/src/components/ui/friends/FriendsList.vue index a23f911c1..edd27712e 100644 --- a/apps/app-frontend/src/components/ui/friends/FriendsList.vue +++ b/apps/app-frontend/src/components/ui/friends/FriendsList.vue @@ -250,7 +250,13 @@ onUnmounted(() => {

Username

You can add friends with their Modrinth username.

- +