mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-07 21:30:36 -05:00
[PR #2330] [CLOSED] Remove unused packages and simplify files #2938
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/2330
Author: @Lokowitz
Created: 1/25/2026
Status: ❌ Closed
Base:
dev← Head:remove-unused📝 Commits (7)
d96df0aremoved unused packages34cec89cleanup dockerfilefaf894badd back package.json700233bfix args in dockerfile4860de6simplified dependabot config7c76f83Merge remote-tracking branch 'upstream/dev' into remove-unusedf31d947set node to 24, simplify toploader📊 Changes
9 files changed (+279 additions, -4951 deletions)
View changed files
📝
.github/dependabot.yml(+2 -12)📝
.github/workflows/linting.yml(+2 -2)📝
.github/workflows/test.yml(+1 -7)📝
Dockerfile(+18 -39)📝
Dockerfile.dev(+3 -1)📝
package-lock.json(+243 -4838)📝
package.json(+2 -12)📝
src/app/globals.css(+0 -4)📝
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
Maybe there is more potential to reduce image size, by removing redundant packages, for example:
Will check this later
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.