mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 15:22:37 -05:00
[PR #144] [MERGED] feat: gitee issues, issue, pullRequests screens #256
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/144
Author: @shreyas1599
Created: 1/5/2021
Status: ✅ Merged
Merged: 1/6/2021
Merged by: @pd4d10
Base:
main← Head:gitee-update📝 Commits (6)
df9a80cfeat: gitee pulls, issue screens83b211cadd action button - issue screenf59e4eeremove unnecessary comment74c2451feat: gitee create issue in repob396aa5feat: commenting in issue screen5bcea8bfix: prepend '#' to subtitle props📊 Changes
22 files changed (+551 additions, -20 deletions)
View changed files
📝
lib/models/auth.dart(+19 -3)📝
lib/models/gitee.dart(+46 -0)📝
lib/models/gitee.g.dart(+79 -0)📝
lib/router.dart(+40 -0)📝
lib/screens/bb_issues.dart(+1 -1)📝
lib/screens/bb_pulls.dart(+1 -1)➕
lib/screens/ge_issue.dart(+116 -0)➕
lib/screens/ge_issue_comment.dart(+65 -0)➕
lib/screens/ge_issue_form.dart(+77 -0)➕
lib/screens/ge_issues.dart(+46 -0)➕
lib/screens/ge_pulls.dart(+40 -0)📝
lib/screens/ge_repo.dart(+2 -2)📝
lib/screens/gh_issues.dart(+1 -1)📝
lib/screens/gh_pulls.dart(+1 -1)📝
lib/screens/gh_search.dart(+1 -1)📝
lib/screens/gl_issue.dart(+2 -0)📝
lib/screens/gl_issues.dart(+1 -1)📝
lib/screens/gl_merge_requests.dart(+1 -1)📝
lib/screens/gt_issues.dart(+1 -1)📝
lib/widgets/comment_item.dart(+5 -2)...and 2 more files
📄 Description
Issues,PullRequests,Issuescreens.PullRequestscreen not done.creating an issue,commenting on an issuedonenumberprop tosubtitleinissue_item.dartcomment_item.dart.CommentItemusesUserNamewhich has thegithubprefix. Added a prefix prop so it works with sites other thangithubge_pulls.dart, commentCount is set to 0 because the response from gitee doesn't have a comment count property. See this example response.🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.