mirror of
https://github.com/adamchairly/soundfeed.git
synced 2026-04-26 05:55:53 +03:00
[PR #7] [MERGED] feat: theme switching #7
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#7
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/7
Author: @adamchairly
Created: 3/4/2026
Status: ✅ Merged
Merged: 3/4/2026
Merged by: @adamchairly
Base:
main← Head:feature/theme_switching📝 Commits (1)
5c59629feat: theme switching📊 Changes
25 files changed (+296 additions, -148 deletions)
View changed files
📝
frontend/src/App.tsx(+41 -23)📝
frontend/src/components/common/ArtistGridSkeleton.tsx(+3 -3)📝
frontend/src/components/common/ReleaseCardSkeleton.tsx(+9 -9)📝
frontend/src/components/common/SkeletonImage.tsx(+1 -1)📝
frontend/src/components/common/SyncStatusSkeleton.tsx(+2 -2)📝
frontend/src/components/feed/AddArtistButton.tsx(+5 -5)📝
frontend/src/components/feed/AddArtistDropdown.tsx(+7 -7)📝
frontend/src/components/feed/ArtistGrid.tsx(+3 -3)📝
frontend/src/components/feed/FeedList.tsx(+1 -1)📝
frontend/src/components/feed/FeedPagination.tsx(+10 -10)📝
frontend/src/components/feed/MonthDivider.tsx(+2 -2)📝
frontend/src/components/feed/ReleaseCard.tsx(+13 -13)📝
frontend/src/components/feed/SyncStatus.tsx(+2 -2)📝
frontend/src/components/header/SettingsModal.tsx(+10 -10)➕
frontend/src/components/header/ThemeToggle.tsx(+60 -0)📝
frontend/src/components/landing/StatsBar.tsx(+2 -2)📝
frontend/src/components/layout/Footer.tsx(+14 -14)📝
frontend/src/components/layout/Header.tsx(+12 -9)📝
frontend/src/components/layout/Layout.tsx(+1 -1)➕
frontend/src/contexts/ThemeContext.tsx(+60 -0)...and 5 more files
📄 Description
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.