momentum-mod / website

Momentum Mod's main website.
https://momentum-mod.org
MIT License
58 stars 59 forks source link

refactor(front): remove /profile page, always use /profile/{userID} #850

Closed tsa96 closed 1 year ago

tsa96 commented 1 year ago

Someone earlier asked how they can link find a URL to their profile, given that if they navigate to their profile page on the frontend, they just go to /dashboard/profile, and don't know their userID.

The simplest solution to me is to just always use the relativized URL containing the user's id. Incidentally this seems to be how most sites handle profile pages.