[PR #7] [MERGED] feat: theme switching #7

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/7
Author: @adamchairly
Created: 3/4/2026
Status: Merged
Merged: 3/4/2026
Merged by: @adamchairly

Base: mainHead: feature/theme_switching


📝 Commits (1)

📊 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

  • added dark, light (and system) theme options
  • added a theme dropdown to the header

🔄 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/7 **Author:** [@adamchairly](https://github.com/adamchairly) **Created:** 3/4/2026 **Status:** ✅ Merged **Merged:** 3/4/2026 **Merged by:** [@adamchairly](https://github.com/adamchairly) **Base:** `main` ← **Head:** `feature/theme_switching` --- ### 📝 Commits (1) - [`5c59629`](https://github.com/adamchairly/soundfeed/commit/5c5962976050e8f0dc750e552a9310695bb85820) feat: theme switching ### 📊 Changes **25 files changed** (+296 additions, -148 deletions) <details> <summary>View changed files</summary> 📝 `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_ </details> ### 📄 Description - added dark, light (and system) theme options - added a theme dropdown to the header --- <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#7
No description provided.