mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-06 08:56:45 -05:00
[PR #2279] [MERGED] fix: make logo URL optional and fix refresh button in analytics in mobile #5805
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/2279
Author: @Fredkiss3
Created: 1/20/2026
Status: ✅ Merged
Merged: 1/20/2026
Merged by: @oschwartz10612
Base:
dev← Head:fix/github-issues-fixes📝 Commits (3)
a037e0a💄 fix analytics refresh button align35cd817♻️ make logo URL optionald8b5af5♻️ 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.