[PR #91] [MERGED] feat: bitbucket issues, prs screens #245

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

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/91
Author: @shreyas1599
Created: 5/15/2020
Status: Merged
Merged: 5/17/2020
Merged by: @pd4d10

Base: masterHead: bb-pull-issue-screen


📝 Commits (2)

📊 Changes

6 files changed (+200 additions, -0 deletions)

View changed files

📝 lib/models/bitbucket.dart (+28 -0)
📝 lib/models/bitbucket.g.dart (+48 -0)
📝 lib/router.dart (+12 -0)
lib/screens/bb_issues.dart (+51 -0)
lib/screens/bb_pulls.dart (+51 -0)
📝 lib/screens/bb_repo.dart (+10 -0)

📄 Description

  • Added list of issues, list of pull request screens.
  • Screen for individual issue, pull request not done in this.

🔄 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/91 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 5/15/2020 **Status:** ✅ Merged **Merged:** 5/17/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `master` ← **Head:** `bb-pull-issue-screen` --- ### 📝 Commits (2) - [`4ffaba9`](https://github.com/pd4d10/git-touch/commit/4ffaba9578b3d7d8830da827009e13a782e0d81e) feat: issues, prs screens - [`37cad0b`](https://github.com/pd4d10/git-touch/commit/37cad0b47fc48342140f83cb6a21a5d2f79c86a4) fix: lint error ### 📊 Changes **6 files changed** (+200 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/bitbucket.dart` (+28 -0) 📝 `lib/models/bitbucket.g.dart` (+48 -0) 📝 `lib/router.dart` (+12 -0) ➕ `lib/screens/bb_issues.dart` (+51 -0) ➕ `lib/screens/bb_pulls.dart` (+51 -0) 📝 `lib/screens/bb_repo.dart` (+10 -0) </details> ### 📄 Description - Added list of issues, list of pull request screens. - Screen for individual issue, pull request not done in this. --- <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:10 -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#245