[PR #6] [MERGED] feat: reorder artists #9

Closed
opened 2026-03-13 16:28:17 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/adamchairly/soundfeed/pull/6
Author: @adamchairly
Created: 3/3/2026
Status: Merged
Merged: 3/3/2026
Merged by: @adamchairly

Base: mainHead: dev


📝 Commits (2)

📊 Changes

10 files changed (+366 additions, -40 deletions)

View changed files

📝 frontend/package-lock.json (+57 -2)
📝 frontend/package.json (+4 -1)
frontend/src/components/common/MockFeedPreview.tsx (+35 -0)
📝 frontend/src/components/feed/AddArtistButton.tsx (+28 -13)
📝 frontend/src/components/feed/ArtistGrid.tsx (+85 -15)
📝 frontend/src/components/feed/FeedList.tsx (+13 -6)
frontend/src/components/feed/SortableArtistItem.tsx (+35 -0)
📝 frontend/src/hooks/useAddArtist.ts (+2 -2)
frontend/src/hooks/useArtistOrder.ts (+89 -0)
📝 frontend/src/pages/FeedPage.tsx (+18 -1)

📄 Description

  • added functionality to reorder artists in artist grid
  • clickin on an artist redirects to spotify artist page
  • added states and mock placeholder for when no artist added yet or no new releases

🔄 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/adamchairly/soundfeed/pull/6 **Author:** [@adamchairly](https://github.com/adamchairly) **Created:** 3/3/2026 **Status:** ✅ Merged **Merged:** 3/3/2026 **Merged by:** [@adamchairly](https://github.com/adamchairly) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (2) - [`f58db98`](https://github.com/adamchairly/soundfeed/commit/f58db984a3331cabac76a6c0276f304b9b1736cf) feat: reorder artists - [`07d5fc4`](https://github.com/adamchairly/soundfeed/commit/07d5fc48ce414c469675c9a4a9b9cfd0c457c0b5) bump version ### 📊 Changes **10 files changed** (+366 additions, -40 deletions) <details> <summary>View changed files</summary> 📝 `frontend/package-lock.json` (+57 -2) 📝 `frontend/package.json` (+4 -1) ➕ `frontend/src/components/common/MockFeedPreview.tsx` (+35 -0) 📝 `frontend/src/components/feed/AddArtistButton.tsx` (+28 -13) 📝 `frontend/src/components/feed/ArtistGrid.tsx` (+85 -15) 📝 `frontend/src/components/feed/FeedList.tsx` (+13 -6) ➕ `frontend/src/components/feed/SortableArtistItem.tsx` (+35 -0) 📝 `frontend/src/hooks/useAddArtist.ts` (+2 -2) ➕ `frontend/src/hooks/useArtistOrder.ts` (+89 -0) 📝 `frontend/src/pages/FeedPage.tsx` (+18 -1) </details> ### 📄 Description - added functionality to reorder artists in artist grid - clickin on an artist redirects to spotify artist page - added states and mock placeholder for when no artist added yet or no new releases --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-13 16:28:17 +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/soundfeed#9
No description provided.