[PR #51] [MERGED] feat: changed to react applicaiton #53

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

📋 Pull Request Information

Original PR: https://github.com/akashrchandran/syrics-web/pull/51
Author: @akashrchandran
Created: 12/31/2025
Status: Merged
Merged: 12/31/2025
Merged by: @akashrchandran

Base: masterHead: dev


📝 Commits (4)

  • 6304176 feat: changed to react applicaiton
  • 8dbe1d5 fix #34
  • a8c8d59 removed static folder
  • 19659d0 Merge origin/master into dev - remove legacy static/js/spotify.js

📊 Changes

71 files changed (+11239 additions, -1142 deletions)

View changed files

.dockerignore (+39 -0)
.env.example (+2 -0)
📝 .gitignore (+277 -112)
Dockerfile (+39 -0)
components.json (+20 -0)
docker-compose.yml (+9 -0)
docker-entrypoint.sh (+15 -0)
eslint.config.js (+38 -0)
index.html (+45 -0)
index.py (+0 -67)
nginx.conf (+35 -0)
package-lock.json (+5701 -0)
package.json (+76 -0)
postcss.config.js (+6 -0)
public/config.js (+3 -0)
📝 public/syrics.png (+0 -0)
📝 public/syrics16.png (+0 -0)
📝 public/syrics32.png (+0 -0)
📝 public/syrics96.png (+0 -0)
requirements.txt (+0 -3)

...and 51 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/akashrchandran/syrics-web/pull/51 **Author:** [@akashrchandran](https://github.com/akashrchandran) **Created:** 12/31/2025 **Status:** ✅ Merged **Merged:** 12/31/2025 **Merged by:** [@akashrchandran](https://github.com/akashrchandran) **Base:** `master` ← **Head:** `dev` --- ### 📝 Commits (4) - [`6304176`](https://github.com/akashrchandran/syrics-web/commit/6304176281ffc01786c7bbfebe536ba647203c18) feat: changed to react applicaiton - [`8dbe1d5`](https://github.com/akashrchandran/syrics-web/commit/8dbe1d51afc35e15ce73d202b4ae160c6fe4fa1a) fix #34 - [`a8c8d59`](https://github.com/akashrchandran/syrics-web/commit/a8c8d592f150d0e8dd3769104e15f0a450a36edb) removed static folder - [`19659d0`](https://github.com/akashrchandran/syrics-web/commit/19659d006b30d2b81ba895ccb3c476f4b0fa5e6e) Merge origin/master into dev - remove legacy static/js/spotify.js ### 📊 Changes **71 files changed** (+11239 additions, -1142 deletions) <details> <summary>View changed files</summary> ➕ `.dockerignore` (+39 -0) ➕ `.env.example` (+2 -0) 📝 `.gitignore` (+277 -112) ➕ `Dockerfile` (+39 -0) ➕ `components.json` (+20 -0) ➕ `docker-compose.yml` (+9 -0) ➕ `docker-entrypoint.sh` (+15 -0) ➕ `eslint.config.js` (+38 -0) ➕ `index.html` (+45 -0) ➖ `index.py` (+0 -67) ➕ `nginx.conf` (+35 -0) ➕ `package-lock.json` (+5701 -0) ➕ `package.json` (+76 -0) ➕ `postcss.config.js` (+6 -0) ➕ `public/config.js` (+3 -0) 📝 `public/syrics.png` (+0 -0) 📝 `public/syrics16.png` (+0 -0) 📝 `public/syrics32.png` (+0 -0) 📝 `public/syrics96.png` (+0 -0) ➖ `requirements.txt` (+0 -3) _...and 51 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:05:20 +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/syrics-web#53
No description provided.