[PR #89] [MERGED] chore: github prefix for routes #243

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

📋 Pull Request Information

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

Base: masterHead: github-prefix


📝 Commits (1)

  • 8942cf7 chore: github prefix for routes

📊 Changes

20 files changed (+47 additions, -50 deletions)

View changed files

📝 lib/router.dart (+1 -1)
📝 lib/screens/gh_commits.dart (+1 -1)
📝 lib/screens/gh_compare.dart (+0 -1)
📝 lib/screens/gh_contributors.dart (+1 -5)
📝 lib/screens/gh_issue.dart (+2 -2)
📝 lib/screens/gh_issue_form.dart (+1 -1)
📝 lib/screens/gh_issues.dart (+2 -2)
📝 lib/screens/gh_object.dart (+1 -1)
📝 lib/screens/gh_pulls.dart (+1 -1)
📝 lib/screens/gh_repo.dart (+10 -9)
📝 lib/screens/gh_search.dart (+1 -1)
📝 lib/screens/gh_trending.dart (+1 -1)
📝 lib/screens/gh_user.dart (+7 -7)
📝 lib/screens/gh_user_organization.dart (+1 -1)
📝 lib/widgets/avatar.dart (+2 -2)
📝 lib/widgets/event_item.dart (+8 -7)
📝 lib/widgets/notification_item.dart (+3 -3)
📝 lib/widgets/repository_item.dart (+2 -2)
📝 lib/widgets/user_item.dart (+1 -1)
📝 lib/widgets/user_name.dart (+1 -1)

📄 Description

Hi @pd4d10,

  • In gh_compare.dart I removed a print statement used while debugging
  • In some files, I removed unused imports
  • In avatar.dart I noticed the /gitlab prefix was missing
  • Everything else, involves the addition of /github prefix
  • I used the app for a while and everything seems fine. Hopefully, I haven't missed anything. Maybe you could take a look as well.

Fixes #88


🔄 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/89 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 5/12/2020 **Status:** ✅ Merged **Merged:** 5/12/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `master` ← **Head:** `github-prefix` --- ### 📝 Commits (1) - [`8942cf7`](https://github.com/pd4d10/git-touch/commit/8942cf7873a33ffd078c36b54a400a90d5dee84c) chore: github prefix for routes ### 📊 Changes **20 files changed** (+47 additions, -50 deletions) <details> <summary>View changed files</summary> 📝 `lib/router.dart` (+1 -1) 📝 `lib/screens/gh_commits.dart` (+1 -1) 📝 `lib/screens/gh_compare.dart` (+0 -1) 📝 `lib/screens/gh_contributors.dart` (+1 -5) 📝 `lib/screens/gh_issue.dart` (+2 -2) 📝 `lib/screens/gh_issue_form.dart` (+1 -1) 📝 `lib/screens/gh_issues.dart` (+2 -2) 📝 `lib/screens/gh_object.dart` (+1 -1) 📝 `lib/screens/gh_pulls.dart` (+1 -1) 📝 `lib/screens/gh_repo.dart` (+10 -9) 📝 `lib/screens/gh_search.dart` (+1 -1) 📝 `lib/screens/gh_trending.dart` (+1 -1) 📝 `lib/screens/gh_user.dart` (+7 -7) 📝 `lib/screens/gh_user_organization.dart` (+1 -1) 📝 `lib/widgets/avatar.dart` (+2 -2) 📝 `lib/widgets/event_item.dart` (+8 -7) 📝 `lib/widgets/notification_item.dart` (+3 -3) 📝 `lib/widgets/repository_item.dart` (+2 -2) 📝 `lib/widgets/user_item.dart` (+1 -1) 📝 `lib/widgets/user_name.dart` (+1 -1) </details> ### 📄 Description Hi @pd4d10, - In `gh_compare.dart` I removed a `print` statement used while debugging - In some files, I removed unused imports - In `avatar.dart` I noticed the `/gitlab` prefix was missing - Everything else, involves the addition of `/github` prefix - I used the app for a while and everything seems fine. Hopefully, I haven't missed anything. Maybe you could take a look as well. Fixes #88 --- <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:08 -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#243