mirror of
https://github.com/adamchairly/soundfeed.git
synced 2026-04-26 05:55:53 +03:00
[PR #6] [MERGED] feat: reorder artists #9
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/soundfeed#9
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/adamchairly/soundfeed/pull/6
Author: @adamchairly
Created: 3/3/2026
Status: ✅ Merged
Merged: 3/3/2026
Merged by: @adamchairly
Base:
main← Head:dev📝 Commits (2)
f58db98feat: reorder artists07d5fc4bump version📊 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.