mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-19 05:30:56 -05:00
[PR #51] [MERGED] added timeline item events #225
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/51
Author: @shreyas1599
Created: 4/8/2020
Status: ✅ Merged
Merged: 4/8/2020
Merged by: @pd4d10
Base:
master← Head:timeline-event-items📝 Commits (1)
9627994added timeline item events📊 Changes
2 files changed (+214 additions, -10 deletions)
View changed files
📝
lib/screens/gh_issue.dart(+106 -2)📝
lib/widgets/timeline_item.dart(+108 -8)📄 Description
Fixes #3
CommitCommentThreadPullRequestReviewThreadPullRequestReviewCommentApart from the above three, I've implemented everything else.
I also updated the
LockedEventto useassigneeinstead of the now deprecateduser.I'm not exactly sure how to implement these. Aren't these already built by the final widget
build? I could just modify theifstatement of the final widgetbuildto include the above three events. Would I be right in doing so?🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.