[PR #2553] [MERGED] enhance(sidebar): make mobile org selector sticky #3028

Closed
opened 2026-04-16 09:45:08 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/2553
Author: @LaurenceJJones
Created: 2/26/2026
Status: Merged
Merged: 3/1/2026
Merged by: @miloschwartz

Base: devHead: explore/static-org-dropdown


📝 Commits (2)

  • 81c1a1d enhance(sidebar): make mobile org selector sticky
  • c20babc fix org selector spacing on mobile

📊 Changes

1 file changed (+5 additions, -4 deletions)

View changed files

📝 src/components/LayoutMobileMenu.tsx (+5 -4)

📄 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

Make org selector sticky on mobile sidebar

Move OrgSelector outside the scrollable container so it stays fixed at the top while menu items scroll, matching the desktop sidebar behavior introduced in 9b2c0d0b.

this may have been deliberately chosen to not sticky on mobile when the commit above was done, if so feel free to close.

How to test?

When viewing the mobile dashboard, the organization selector will be sticky at the top so even if the user scrolls the menu they have easier access to moving organizations.


🔄 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/2553 **Author:** [@LaurenceJJones](https://github.com/LaurenceJJones) **Created:** 2/26/2026 **Status:** ✅ Merged **Merged:** 3/1/2026 **Merged by:** [@miloschwartz](https://github.com/miloschwartz) **Base:** `dev` ← **Head:** `explore/static-org-dropdown` --- ### 📝 Commits (2) - [`81c1a1d`](https://github.com/fosrl/pangolin/commit/81c1a1da9c82cf450856fdadd39a611deb201f77) enhance(sidebar): make mobile org selector sticky - [`c20babc`](https://github.com/fosrl/pangolin/commit/c20babcb53ae502d2f2dd5d60c3d6bcd08954bc5) fix org selector spacing on mobile ### 📊 Changes **1 file changed** (+5 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `src/components/LayoutMobileMenu.tsx` (+5 -4) </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 Make org selector sticky on mobile sidebar Move OrgSelector outside the scrollable container so it stays fixed at the top while menu items scroll, matching the desktop sidebar behavior introduced in 9b2c0d0b. this may have been deliberately chosen to not sticky on mobile when the commit above was done, if so feel free to close. ## How to test? When viewing the mobile dashboard, the organization selector will be sticky at the top so even if the user scrolls the menu they have easier access to moving organizations. --- <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-16 09:45:08 -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#3028