mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-03-09 07:12:11 -05:00
[PR #75] [MERGED] feat: files screen #236
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/75
Author: @shreyas1599
Created: 4/30/2020
Status: ✅ Merged
Merged: 4/30/2020
Merged by: @pd4d10
Base:
master← Head:files-screen📝 Commits (3)
a710a78feat: files screen4441f52add browser action2c483c8fix: action link📊 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
GistsScreenas well, sorouter.dartandgithub.dartincludes portions for that(not completed yet). I should've done that on a separate branch :/. Should I add a commit to comment thegistsportion out?GistsScreenCardwidget infiles_item.dartasExpansionTilerequired a parent that is a material widget.Containerdidn't work.This is how it looks:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.