Migrate (some) user functionality to server-side #123
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "move-user-to-server"
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?
Description of Changes
This adds fetching user data to the server-side, as well as making /u/{username} pages fetch from the server-side. Alongside these changes, following/unfollowing & blocking/unblocking has been moved to the server as well.
This PR breaks /u?id={username} links, which hasn't been supported by Auride for a while anyways.
Among other changes:
Visual Sample
https://github.com/user-attachments/assets/9a9274af-2c65-4a1a-a3b3-58e10f811478
Checklist
@ -978,389 +978,6 @@ function swapNoteTab(tab) {// TODO does not work on firefox (unsure about webkit), move this into settingsNotification.requestPermission();this chunk of comment need to be removed
@ -0,0 +1,299 @@async function renderUPage(userIdentifer, reqType) {this needs removed too
remove your notes to self, kat 😒
@ -0,0 +1,299 @@async function renderUPage(userIdentifer, reqType) {this is not a test