mirror of
https://github.com/francoborrelli/spotify-react-web-client.git
synced 2026-04-26 11:55:56 +03:00
[PR #46] [CLOSED] Fix/redirection #49
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-react-web-client#49
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/francoborrelli/spotify-react-web-client/pull/46
Author: @laurentperroteau
Created: 9/4/2025
Status: ❌ Closed
Base:
develop← Head:fix/redirection📝 Commits (10+)
d6d2301Init firebase with github action9af07ecFix github action using yarn and setting var envba21f4cUse firebase project (without .env.production)cede526Ignore redux warning about player non serializable7756505Ignore spotify volume errordfcbe4ePush first track on dbc61132cPrevent indexing app139a60eRemove le truc41ce6c0Delete firebase hosting logd325581Try to fix instable redirect📊 Changes
23 files changed (+972 additions, -29 deletions)
View changed files
➕
.claude/settings.local.json(+10 -0)➕
.firebaserc(+5 -0)➕
.github/workflows/firebase-hosting-merge.yml(+31 -0)➕
.github/workflows/firebase-hosting-pull-request.yml(+26 -0)📝
.gitignore(+3 -0)➕
database.rules.json(+12 -0)➕
firebase.json(+54 -0)➕
functions/.eslintrc.js(+33 -0)➕
functions/.gitignore(+10 -0)➕
functions/package.json(+31 -0)➕
functions/src/index.ts(+32 -0)➕
functions/tsconfig.dev.json(+5 -0)➕
functions/tsconfig.json(+17 -0)📝
package.json(+1 -0)📝
public/index.html(+16 -14)➕
public/robots.txt(+2 -0)📝
src/index.tsx(+19 -3)➕
src/services/database.ts(+49 -0)📝
src/services/player.ts(+5 -1)📝
src/services/playlists.ts(+18 -1)...and 3 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.