mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-06 03:38:39 -05:00
[PR #150] [MERGED] feat: comment actions (issue/PR) #569
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/150
Author: @shreyas1599
Created: 1/8/2021
Status: ✅ Merged
Merged: 1/9/2021
Merged by: @pd4d10
Base:
main← Head:gitee-issue-actions📝 Commits (2)
4dfd2b9feat: comment actions (issue/PR)911fa27icons for url actions📊 Changes
11 files changed (+234 additions, -70 deletions)
View changed files
📝
lib/models/auth.dart(+43 -15)📝
lib/models/gitee.dart(+1 -0)📝
lib/models/gitee.g.dart(+2 -0)📝
lib/router.dart(+16 -6)📝
lib/screens/ge_commit.dart(+0 -1)📝
lib/screens/ge_issue.dart(+44 -8)📝
lib/screens/ge_issue_comment.dart(+49 -23)📝
lib/screens/ge_issue_form.dart(+1 -1)📝
lib/screens/ge_pull.dart(+44 -8)📝
lib/widgets/action_button.dart(+21 -7)📝
lib/widgets/comment_item.dart(+13 -1)📄 Description
EditandDeleteactions in comments ofIssuesandPull RequestsActionButtonto use iconsCommentItemhas a propcommentActionItemList. (TODO: for services except gitee)printstatement fromGeCommitPATCHandDELETEHTTP request types. RefactoredfetchGiteeand added proprequestTypege_issue_commentlooks a bit cluttered with theifstatements. I'm not sure how to refactor and make it look cleaner. Any help is appreciated. Thanks.textControllertoge_issue_comment. Easier to deal with updation of a comment(Just saw that Github markdown supports video as well. Wanted to see how it looks. Hence the video below (also easier instead of copy-pasting multiple screenshots))
https://user-images.githubusercontent.com/28999492/104002023-7ef08b00-51c6-11eb-9378-b02e990b3b54.mp4
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.