[PR #4] [MERGED] feat: add toast notifications and Snyk security workflow #4

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

📋 Pull Request Information

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

Base: mainHead: dev


📝 Commits (5)

  • 7a83fd3 feat: add toast notifications and Snyk security workflow
  • 7c40310 fix: scan both frontend and backend in Snyk workflow
  • 13d0a69 fix: add npm ci for frontend, use .csproj for backend Snyk scan
  • 24e092b fix: use Snyk CLI directly for backend scan
  • b8bfde6 fix: use --all-projects from backend dir for Snyk scan

📊 Changes

11 files changed (+99 additions, -14 deletions)

View changed files

.github/workflows/snyk-security.yml (+34 -0)
📝 frontend/package-lock.json (+23 -12)
📝 frontend/package.json (+2 -1)
📝 frontend/src/App.tsx (+2 -0)
📝 frontend/src/components/header/SettingsModal.tsx (+3 -0)
📝 frontend/src/contexts/ArtistContext.tsx (+4 -0)
📝 frontend/src/contexts/ReleaseContext.tsx (+6 -1)
📝 frontend/src/contexts/SyncContext.tsx (+4 -0)
📝 frontend/src/contexts/UserContext.tsx (+3 -0)
📝 frontend/src/hooks/useAddArtist.ts (+4 -0)
frontend/src/utils/getApiErrorMessage.ts (+14 -0)

📄 Description

Add sonner-based toast system for user-facing API feedback and introduce Snyk security scanning on PRs


🔄 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/4 **Author:** [@adamchairly](https://github.com/adamchairly) **Created:** 3/2/2026 **Status:** ✅ Merged **Merged:** 3/2/2026 **Merged by:** [@adamchairly](https://github.com/adamchairly) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (5) - [`7a83fd3`](https://github.com/adamchairly/soundfeed/commit/7a83fd3c44ca691a95f03a1a846057ee24fb3561) feat: add toast notifications and Snyk security workflow - [`7c40310`](https://github.com/adamchairly/soundfeed/commit/7c403102525a7b87e51d730eeb5c480847c4109b) fix: scan both frontend and backend in Snyk workflow - [`13d0a69`](https://github.com/adamchairly/soundfeed/commit/13d0a698c020c64adf65648b1fb6d1b418325134) fix: add npm ci for frontend, use .csproj for backend Snyk scan - [`24e092b`](https://github.com/adamchairly/soundfeed/commit/24e092b511c3b8e4e9b74ebe2e7b8b8d0f4c53c6) fix: use Snyk CLI directly for backend scan - [`b8bfde6`](https://github.com/adamchairly/soundfeed/commit/b8bfde6c9bd5aa22993cc0abecaef98a5dc185a2) fix: use --all-projects from backend dir for Snyk scan ### 📊 Changes **11 files changed** (+99 additions, -14 deletions) <details> <summary>View changed files</summary> ➕ `.github/workflows/snyk-security.yml` (+34 -0) 📝 `frontend/package-lock.json` (+23 -12) 📝 `frontend/package.json` (+2 -1) 📝 `frontend/src/App.tsx` (+2 -0) 📝 `frontend/src/components/header/SettingsModal.tsx` (+3 -0) 📝 `frontend/src/contexts/ArtistContext.tsx` (+4 -0) 📝 `frontend/src/contexts/ReleaseContext.tsx` (+6 -1) 📝 `frontend/src/contexts/SyncContext.tsx` (+4 -0) 📝 `frontend/src/contexts/UserContext.tsx` (+3 -0) 📝 `frontend/src/hooks/useAddArtist.ts` (+4 -0) ➕ `frontend/src/utils/getApiErrorMessage.ts` (+14 -0) </details> ### 📄 Description Add sonner-based toast system for user-facing API feedback and introduce Snyk security scanning on PRs --- <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:00 +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#4
No description provided.