mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[PR #477] [MERGED] Add supporter message feature #2298
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/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.