[PR #2279] [MERGED] fix: make logo URL optional and fix refresh button in analytics in mobile #9699

Closed
opened 2026-04-30 05:52:41 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2279
Author: @Fredkiss3
Created: 1/20/2026
Status: Merged
Merged: 1/20/2026
Merged by: @oschwartz10612

Base: devHead: fix/github-issues-fixes


📝 Commits (3)

  • a037e0a 💄 fix analytics refresh button align
  • 35cd817 ♻️ make logo URL optional
  • d8b5af5 ♻️ reset firn

📊 Changes

8 files changed (+78 additions, -41 deletions)

View changed files

📝 server/db/pg/schema/privateSchema.ts (+1 -1)
📝 server/db/sqlite/schema/privateSchema.ts (+1 -1)
📝 server/private/routers/loginPage/upsertLoginPageBranding.ts (+27 -1)
📝 src/app/[orgId]/settings/general/auth-page/page.tsx (+7 -0)
📝 src/components/AuthPageBrandingForm.tsx (+39 -35)
📝 src/components/BrandingLogo.tsx (+1 -1)
📝 src/components/LogAnalyticsData.tsx (+1 -1)
📝 src/components/ResourceAuthPortal.tsx (+1 -1)

📄 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

fixes #2266 by making the logo URL optional
fixes #2265

screenshots

name screenshot
refresh button image
custom login page branding URL

🔄 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/2279 **Author:** [@Fredkiss3](https://github.com/Fredkiss3) **Created:** 1/20/2026 **Status:** ✅ Merged **Merged:** 1/20/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `fix/github-issues-fixes` --- ### 📝 Commits (3) - [`a037e0a`](https://github.com/fosrl/pangolin/commit/a037e0a97e0486d8ed4954b879e6b196280dcc1d) 💄 fix analytics refresh button align - [`35cd817`](https://github.com/fosrl/pangolin/commit/35cd8174f29ac2f9f96c4aefe84183dcda764893) ♻️ make logo URL optional - [`d8b5af5`](https://github.com/fosrl/pangolin/commit/d8b5af5f4af286c19c1432b7644ffef432e0c1b8) ♻️ reset firn ### 📊 Changes **8 files changed** (+78 additions, -41 deletions) <details> <summary>View changed files</summary> 📝 `server/db/pg/schema/privateSchema.ts` (+1 -1) 📝 `server/db/sqlite/schema/privateSchema.ts` (+1 -1) 📝 `server/private/routers/loginPage/upsertLoginPageBranding.ts` (+27 -1) 📝 `src/app/[orgId]/settings/general/auth-page/page.tsx` (+7 -0) 📝 `src/components/AuthPageBrandingForm.tsx` (+39 -35) 📝 `src/components/BrandingLogo.tsx` (+1 -1) 📝 `src/components/LogAnalyticsData.tsx` (+1 -1) 📝 `src/components/ResourceAuthPortal.tsx` (+1 -1) </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 fixes #2266 by making the logo URL optional fixes #2265 ## screenshots | name | screenshot | | :----------------: | :--------: | | refresh button | <img width="552" height="415" alt="image" src="https://github.com/user-attachments/assets/8c72f800-3cc7-4781-b309-689c4719c919" /> | | custom login page branding URL | <video src="https://github.com/user-attachments/assets/dc5d4af1-266a-4012-a7b3-bc5ae8dc985b"></video> | --- <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-30 05:52:41 -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#9699