mirror of
https://github.com/Drop-OSS/drop.git
synced 2026-08-26 15:07:58 -04:00
[PR #302] [MERGED] Adds user profile page at /user/[id] #297
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Drop-OSS/drop/pull/302
Author: @AndusDEV
Created: 12/29/2025
Status: ✅ Merged
Merged: 1/3/2026
Merged by: @DecDuck
Base:
develop← Head:develop📝 Commits (3)
e09ca3cAdd user page and API endpoint8bba552Change loading message in user profile page6cfb24dFix build errors, prettier code📊 Changes
3 files changed (+112 additions, -0 deletions)
View changed files
📝
i18n/locales/en_us.json(+8 -0)➕
pages/user/[id]/index.vue(+75 -0)➕
server/api/v1/user/[id]/index.get.ts(+29 -0)📄 Description
/user/[id]– shows username, display name, profile pic, edit link (if own profile), and recent activity (placeholder)/api/v1/user/[id]– fetches public user data (available for every logged in user)🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.