mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 07:12:11 -05:00
[PR #148] [MERGED] gitee updates #260
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/pd4d10/git-touch/pull/148
Author: @shreyas1599
Created: 1/7/2021
Status: ✅ Merged
Merged: 1/8/2021
Merged by: @pd4d10
Base:
main← Head:gitee-update-2📝 Commits (4)
2b72232feat: gitee pull screen (with posting comment)3629800feat: GeFilesScreen, remove 'changes' prop1918437feat: commitScreen, commits in pullScreenfe1a668fix: commit text formatting📊 Changes
12 files changed (+546 additions, -21 deletions)
View changed files
📝
lib/models/gitee.dart(+41 -0)📝
lib/models/gitee.g.dart(+66 -1)📝
lib/router.dart(+33 -1)➕
lib/screens/ge_commit.dart(+91 -0)📝
lib/screens/ge_commits.dart(+1 -1)➕
lib/screens/ge_files.dart(+57 -0)📝
lib/screens/ge_issue_comment.dart(+31 -13)➕
lib/screens/ge_pull.dart(+225 -0)📝
lib/screens/ge_pulls.dart(+1 -1)📝
lib/screens/gh_compare.dart(+0 -1)📝
lib/screens/gh_files.dart(+0 -1)📝
lib/widgets/files_item.dart(+0 -2)📄 Description
Pull Screen+ commenting in pull screen + list of commitsge_issue_comementfor pull request commentingPull Screenlink to theCommit ScreenFiles Screenchangesfromfiles_item.dartas it was not being usedCommit Screen🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.