[PR #3240] [MERGED] Fix small bugs with paid features, ui, docs #33548

Closed
opened 2026-06-15 10:57:26 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/3240
Author: @oschwartz10612
Created: 6/11/2026
Status: Merged
Merged: 6/11/2026
Merged by: @oschwartz10612

Base: mainHead: dev


📝 Commits (8)

  • 540aee3 update docs links
  • f64d04e Add loading back to create resource
  • d81d1a6 Merge branch 'dev' of github.com:fosrl/pangolin into dev
  • 1a94293 Remove precheck on websocket for now
  • cc498f0 Properly paywall ui for labels
  • cd05297 Properly paywall the edit policy screen
  • b9dd0c8 Add advantech install link
  • 1d9c4dd Fix padding

📊 Changes

17 files changed (+155 additions, -58 deletions)

View changed files

📝 messages/en-US.json (+1 -0)
📝 src/app/[orgId]/settings/general/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/resources/public/[niceId]/rdp/page.tsx (+1 -1)
📝 src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx (+3 -3)
📝 src/app/[orgId]/settings/resources/public/create/page.tsx (+10 -8)
📝 src/app/[orgId]/settings/sites/[niceId]/general/page.tsx (+1 -1)
📝 src/app/ssh/SshClient.tsx (+1 -1)
📝 src/app/vnc/VncClient.tsx (+15 -15)
📝 src/components/BrowserGatewayTargetForm.tsx (+1 -1)
📝 src/components/CreateOrgLabelDialog.tsx (+9 -1)
📝 src/components/EditOrgLabelDialog.tsx (+9 -1)
📝 src/components/OrgLabelForm.tsx (+11 -5)
📝 src/components/PrivateResourceForm.tsx (+1 -1)
📝 src/components/PublicResourcesTable.tsx (+1 -1)
📝 src/components/ResourcePoliciesBanner.tsx (+19 -2)
📝 src/components/newt-install-commands.tsx (+1 -1)
📝 src/components/resource-policy/EditPolicyForm.tsx (+70 -15)

📄 Description

  • update docs links
  • Add loading back to create resource
  • Remove precheck on websocket for now
  • Properly paywall ui for labels
  • Properly paywall the edit policy screen
  • Add advantech install link
  • Fix padding

🔄 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/3240 **Author:** [@oschwartz10612](https://github.com/oschwartz10612) **Created:** 6/11/2026 **Status:** ✅ Merged **Merged:** 6/11/2026 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `main` ← **Head:** `dev` --- ### 📝 Commits (8) - [`540aee3`](https://github.com/fosrl/pangolin/commit/540aee3fe2d2dc879eb6653f7ab7341b66a3a0f4) update docs links - [`f64d04e`](https://github.com/fosrl/pangolin/commit/f64d04e82773e76d63979fe1202a33b76fa56492) Add loading back to create resource - [`d81d1a6`](https://github.com/fosrl/pangolin/commit/d81d1a6b7f90f2a1d7c46d2228095b24bf6b8d2e) Merge branch 'dev' of github.com:fosrl/pangolin into dev - [`1a94293`](https://github.com/fosrl/pangolin/commit/1a942937e67621eaf98630ac9c70d0d2dff3fda9) Remove precheck on websocket for now - [`cc498f0`](https://github.com/fosrl/pangolin/commit/cc498f0e33fb1f05e31e6688aeadf6d1d3df9f8d) Properly paywall ui for labels - [`cd05297`](https://github.com/fosrl/pangolin/commit/cd052976ebcfbd9aaa64aefd84f3ac7d289a825c) Properly paywall the edit policy screen - [`b9dd0c8`](https://github.com/fosrl/pangolin/commit/b9dd0c8e437108764b498b7f66de0954af1a9558) Add advantech install link - [`1d9c4dd`](https://github.com/fosrl/pangolin/commit/1d9c4dd9e2089a134e37b4450c8466059bde50f6) Fix padding ### 📊 Changes **17 files changed** (+155 additions, -58 deletions) <details> <summary>View changed files</summary> 📝 `messages/en-US.json` (+1 -0) 📝 `src/app/[orgId]/settings/general/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/resources/public/[niceId]/rdp/page.tsx` (+1 -1) 📝 `src/app/[orgId]/settings/resources/public/[niceId]/ssh/page.tsx` (+3 -3) 📝 `src/app/[orgId]/settings/resources/public/create/page.tsx` (+10 -8) 📝 `src/app/[orgId]/settings/sites/[niceId]/general/page.tsx` (+1 -1) 📝 `src/app/ssh/SshClient.tsx` (+1 -1) 📝 `src/app/vnc/VncClient.tsx` (+15 -15) 📝 `src/components/BrowserGatewayTargetForm.tsx` (+1 -1) 📝 `src/components/CreateOrgLabelDialog.tsx` (+9 -1) 📝 `src/components/EditOrgLabelDialog.tsx` (+9 -1) 📝 `src/components/OrgLabelForm.tsx` (+11 -5) 📝 `src/components/PrivateResourceForm.tsx` (+1 -1) 📝 `src/components/PublicResourcesTable.tsx` (+1 -1) 📝 `src/components/ResourcePoliciesBanner.tsx` (+19 -2) 📝 `src/components/newt-install-commands.tsx` (+1 -1) 📝 `src/components/resource-policy/EditPolicyForm.tsx` (+70 -15) </details> ### 📄 Description - **update docs links** - **Add loading back to create resource** - **Remove precheck on websocket for now** - **Properly paywall ui for labels** - **Properly paywall the edit policy screen** - **Add advantech install link** - **Fix padding** --- <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-15 10:57:26 -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#33548