[PR #338] [MERGED] 330 subtask create login popup for new client #388

Closed
opened 2026-02-27 19:18:00 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/EddieTheCubeHead/Stagnum/pull/338
Author: @EddieTheCubeHead
Created: 6/16/2024
Status: Merged
Merged: 6/16/2024
Merged by: @EddieTheCubeHead

Base: masterHead: 330-subtask-create-login-popup-for-new-client


📝 Commits (7)

📊 Changes

24 files changed (+274 additions, -45 deletions)

View changed files

📝 clientRewrite/package.json (+2 -1)
clientRewrite/public/LoginBGDark.png (+0 -0)
clientRewrite/public/LoginBGLight.png (+0 -0)
clientRewrite/public/Spotify_Logo_RGB_Green.png (+0 -0)
clientRewrite/setup-vitest.ts (+4 -0)
📝 clientRewrite/src/App.tsx (+1 -1)
📝 clientRewrite/src/ThemeProvider.tsx (+3 -6)
📝 clientRewrite/src/common/components/Avatar.tsx (+0 -0)
clientRewrite/src/common/components/Button.tsx (+15 -0)
clientRewrite/src/common/components/MainLogo.tsx (+8 -0)
📝 clientRewrite/src/common/components/TopBar.tsx (+7 -3)
clientRewrite/src/common/components/topBar/MainLogo.tsx (+0 -12)
clientRewrite/src/common/stores/themeStore.ts (+16 -0)
clientRewrite/src/login/components/LoginPopup.tsx (+96 -0)
📝 clientRewrite/src/styles/globals.css (+1 -0)
📝 clientRewrite/src/views/Home.tsx (+4 -2)
📝 clientRewrite/tailwind.config.ts (+7 -1)
📝 clientRewrite/test/ThemeProviderFeatures.tsx (+4 -17)
clientRewrite/test/__mocks__/zustand.ts (+58 -0)
📝 clientRewrite/test/common/components/TopBarFeatures.tsx (+1 -1)

...and 4 more files

📄 Description

No description provided


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/EddieTheCubeHead/Stagnum/pull/338 **Author:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Created:** 6/16/2024 **Status:** ✅ Merged **Merged:** 6/16/2024 **Merged by:** [@EddieTheCubeHead](https://github.com/EddieTheCubeHead) **Base:** `master` ← **Head:** `330-subtask-create-login-popup-for-new-client` --- ### 📝 Commits (7) - [`8f1b8b8`](https://github.com/EddieTheCubeHead/Stagnum/commit/8f1b8b8958e6d9f1da9f439049299a13d4eafe1e) Login popup without button and state - [`00534c6`](https://github.com/EddieTheCubeHead/Stagnum/commit/00534c642568eaecfcb90134252b228cf45161c1) #330 Introduce store for theme - [`c5afa89`](https://github.com/EddieTheCubeHead/Stagnum/commit/c5afa898e93516981080d383fae32ebb369ad96c) #330 Optimize file paths for public folder files - [`9d2b21a`](https://github.com/EddieTheCubeHead/Stagnum/commit/9d2b21ae75a71981cee2dbd2d5c22da94d2760aa) #330 Get login popup image based on theme - [`da170db`](https://github.com/EddieTheCubeHead/Stagnum/commit/da170dbef4733ff81b814e818926bab7df230275) #330 Flip light background image for login - [`0de576f`](https://github.com/EddieTheCubeHead/Stagnum/commit/0de576fa0f280c8cf1c43b7ae512c88bb25e27d1) #330 Create button component and add it to the login popup - [`a226f34`](https://github.com/EddieTheCubeHead/Stagnum/commit/a226f344447805e57126b443c79bc4f5114c4b34) #330 lint & format ### 📊 Changes **24 files changed** (+274 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `clientRewrite/package.json` (+2 -1) ➕ `clientRewrite/public/LoginBGDark.png` (+0 -0) ➕ `clientRewrite/public/LoginBGLight.png` (+0 -0) ➕ `clientRewrite/public/Spotify_Logo_RGB_Green.png` (+0 -0) ➕ `clientRewrite/setup-vitest.ts` (+4 -0) 📝 `clientRewrite/src/App.tsx` (+1 -1) 📝 `clientRewrite/src/ThemeProvider.tsx` (+3 -6) 📝 `clientRewrite/src/common/components/Avatar.tsx` (+0 -0) ➕ `clientRewrite/src/common/components/Button.tsx` (+15 -0) ➕ `clientRewrite/src/common/components/MainLogo.tsx` (+8 -0) 📝 `clientRewrite/src/common/components/TopBar.tsx` (+7 -3) ➖ `clientRewrite/src/common/components/topBar/MainLogo.tsx` (+0 -12) ➕ `clientRewrite/src/common/stores/themeStore.ts` (+16 -0) ➕ `clientRewrite/src/login/components/LoginPopup.tsx` (+96 -0) 📝 `clientRewrite/src/styles/globals.css` (+1 -0) 📝 `clientRewrite/src/views/Home.tsx` (+4 -2) 📝 `clientRewrite/tailwind.config.ts` (+7 -1) 📝 `clientRewrite/test/ThemeProviderFeatures.tsx` (+4 -17) ➕ `clientRewrite/test/__mocks__/zustand.ts` (+58 -0) 📝 `clientRewrite/test/common/components/TopBarFeatures.tsx` (+1 -1) _...and 4 more files_ </details> ### 📄 Description _No description provided_ --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 19:18:00 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/Stagnum#388
No description provided.