mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-04-25 07:15:57 +03:00
[PR #40] [MERGED] Mobile layout Optimised #110
Labels
No labels
bug
documentation
enhancement
help wanted
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/gitea-mirror#110
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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/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.