Add user profile page (#302)

* Add user page and API endpoint

* add: /user/[id] page
* add: /api/v1/user/[id] API endpoint

* Change loading message in user profile page

* Fix build errors, prettier code
This commit is contained in:
Andus
2026-01-04 03:45:20 +01:00
committed by GitHub
parent c001a8c808
commit 8f5d8a43c5
3 changed files with 112 additions and 0 deletions
+8
View File
@@ -629,6 +629,14 @@
"type": "Type",
"upload": "Upload",
"uploadFile": "Upload file",
"user": {
"unknown": "Unknown user",
"editProfile": "Edit profile",
"recent": "Recent activity (TODO)",
"recentSub": "Recent activity by this user",
"notFound": "User not found",
"noActivity": "No recent activity"
},
"userHeader": {
"closeSidebar": "Close sidebar",
"links": {