mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 06:05:49 +03:00
[PR #339] [MERGED] 331 subtask handle data flow for login #390
Labels
No labels
bug
bug
client
design
documentation
feature
feature
infrastructure
pull-request
ready for development
server
server
spike
technical work
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/Stagnum#390
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/EddieTheCubeHead/Stagnum/pull/339
Author: @EddieTheCubeHead
Created: 6/19/2024
Status: ✅ Merged
Merged: 6/19/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:331-subtask-handle-data-flow-for-login📝 Commits (10+)
4cce249#331 Split up login popup, make some parts reusable elsewhered99e885#331 Fix names broken in login prompt refactora610cdd#331 Query for getting oauth redirect from coreffe4b44#331 Update CORS rules993031d#331 Open login popup only if token is missing51b1a63#331 Test and coverage config improvements60fca17#331 Fetch token on reroute back to page and clean url116bda3#331 Test cleanup0b7bf29#331 Add user store to top bar and avatar, small refactoring for avatar4acbb71#331 Fetch user data on login - synchronization still WIP📊 Changes
48 files changed (+612 additions, -293 deletions)
View changed files
📝
clientRewrite/package.json(+3 -0)📝
clientRewrite/setup-vitest.ts(+11 -3)📝
clientRewrite/src/App.tsx(+9 -4)➕
clientRewrite/src/api/fetchMe.ts(+14 -0)➕
clientRewrite/src/api/fetchRedirectUri.ts(+7 -0)➕
clientRewrite/src/api/fetchToken.ts(+7 -0)➕
clientRewrite/src/api/methods.ts(+11 -0)➕
clientRewrite/src/common/components/BackgroundBlur.tsx(+13 -0)➕
clientRewrite/src/common/components/CardsSkeleton.tsx(+12 -0)➕
clientRewrite/src/common/components/EnsureLoginWrapper.tsx(+12 -0)➖
clientRewrite/src/common/components/MainLogo.tsx(+0 -8)➕
clientRewrite/src/common/components/PopupCard.tsx(+16 -0)📝
clientRewrite/src/common/components/TopBar.tsx(+7 -11)➕
clientRewrite/src/common/components/avatar/Avatar.tsx(+12 -0)➕
clientRewrite/src/common/components/avatar/AvatarImage.tsx(+14 -0)📝
clientRewrite/src/common/components/avatar/NamePlaceholder.tsx(+4 -21)➕
clientRewrite/src/common/components/logo/Logo.tsx(+16 -0)➕
clientRewrite/src/common/components/logo/LogoIcon.tsx(+10 -0)➕
clientRewrite/src/common/components/logo/LogoText.tsx(+10 -0)➕
clientRewrite/src/common/components/logo/LogoWithSpotifyLogo.tsx(+22 -0)...and 28 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.