[PR #148] [MERGED] gitee updates #260

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

📋 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: mainHead: gitee-update-2


📝 Commits (4)

  • 2b72232 feat: gitee pull screen (with posting comment)
  • 3629800 feat: GeFilesScreen, remove 'changes' prop
  • 1918437 feat: commitScreen, commits in pullScreen
  • fe1a668 fix: 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 commits
  • Reused ge_issue_comement for pull request commenting
  • The commits in Pull Screen link to the Commit Screen
  • Files Screen
  • removed the prop changes from files_item.dart as it was not being used
  • Commit Screen
  • Screenshots:

image

image

image


🔄 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/148 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 1/7/2021 **Status:** ✅ Merged **Merged:** 1/8/2021 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `main` ← **Head:** `gitee-update-2` --- ### 📝 Commits (4) - [`2b72232`](https://github.com/pd4d10/git-touch/commit/2b7223272905226f734e908185df9c059dff6046) feat: gitee pull screen (with posting comment) - [`3629800`](https://github.com/pd4d10/git-touch/commit/362980009fbd5fa7a288a0c91f901402ae56fd05) feat: GeFilesScreen, remove 'changes' prop - [`1918437`](https://github.com/pd4d10/git-touch/commit/19184376939e655d5346aebabb5f5be65762247d) feat: commitScreen, commits in pullScreen - [`fe1a668`](https://github.com/pd4d10/git-touch/commit/fe1a668036896beabf6beca0af43045518be9102) fix: commit text formatting ### 📊 Changes **12 files changed** (+546 additions, -21 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 Description - `Pull Screen` + commenting in pull screen + list of commits - Reused `ge_issue_comement` for pull request commenting - The commits in `Pull Screen` link to the `Commit Screen` - `Files Screen` - removed the prop `changes` from `files_item.dart` as it was not being used - `Commit Screen` - Screenshots: ![image](https://user-images.githubusercontent.com/28999492/103911671-4ef4a980-512c-11eb-8d3d-02d4daa1a22f.png) ![image](https://user-images.githubusercontent.com/28999492/103911654-4ac88c00-512c-11eb-83e7-58a0e8b6f9b1.png) ![image](https://user-images.githubusercontent.com/28999492/103911964-b579c780-512c-11eb-848f-124ab9990fb2.png) --- <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:27 -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#260