mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 23:32:46 -05:00
[PR #253] [MERGED] feat(github): single commit screen #298
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
main← Head:github-updatess📝 Commits (3)
d288bb4feat(github): single commit screenf26dd36fix: browser link in url actionda77c39merge📊 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
FilesItemwith different icon as the original icon was not being displayed in dark mode and couldn't change color without changing the icon🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.