mirror of
https://github.com/RayLabsHQ/gitea-mirror.git
synced 2026-05-07 12:37:43 -05:00
[PR #182] [MERGED] Fix issue 168: repo descriptions and toast overlap #1820
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/RayLabsHQ/gitea-mirror/pull/182
Author: @arunavo4
Created: 2/24/2026
Status: ✅ Merged
Merged: 2/24/2026
Merged by: @arunavo4
Base:
main← Head:codex/issue-168-interval-description-toast📝 Commits (2)
6829bcfFix issue 168 description and toast placement5eb1608Move app toasts to top center📊 Changes
3 files changed (+14 additions, -2 deletions)
View changed files
📝
README.md(+12 -0)📝
src/components/layout/MainLayout.tsx(+1 -1)📝
src/lib/gitea.ts(+1 -1)📄 Description
Summary
MIN_INTERVALin README troubleshootingWhy
Issue #168 reported three problems:
This PR fixes #2 and #3 in code and addresses #1 with clear operational documentation.
Validation
bun test src/lib/gitea.test.ts src/lib/gitea-enhanced.test.ts src/lib/mirror-sync-fix.test.tsFixes #168
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.