[PR #190] feat(github): issueComment - add, edit, delete #284

Open
opened 2025-10-31 17:08:57 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/190
Author: @shreyas1599
Created: 2/4/2021
Status: 🔄 Open

Base: mainHead: post-reply


📝 Commits (2)

  • 7613ddd feat(github): issueComment - add, edit, delete
  • 43b6665 fix(github): issue timeline error

📊 Changes

15 files changed (+3898 additions, -847 deletions)

View changed files

📝 lib/graphql/github.ast.gql.dart (+129 -0)
📝 lib/graphql/github.data.gql.dart (+137 -0)
📝 lib/graphql/github.data.gql.g.dart (+945 -0)
📝 lib/graphql/github.graphql (+21 -0)
📝 lib/graphql/github.req.gql.dart (+138 -0)
📝 lib/graphql/github.req.gql.g.dart (+1808 -773)
📝 lib/graphql/github.var.gql.dart (+52 -0)
📝 lib/graphql/github.var.gql.g.dart (+420 -0)
📝 lib/graphql/serializers.gql.dart (+28 -4)
📝 lib/graphql/serializers.gql.g.dart (+12 -0)
📝 lib/router.dart (+8 -0)
📝 lib/screens/gh_issue.dart (+104 -63)
lib/screens/gh_issue_comment.dart (+87 -0)
📝 lib/widgets/comment_item.dart (+3 -3)
📝 lib/widgets/timeline_item.dart (+6 -4)

📄 Description

Closes #30

Only on issues. Not on PRs.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/pd4d10/git-touch/pull/190 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 2/4/2021 **Status:** 🔄 Open **Base:** `main` ← **Head:** `post-reply` --- ### 📝 Commits (2) - [`7613ddd`](https://github.com/pd4d10/git-touch/commit/7613ddda895be8d54c64d540df761deabce7af9a) feat(github): issueComment - add, edit, delete - [`43b6665`](https://github.com/pd4d10/git-touch/commit/43b66652aaac9d9c867daffd43440ae76a20661c) fix(github): issue timeline error ### 📊 Changes **15 files changed** (+3898 additions, -847 deletions) <details> <summary>View changed files</summary> 📝 `lib/graphql/github.ast.gql.dart` (+129 -0) 📝 `lib/graphql/github.data.gql.dart` (+137 -0) 📝 `lib/graphql/github.data.gql.g.dart` (+945 -0) 📝 `lib/graphql/github.graphql` (+21 -0) 📝 `lib/graphql/github.req.gql.dart` (+138 -0) 📝 `lib/graphql/github.req.gql.g.dart` (+1808 -773) 📝 `lib/graphql/github.var.gql.dart` (+52 -0) 📝 `lib/graphql/github.var.gql.g.dart` (+420 -0) 📝 `lib/graphql/serializers.gql.dart` (+28 -4) 📝 `lib/graphql/serializers.gql.g.dart` (+12 -0) 📝 `lib/router.dart` (+8 -0) 📝 `lib/screens/gh_issue.dart` (+104 -63) ➕ `lib/screens/gh_issue_comment.dart` (+87 -0) 📝 `lib/widgets/comment_item.dart` (+3 -3) 📝 `lib/widgets/timeline_item.dart` (+6 -4) </details> ### 📄 Description Closes #30 Only on issues. Not on PRs. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-10-31 17:08:57 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/git-touch#284