[PR #2353] [MERGED] Fix unused #7747

Closed
opened 2026-04-25 16:24:34 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2353
Author: @Lokowitz
Created: 1/27/2026
Status: Merged
Merged: 1/28/2026
Merged by: @oschwartz10612

Base: devHead: fix-unused


📝 Commits (2)

📊 Changes

4 files changed (+130 additions, -2306 deletions)

View changed files

📝 .github/dependabot.yml (+2 -12)
📝 package-lock.json (+117 -2251)
📝 package.json (+3 -7)
📝 src/components/Toploader.tsx (+8 -36)

📄 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

Removed unused packages to reduce image size.
Added some npm run commands for easy local setup und test.


🔄 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/2353 **Author:** [@Lokowitz](https://github.com/Lokowitz) **Created:** 1/27/2026 **Status:** ✅ Merged **Merged:** 1/28/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `fix-unused` --- ### 📝 Commits (2) - [`77f1d79`](https://github.com/fosrl/pangolin/commit/77f1d7904f79009c2ad4346e8a505d86e50d4d50) removed unused code - [`36ca680`](https://github.com/fosrl/pangolin/commit/36ca6800446216ef99c48829542dc6658df70dcf) removed unused gomod code ### 📊 Changes **4 files changed** (+130 additions, -2306 deletions) <details> <summary>View changed files</summary> 📝 `.github/dependabot.yml` (+2 -12) 📝 `package-lock.json` (+117 -2251) 📝 `package.json` (+3 -7) 📝 `src/components/Toploader.tsx` (+8 -36) </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 Removed unused packages to reduce image size. Added some npm run commands for easy local setup und test. --- <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-25 16:24:34 -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#7747