[PR #153] [MERGED] feat(gitee): branches, labels, contributors, refactor(RouterScreen) #263

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

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/153
Author: @shreyas1599
Created: 1/9/2021
Status: Merged
Merged: 1/9/2021
Merged by: @pd4d10

Base: mainHead: gitee-update-4


📝 Commits (3)

  • 5ff8757 feat: labels, contributors, fix: bio in search
  • f12a36d feat: branch, cancel/confirm to showPicker
  • d6924d3 refactor(router): RouterScreen fallback params

📊 Changes

10 files changed (+489 additions, -173 deletions)

View changed files

📝 lib/models/gitee.dart (+28 -0)
📝 lib/models/gitee.g.dart (+43 -0)
📝 lib/models/theme.dart (+71 -30)
📝 lib/router.dart (+198 -130)
📝 lib/screens/ge_commits.dart (+5 -5)
lib/screens/ge_contributors.dart (+80 -0)
📝 lib/screens/ge_issues.dart (+7 -0)
📝 lib/screens/ge_pulls.dart (+7 -0)
📝 lib/screens/ge_repo.dart (+49 -7)
📝 lib/screens/ge_search.dart (+1 -1)

📄 Description

  • Labels (in Issues and Pulls Screens)
  • Contributors in RepoScreen (contributors response does not have avatar and login objects, hence did not re-use the contrubution_item widget
  • fixed the bio in search
  • update showPicker to include confirm and cancel buttons
  • Fixed Add support for clone and other git operations (#152)

Branch screenshot:

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/153 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 1/9/2021 **Status:** ✅ Merged **Merged:** 1/9/2021 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `main` ← **Head:** `gitee-update-4` --- ### 📝 Commits (3) - [`5ff8757`](https://github.com/pd4d10/git-touch/commit/5ff8757d0c596df372ec46b4d4066015870d48be) feat: labels, contributors, fix: bio in search - [`f12a36d`](https://github.com/pd4d10/git-touch/commit/f12a36d5694f1ae662f53993cb938e1b3c7acc0f) feat: branch, cancel/confirm to showPicker - [`d6924d3`](https://github.com/pd4d10/git-touch/commit/d6924d31c0b6a9877194d1f00a8c52744e1fd399) refactor(router): RouterScreen fallback params ### 📊 Changes **10 files changed** (+489 additions, -173 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/gitee.dart` (+28 -0) 📝 `lib/models/gitee.g.dart` (+43 -0) 📝 `lib/models/theme.dart` (+71 -30) 📝 `lib/router.dart` (+198 -130) 📝 `lib/screens/ge_commits.dart` (+5 -5) ➕ `lib/screens/ge_contributors.dart` (+80 -0) 📝 `lib/screens/ge_issues.dart` (+7 -0) 📝 `lib/screens/ge_pulls.dart` (+7 -0) 📝 `lib/screens/ge_repo.dart` (+49 -7) 📝 `lib/screens/ge_search.dart` (+1 -1) </details> ### 📄 Description - Labels (in Issues and Pulls Screens) - Contributors in RepoScreen (contributors response does not have avatar and login objects, hence did not re-use the `contrubution_item` widget - fixed the bio in search - update showPicker to include confirm and cancel buttons - Fixed #152 Branch screenshot: ![image](https://user-images.githubusercontent.com/28999492/104086822-000c5880-5281-11eb-8b92-be51f690c1f2.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:31 -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#263