mirror of
https://github.com/EddieTheCubeHead/Stagnum.git
synced 2026-04-26 14:15:50 +03:00
[PR #27] [MERGED] 3 prototype spotify playback sdk #246
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#246
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/27
Author: @EddieTheCubeHead
Created: 1/20/2024
Status: ✅ Merged
Merged: 1/23/2024
Merged by: @EddieTheCubeHead
Base:
master← Head:3-prototype-spotify-playback-sdk📝 Commits (10+)
0f354f8Poc folder basee0b72f7Created next.js project71b138bAlmost functionali API login server-side02e1e71Merge branch '3-prototype-spotify-playback-sdk' of github.com:EddieTheCubeHead/Poolify into 3-prototype-spotify-playback-sdkf0e3be2Login button sends requestcfb26e6Merge branch '3-prototype-spotify-playback-sdk' of https://github.com/EddieTheCubeHead/Poolify into 3-prototype-spotify-playback-sdkb57f971login button sends get request8512187removed services folderf2e47ceplay button sends a play request176868cuser redericted to /play on succesfull login📊 Changes
24 files changed (+431 additions, -2 deletions)
View changed files
📝
.gitignore(+3 -1)📝
README.md(+1 -1)➖
client/.gitignore(+0 -0)➖
client/README.md(+0 -0)➕
package-lock.json(+6 -0)➕
poc-client/.eslintrc.json(+3 -0)➕
poc-client/.gitignore(+37 -0)➕
poc-client/README.md(+36 -0)➕
poc-client/app/auth/callback/page.tsx(+35 -0)➕
poc-client/app/favicon.ico(+0 -0)➕
poc-client/app/globals.css(+33 -0)➕
poc-client/app/layout.tsx(+22 -0)➕
poc-client/app/page.tsx(+26 -0)➕
poc-client/app/play/page.tsx(+23 -0)➕
poc-client/next.config.mjs(+4 -0)➕
poc-client/package.json(+28 -0)➕
poc-client/postcss.config.js(+6 -0)➕
poc-client/public/next.svg(+1 -0)➕
poc-client/public/vercel.svg(+1 -0)➕
poc-client/tailwind.config.ts(+20 -0)...and 4 more files
📄 Description
A functional prototype that logs in to spotify with OAuth and then uses existing playback device to play "Never gonna give you up" by Rick Astley
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.