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: main ← Head: mobile-layout
main
mobile-layout
24bd0ae
b984ff9
1deaae4
6270907
472f67a
28 files changed (+2475 additions, -918 deletions)
📝 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)
bun.lock
package.json
src/components/activity/ActivityList.tsx
src/components/activity/ActivityLog.tsx
src/components/activity/ActivityNameCombobox.tsx
src/components/config/AutomationSettings.tsx
src/components/config/ConfigTabs.tsx
src/components/config/GitHubConfigForm.tsx
src/components/config/GitHubMirrorSettings.tsx
src/components/config/GiteaConfigForm.tsx
src/components/config/OrganizationConfiguration.tsx
src/components/config/OrganizationStrategy.tsx
src/components/dashboard/Dashboard.tsx
src/components/dashboard/RecentActivity.tsx
src/components/dashboard/RepositoryList.tsx
src/components/layout/Header.tsx
src/components/layout/MainLayout.tsx
src/components/layout/Sidebar.tsx
src/components/organizations/AddOrganizationDialog.tsx
src/components/organizations/MirrorDestinationEditor.tsx
...and 8 more files
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 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:
main← Head:mobile-layout📝 Commits (5)
24bd0aeAdded basic responsive layoutb984ff9feat: improve mobile layout across components1deaae4More responsive layout updates to Config Page6270907Updates for mobile472f67aUpdates 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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.