Compare commits

...

2 Commits

Author SHA1 Message Date
afe337d44a 0.55.2 2026-07-21 05:17:40 +02:00
6fe8c84ef4 Added profile ID as username title on profile page. 2026-07-21 05:17:36 +02:00
3 changed files with 4 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,11 +1,11 @@
{
"name": "traxxx-web",
"version": "0.55.1",
"version": "0.55.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"version": "0.55.1",
"version": "0.55.2",
"dependencies": {
"@brillout/json-serializer": "^0.5.25",
"@dicebear/collection": "7.0.5",

View File

@@ -91,7 +91,7 @@
"overrides": {
"vite": "$vite"
},
"version": "0.55.1",
"version": "0.55.2",
"imports": {
"#/*": "./*.js"
},

View File

@@ -33,6 +33,7 @@ function scrollHorizontal(event) {
<div class="profile-header">
<a
:href="`/user/${profile.username}/`"
:title="`#${profile.id}`"
class="user nolink"
>
<Icon