mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 12:55:03 -05:00
[PR #2748] [MERGED] fix: show contextual toast when saving with no targets #6027
Reference in New Issue
Block a user
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/fosrl/pangolin/pull/2748
Author: @jaydeep-pipaliya
Created: 3/31/2026
Status: ✅ Merged
Merged: 3/31/2026
Merged by: @oschwartz10612
Base:
main← Head:fix/empty-targets-toast-message📝 Commits (1)
e06f2f4fix: show contextual toast when saving with no targets📊 Changes
2 files changed (+8 additions, -2 deletions)
View changed files
📝
messages/en-US.json(+2 -0)📝
src/app/[orgId]/settings/resources/proxy/[niceId]/proxy/page.tsx(+6 -2)📄 Description
Summary
Follow-up to #2711 based on maintainer feedback — saving with no targets should still work (to allow clearing targets), but the notification should reflect what actually happened.
What changed: Instead of always showing "Settings updated" when saving, the toast now shows:
No save action is blocked — this only changes the notification text.
Fixes #586
Test plan
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.