[PR #1304] [MERGED] Fix: responsive layout for CardHeader (small/medium/large screens) inside manage resources page. #1025

Closed
opened 2025-11-13 12:16:25 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/fosrl/pangolin/pull/1304
Author: @Pallavikumarimdb
Created: 8/18/2025
Status: Merged
Merged: 8/19/2025
Merged by: @oschwartz10612

Base: devHead: Fix/Manage-resources-cardheader-responsive


📝 Commits (1)

  • b4be620 Fix: responsive layout for CardHeader (small/medium/large screens)

📊 Changes

1 file changed (+19 additions, -20 deletions)

View changed files

📝 src/app/[orgId]/settings/resources/ResourcesTable.tsx (+19 -20)

📄 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

This PR fixes the responsive layout of CardHeader inside manage resources.

  • Small: stacked vertically & centered
  • Medium: search + tabs in one row, action button below centered
  • Large: all in one row

Original:
image

Fixed:
image

image

How to test?


🔄 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/1304 **Author:** [@Pallavikumarimdb](https://github.com/Pallavikumarimdb) **Created:** 8/18/2025 **Status:** ✅ Merged **Merged:** 8/19/2025 **Merged by:** [@oschwartz10612](https://github.com/oschwartz10612) **Base:** `dev` ← **Head:** `Fix/Manage-resources-cardheader-responsive` --- ### 📝 Commits (1) - [`b4be620`](https://github.com/fosrl/pangolin/commit/b4be620a5bdcaa218dd04cdf1dcc602b15abba5c) Fix: responsive layout for CardHeader (small/medium/large screens) ### 📊 Changes **1 file changed** (+19 additions, -20 deletions) <details> <summary>View changed files</summary> 📝 `src/app/[orgId]/settings/resources/ResourcesTable.tsx` (+19 -20) </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 This PR fixes the responsive layout of `CardHeader` inside manage resources. - Small: stacked vertically & centered - Medium: search + tabs in one row, action button below centered - Large: all in one row Original: <img width="685" height="618" alt="image" src="https://github.com/user-attachments/assets/c81cbd6f-06cc-4290-ac00-ae2badf47d6e" /> Fixed: <img width="872" height="607" alt="image" src="https://github.com/user-attachments/assets/548a8df9-5927-4c4b-8d5a-250104c1394e" /> <img width="552" height="642" alt="image" src="https://github.com/user-attachments/assets/e9cda7f9-3dc0-4141-8984-c1b41ac35da6" /> ## How to test? --- <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 2025-11-13 12:16:25 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/pangolin#1025