[PR #40] [MERGED] Mobile layout Optimised #110

Closed
opened 2026-02-27 15:55:10 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/RayLabsHQ/gitea-mirror/pull/40
Author: @arunavo4
Created: 7/7/2025
Status: Merged
Merged: 7/7/2025
Merged by: @arunavo4

Base: mainHead: mobile-layout


📝 Commits (5)

  • 24bd0ae Added basic responsive layout
  • b984ff9 feat: improve mobile layout across components
  • 1deaae4 More responsive layout updates to Config Page
  • 6270907 Updates for mobile
  • 472f67a Updates to Repository and Org Pages for Responsive Layouts

📊 Changes

28 files changed (+2475 additions, -918 deletions)

View changed files

📝 bun.lock (+3 -0)
📝 package.json (+1 -0)
📝 src/components/activity/ActivityList.tsx (+113 -20)
📝 src/components/activity/ActivityLog.tsx (+348 -87)
📝 src/components/activity/ActivityNameCombobox.tsx (+8 -3)
📝 src/components/config/AutomationSettings.tsx (+19 -15)
📝 src/components/config/ConfigTabs.tsx (+4 -3)
📝 src/components/config/GitHubConfigForm.tsx (+15 -2)
📝 src/components/config/GitHubMirrorSettings.tsx (+10 -10)
📝 src/components/config/GiteaConfigForm.tsx (+15 -2)
📝 src/components/config/OrganizationConfiguration.tsx (+1 -1)
📝 src/components/config/OrganizationStrategy.tsx (+40 -37)
📝 src/components/dashboard/Dashboard.tsx (+17 -13)
📝 src/components/dashboard/RecentActivity.tsx (+2 -2)
📝 src/components/dashboard/RepositoryList.tsx (+6 -6)
📝 src/components/layout/Header.tsx (+67 -39)
📝 src/components/layout/MainLayout.tsx (+13 -4)
📝 src/components/layout/Sidebar.tsx (+68 -42)
📝 src/components/organizations/AddOrganizationDialog.tsx (+2 -2)
📝 src/components/organizations/MirrorDestinationEditor.tsx (+9 -9)

...and 8 more files

📄 Description

Mobile UI Screenshots

Dashboard Repositories
Dashboard Repositories
Organisation Configuration
Organisation Configuration
Activity Log

🔄 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/RayLabsHQ/gitea-mirror/pull/40 **Author:** [@arunavo4](https://github.com/arunavo4) **Created:** 7/7/2025 **Status:** ✅ Merged **Merged:** 7/7/2025 **Merged by:** [@arunavo4](https://github.com/arunavo4) **Base:** `main` ← **Head:** `mobile-layout` --- ### 📝 Commits (5) - [`24bd0ae`](https://github.com/RayLabsHQ/gitea-mirror/commit/24bd0aefe68257d0a8db00da4a2234b2c5bf629d) Added basic responsive layout - [`b984ff9`](https://github.com/RayLabsHQ/gitea-mirror/commit/b984ff9af47e3d39588b84a8650f44695ed2b0d9) feat: improve mobile layout across components - [`1deaae4`](https://github.com/RayLabsHQ/gitea-mirror/commit/1deaae4d34900d329dbd8aca770e46f40d63bd04) More responsive layout updates to Config Page - [`6270907`](https://github.com/RayLabsHQ/gitea-mirror/commit/6270907e70951faedc69c84d501532c066505618) Updates for mobile - [`472f67a`](https://github.com/RayLabsHQ/gitea-mirror/commit/472f67a6aecf5f74a1b8c52b757ce02d0c3816fb) Updates to Repository and Org Pages for Responsive Layouts ### 📊 Changes **28 files changed** (+2475 additions, -918 deletions) <details> <summary>View changed files</summary> 📝 `bun.lock` (+3 -0) 📝 `package.json` (+1 -0) 📝 `src/components/activity/ActivityList.tsx` (+113 -20) 📝 `src/components/activity/ActivityLog.tsx` (+348 -87) 📝 `src/components/activity/ActivityNameCombobox.tsx` (+8 -3) 📝 `src/components/config/AutomationSettings.tsx` (+19 -15) 📝 `src/components/config/ConfigTabs.tsx` (+4 -3) 📝 `src/components/config/GitHubConfigForm.tsx` (+15 -2) 📝 `src/components/config/GitHubMirrorSettings.tsx` (+10 -10) 📝 `src/components/config/GiteaConfigForm.tsx` (+15 -2) 📝 `src/components/config/OrganizationConfiguration.tsx` (+1 -1) 📝 `src/components/config/OrganizationStrategy.tsx` (+40 -37) 📝 `src/components/dashboard/Dashboard.tsx` (+17 -13) 📝 `src/components/dashboard/RecentActivity.tsx` (+2 -2) 📝 `src/components/dashboard/RepositoryList.tsx` (+6 -6) 📝 `src/components/layout/Header.tsx` (+67 -39) 📝 `src/components/layout/MainLayout.tsx` (+13 -4) 📝 `src/components/layout/Sidebar.tsx` (+68 -42) 📝 `src/components/organizations/AddOrganizationDialog.tsx` (+2 -2) 📝 `src/components/organizations/MirrorDestinationEditor.tsx` (+9 -9) _...and 8 more files_ </details> ### 📄 Description # Mobile UI Screenshots | ![Dashboard](https://github.com/user-attachments/assets/b20025f9-8d12-4763-8d9a-3916c14c33f7) | ![Repositories](https://github.com/user-attachments/assets/0f5f9cf7-87eb-4bdb-8f3e-c81a007e5e1a) | |:--:|:--:| | **Dashboard** | **Repositories** | | ![Organisation](https://github.com/user-attachments/assets/d4756220-7ef7-49fb-9d05-5621c83e7d60) | ![Configuration](https://github.com/user-attachments/assets/77ae33cd-e0ed-4eae-a12b-09271636a2b4) | |:--:|:--:| | **Organisation** | **Configuration** | | <img src="https://github.com/user-attachments/assets/23d91ba4-cb4d-4a65-b5de-b5869caa4f81" width="50%"/> | |:--:| | **Activity Log** | --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:55:10 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/gitea-mirror#110
No description provided.