[PR #80] [MERGED] feat: gists screen #238

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

📋 Pull Request Information

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

Base: masterHead: gists-screen


📝 Commits (7)

📊 Changes

8 files changed (+359 additions, -13 deletions)

View changed files

📝 lib/models/github.dart (+38 -4)
📝 lib/models/github.g.dart (+40 -7)
📝 lib/router.dart (+18 -2)
lib/screens/gh_gist_object.dart (+31 -0)
lib/screens/gh_gists.dart (+48 -0)
lib/screens/gh_gists_files.dart (+49 -0)
📝 lib/screens/gh_user.dart (+5 -0)
lib/widgets/gists_item.dart (+130 -0)

📄 Description

#80

  • I was not sure how to name the URL for gists.
  • I haven't added a route for blob view of files yet.

🔄 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/80 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 5/6/2020 **Status:** ✅ Merged **Merged:** 5/14/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `master` ← **Head:** `gists-screen` --- ### 📝 Commits (7) - [`1dc60fa`](https://github.com/pd4d10/git-touch/commit/1dc60fa18fa39d8213fc0a09075796a0538e6c1f) feat: gists screen - [`4b20cde`](https://github.com/pd4d10/git-touch/commit/4b20cde4610ac96042792febc1e8a69e786ad53d) fixup - [`8c245af`](https://github.com/pd4d10/git-touch/commit/8c245aff0945722c26dafb4f9b4d80ce4d9e29d4) fix: object type error - [`59fb337`](https://github.com/pd4d10/git-touch/commit/59fb3377fc3cd1468d7a5ba3347fca24638a803a) Merge branch 'master' into gists-screen - [`5348f4d`](https://github.com/pd4d10/git-touch/commit/5348f4d187f3dce3dfef92fb1a228801cb1e17b6) fix: github prefix - [`3dd477a`](https://github.com/pd4d10/git-touch/commit/3dd477a56f92aaee87c148a0708e2ce07297be6d) fix: handle null - [`f827541`](https://github.com/pd4d10/git-touch/commit/f8275410ef08ea91671f4ca8e346537c9783629d) fix: lint error ### 📊 Changes **8 files changed** (+359 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/github.dart` (+38 -4) 📝 `lib/models/github.g.dart` (+40 -7) 📝 `lib/router.dart` (+18 -2) ➕ `lib/screens/gh_gist_object.dart` (+31 -0) ➕ `lib/screens/gh_gists.dart` (+48 -0) ➕ `lib/screens/gh_gists_files.dart` (+49 -0) 📝 `lib/screens/gh_user.dart` (+5 -0) ➕ `lib/widgets/gists_item.dart` (+130 -0) </details> ### 📄 Description #80 - I was not sure how to name the URL for gists. - I haven't added a route for blob view of files yet. --- <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:02 -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#238