[PR #46] [CLOSED] Fix/redirection #49

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

📋 Pull Request Information

Original PR: https://github.com/francoborrelli/spotify-react-web-client/pull/46
Author: @laurentperroteau
Created: 9/4/2025
Status: Closed

Base: developHead: fix/redirection


📝 Commits (10+)

  • d6d2301 Init firebase with github action
  • 9af07ec Fix github action using yarn and setting var env
  • ba21f4c Use firebase project (without .env.production)
  • cede526 Ignore redux warning about player non serializable
  • 7756505 Ignore spotify volume error
  • dfcbe4e Push first track on db
  • c61132c Prevent indexing app
  • 139a60e Remove le truc
  • 41ce6c0 Delete firebase hosting log
  • d325581 Try 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.

## 📋 Pull Request Information **Original PR:** https://github.com/francoborrelli/spotify-react-web-client/pull/46 **Author:** [@laurentperroteau](https://github.com/laurentperroteau) **Created:** 9/4/2025 **Status:** ❌ Closed **Base:** `develop` ← **Head:** `fix/redirection` --- ### 📝 Commits (10+) - [`d6d2301`](https://github.com/francoborrelli/spotify-react-web-client/commit/d6d230127a39c3917abb5f93ed8a3855904df516) Init firebase with github action - [`9af07ec`](https://github.com/francoborrelli/spotify-react-web-client/commit/9af07ec3e2a3db076069789b34c7e68442da0622) Fix github action using yarn and setting var env - [`ba21f4c`](https://github.com/francoborrelli/spotify-react-web-client/commit/ba21f4c2be8c2cf49c71df39e36032fbbf660b39) Use firebase project (without .env.production) - [`cede526`](https://github.com/francoborrelli/spotify-react-web-client/commit/cede526c699888d499e048e551a6bc7c18b1ec57) Ignore redux warning about player non serializable - [`7756505`](https://github.com/francoborrelli/spotify-react-web-client/commit/7756505aca5e06c6ead25cbb5d31425eb3b6cbe6) Ignore spotify volume error - [`dfcbe4e`](https://github.com/francoborrelli/spotify-react-web-client/commit/dfcbe4e72c67aa6c03ac5eeb98d633200261062a) Push first track on db - [`c61132c`](https://github.com/francoborrelli/spotify-react-web-client/commit/c61132cfc0a8de6507ee67bba867092f5c884349) Prevent indexing app - [`139a60e`](https://github.com/francoborrelli/spotify-react-web-client/commit/139a60ea2cf6ef28d53939188ceb608f66a6276e) Remove le truc - [`41ce6c0`](https://github.com/francoborrelli/spotify-react-web-client/commit/41ce6c0b6753dbe04cdc7bc4a9b1d0c96b278605) Delete firebase hosting log - [`d325581`](https://github.com/francoborrelli/spotify-react-web-client/commit/d32558133902690aafd96bff081f650b3075dfb8) Try to fix instable redirect ### 📊 Changes **23 files changed** (+972 additions, -29 deletions) <details> <summary>View changed files</summary> ➕ `.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_ </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:22:01 +03:00
Sign in to join this conversation.
No labels
pull-request
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/spotify-react-web-client#49
No description provided.