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.
🔄 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

*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>
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
📋 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:
dev← Head:feature-add-sponsor-message📝 Commits (4)
aa45150Add supporter message feature9ea3778Applied Prettier formattingb2faeb3Added some more pizazz to the thank you message23a68fbAdd 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
*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.