[PR #3237] feat: Show if client needs updates #29082

Open
opened 2026-06-11 00:46:07 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/3237
Author: @Fredkiss3
Created: 6/10/2026
Status: 🔄 Open

Base: devHead: refactor/show-if-client-needs-update


📝 Commits (4)

  • 38203e5 ♻️ Remove queries that prefetch 1000 users/roles in private resources form
  • ab4d567 🏷️ types
  • 4cd0b9a 💄 Show updates available in the frontend, on sites & user devices
  • fe55956 ♻️ sites & clients should not get latest versions on the server

📊 Changes

8 files changed (+141 additions, -188 deletions)

View changed files

📝 messages/en-US.json (+1 -0)
📝 server/routers/client/listUserDevices.ts (+0 -25)
📝 server/routers/site/listSites.ts (+0 -124)
📝 src/app/[orgId]/settings/clients/user/[niceId]/general/page.tsx (+50 -5)
📝 src/components/PrivateResourceForm.tsx (+3 -22)
📝 src/components/SitesTable.tsx (+15 -8)
📝 src/components/UserDevicesTable.tsx (+44 -4)
📝 src/lib/queries.ts (+28 -0)

📄 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.

Summary

TODO

Screenshots

TODO


🔄 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/3237 **Author:** [@Fredkiss3](https://github.com/Fredkiss3) **Created:** 6/10/2026 **Status:** 🔄 Open **Base:** `dev` ← **Head:** `refactor/show-if-client-needs-update` --- ### 📝 Commits (4) - [`38203e5`](https://github.com/fosrl/pangolin/commit/38203e522b4dcb24cd4d7b677c212178aeeb1b65) ♻️ Remove queries that prefetch 1000 users/roles in private resources form - [`ab4d567`](https://github.com/fosrl/pangolin/commit/ab4d567af9256849671cd736583d8de1e53178af) 🏷️ types - [`4cd0b9a`](https://github.com/fosrl/pangolin/commit/4cd0b9a0bb2e474f9ec5409cadfd90db1150dedb) 💄 Show updates available in the frontend, on sites & user devices - [`fe55956`](https://github.com/fosrl/pangolin/commit/fe55956079ce3d02da3aa771e9fb10308430c2b6) ♻️ sites & clients should not get latest versions on the server ### 📊 Changes **8 files changed** (+141 additions, -188 deletions) <details> <summary>View changed files</summary> 📝 `messages/en-US.json` (+1 -0) 📝 `server/routers/client/listUserDevices.ts` (+0 -25) 📝 `server/routers/site/listSites.ts` (+0 -124) 📝 `src/app/[orgId]/settings/clients/user/[niceId]/general/page.tsx` (+50 -5) 📝 `src/components/PrivateResourceForm.tsx` (+3 -22) 📝 `src/components/SitesTable.tsx` (+15 -8) 📝 `src/components/UserDevicesTable.tsx` (+44 -4) 📝 `src/lib/queries.ts` (+28 -0) </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. ## Summary > TODO ## Screenshots > TODO --- <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-06-11 00:46:07 -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#29082