[PR #477] [MERGED] Add supporter message feature #2298

Closed
opened 2026-04-16 09:19:09 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/477
Author: @grokdesigns
Created: 4/7/2025
Status: Merged
Merged: 4/8/2025
Merged by: @oschwartz10612

Base: devHead: feature-add-sponsor-message


📝 Commits (4)

  • aa45150 Add supporter message feature
  • 9ea3778 Applied Prettier formatting
  • b2faeb3 Added some more pizazz to the thank you message
  • 23a68fb Add confetti on valid key and make thank you less intrusive

📊 Changes

8 files changed (+222 additions, -93 deletions)

View changed files

📝 package-lock.json (+11 -0)
📝 package.json (+1 -0)
src/app/components/SupporterMessage.tsx (+46 -0)
📝 src/app/globals.css (+53 -56)
📝 src/app/layout.tsx (+14 -7)
📝 src/components/SupporterStatus.tsx (+49 -1)
src/types/canvas-confetti.d.ts (+19 -0)
📝 tailwind.config.ts (+29 -29)

📄 Description

Community Contribution License Agreement

By creating this pull request, I grant the project maintainers an unlimited,
perpetual license to use, modify, and redistribute these contributions under any terms they
choose, including both the AGPLv3 and the Fossorial Commercial license terms. I
represent that I have the right to grant this license for all contributed content.

Description

Add supporter message from request https://github.com/orgs/fosrl/discussions/460

Screen Recording 2025-04-07 at 14 48 02
*Updated

How to test?

Rebuild from source and update Docker image.


🔄 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/fosrl/pangolin/pull/477 **Author:** [@grokdesigns](https://github.com/grokdesigns) **Created:** 4/7/2025 **Status:** ✅ Merged **Merged:** 4/8/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `feature-add-sponsor-message` --- ### 📝 Commits (4) - [`aa45150`](https://github.com/fosrl/pangolin/commit/aa45150c518dd922dcb2a77a5c7f223671f1fde3) Add supporter message feature - [`9ea3778`](https://github.com/fosrl/pangolin/commit/9ea37789d63313f463700f0bd71ba9e2e80e61c2) Applied Prettier formatting - [`b2faeb3`](https://github.com/fosrl/pangolin/commit/b2faeb3c17a3914f24f8a5d91d277d4d47a35089) Added some more pizazz to the thank you message - [`23a68fb`](https://github.com/fosrl/pangolin/commit/23a68fbc10a1eba8f2a3f0eaca1de4f8d1ff4e60) Add confetti on valid key and make thank you less intrusive ### 📊 Changes **8 files changed** (+222 additions, -93 deletions) <details> <summary>View changed files</summary> 📝 `package-lock.json` (+11 -0) 📝 `package.json` (+1 -0) ➕ `src/app/components/SupporterMessage.tsx` (+46 -0) 📝 `src/app/globals.css` (+53 -56) 📝 `src/app/layout.tsx` (+14 -7) 📝 `src/components/SupporterStatus.tsx` (+49 -1) ➕ `src/types/canvas-confetti.d.ts` (+19 -0) 📝 `tailwind.config.ts` (+29 -29) </details> ### 📄 Description ## Community Contribution License Agreement By creating this pull request, I grant the project maintainers an unlimited, perpetual license to use, modify, and redistribute these contributions under any terms they choose, including both the AGPLv3 and the Fossorial Commercial license terms. I represent that I have the right to grant this license for all contributed content. ## Description Add supporter message from request https://github.com/orgs/fosrl/discussions/460 ![Screen Recording 2025-04-07 at 14 48 02](https://github.com/user-attachments/assets/8eeb8f28-0066-4365-8214-8be89cec2750) *Updated ## How to test? Rebuild from source and update Docker image. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 09:19:09 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#2298