[PR #75] [MERGED] feat: files screen #236

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

📋 Pull Request Information

Original PR: https://github.com/pd4d10/git-touch/pull/75
Author: @shreyas1599
Created: 4/30/2020
Status: Merged
Merged: 4/30/2020
Merged by: @pd4d10

Base: masterHead: files-screen


📝 Commits (3)

📊 Changes

6 files changed (+196 additions, -1 deletions)

View changed files

📝 lib/models/github.dart (+25 -0)
📝 lib/models/github.g.dart (+40 -0)
📝 lib/router.dart (+12 -0)
lib/screens/gh_files.dart (+57 -0)
📝 lib/screens/gh_issue.dart (+1 -1)
lib/widgets/files_item.dart (+61 -0)

📄 Description

Fixes #74

  • I'm currently working on GistsScreen as well, so router.dart and github.dart includes portions for that(not completed yet). I should've done that on a separate branch :/. Should I add a commit to comment the gists portion out?
  • I'll open a pr asap for GistsScreen
  • I had to use the Card widget in files_item.dart as ExpansionTile required a parent that is a material widget. Container didn't work.

This is how it looks:

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/75 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 4/30/2020 **Status:** ✅ Merged **Merged:** 4/30/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `master` ← **Head:** `files-screen` --- ### 📝 Commits (3) - [`a710a78`](https://github.com/pd4d10/git-touch/commit/a710a7805210b38a23d7943825ba9ea876fb8df1) feat: files screen - [`4441f52`](https://github.com/pd4d10/git-touch/commit/4441f52e2119546b3b0230091beee20a6e647475) add browser action - [`2c483c8`](https://github.com/pd4d10/git-touch/commit/2c483c891c78aeabc3a9daa954bf4fb31734f277) fix: action link ### 📊 Changes **6 files changed** (+196 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/github.dart` (+25 -0) 📝 `lib/models/github.g.dart` (+40 -0) 📝 `lib/router.dart` (+12 -0) ➕ `lib/screens/gh_files.dart` (+57 -0) 📝 `lib/screens/gh_issue.dart` (+1 -1) ➕ `lib/widgets/files_item.dart` (+61 -0) </details> ### 📄 Description Fixes #74 - I'm currently working on `GistsScreen` as well, so `router.dart` and `github.dart` includes portions for that(not completed yet). I should've done that on a separate branch :/. Should I add a commit to comment the `gists` portion out? - I'll open a pr asap for `GistsScreen` - I had to use the `Card` widget in `files_item.dart` as `ExpansionTile` required a parent that is a material widget. `Container` didn't work. This is how it looks: ![image](https://user-images.githubusercontent.com/28999492/80683176-64b3c880-8ae1-11ea-9f6a-bc25220f0c87.png) ![image](https://user-images.githubusercontent.com/28999492/80683241-890fa500-8ae1-11ea-945e-465a898a1efb.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:07:59 -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#236