mirror of
https://github.com/fosrl/pangolin.git
synced 2026-05-08 05:39:49 -05:00
[PR #2553] [MERGED] enhance(sidebar): make mobile org selector sticky #3028
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/2553
Author: @LaurenceJJones
Created: 2/26/2026
Status: ✅ Merged
Merged: 3/1/2026
Merged by: @miloschwartz
Base:
dev← Head:explore/static-org-dropdown📝 Commits (2)
81c1a1denhance(sidebar): make mobile org selector stickyc20babcfix 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.