[PR #253] [MERGED] feat(github): single commit screen #298

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

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/253
Author: @shreyas1599
Created: 6/20/2021
Status: Merged
Merged: 10/17/2022
Merged by: @pd4d10

Base: mainHead: github-updatess


📝 Commits (3)

📊 Changes

9 files changed (+240 additions, -78 deletions)

View changed files

📝 lib/l10n/intl_en.arb (+17 -0)
📝 lib/router.dart (+9 -0)
lib/screens/gh_commit.dart (+136 -0)
📝 lib/screens/gh_commits.dart (+1 -1)
📝 lib/screens/gh_compare.dart (+1 -1)
📝 packages/gql_github/lib/commits.ast.gql.dart (+1 -1)
📝 packages/gql_github/lib/commits.data.gql.dart (+6 -6)
📝 packages/gql_github/lib/commits.data.gql.g.dart (+68 -68)
📝 packages/gql_github/lib/commits.graphql (+1 -1)

📄 Description

closes #238

  • files diff is not yet available via graphql. Hence, used REST
  • added relevant strings to arb file
  • modified FilesItem with different icon as the original icon was not being displayed in dark mode and couldn't change color without changing the icon
  • 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/253 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 6/20/2021 **Status:** ✅ Merged **Merged:** 10/17/2022 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `main` ← **Head:** `github-updatess` --- ### 📝 Commits (3) - [`d288bb4`](https://github.com/pd4d10/git-touch/commit/d288bb4c6086467929c9224038dd2c3923223048) feat(github): single commit screen - [`f26dd36`](https://github.com/pd4d10/git-touch/commit/f26dd36e8fc074af378b82c0d6c0418e9237fa79) fix: browser link in url action - [`da77c39`](https://github.com/pd4d10/git-touch/commit/da77c3969fd4860a42d2374a79b3d1c6d23b2b55) merge ### 📊 Changes **9 files changed** (+240 additions, -78 deletions) <details> <summary>View changed files</summary> 📝 `lib/l10n/intl_en.arb` (+17 -0) 📝 `lib/router.dart` (+9 -0) ➕ `lib/screens/gh_commit.dart` (+136 -0) 📝 `lib/screens/gh_commits.dart` (+1 -1) 📝 `lib/screens/gh_compare.dart` (+1 -1) 📝 `packages/gql_github/lib/commits.ast.gql.dart` (+1 -1) 📝 `packages/gql_github/lib/commits.data.gql.dart` (+6 -6) 📝 `packages/gql_github/lib/commits.data.gql.g.dart` (+68 -68) 📝 `packages/gql_github/lib/commits.graphql` (+1 -1) </details> ### 📄 Description closes #238 - files diff is not yet available via graphql. Hence, used REST - added relevant strings to arb file - modified `FilesItem` with different icon as the original icon was not being displayed in dark mode and couldn't change color without changing the icon - Image: ![image](https://user-images.githubusercontent.com/28999492/122688265-f4ae5780-d238-11eb-8742-2cdfa56c9d27.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:09:14 -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#298