[PR #72] [MERGED] feat: user organizations, fix: create,delete event #2690

Closed
opened 2026-05-03 02:27:45 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

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

Base: masterHead: scroll-top


📝 Commits (1)

  • 74628ce feat: user organizations, fix: create,delete event

📊 Changes

7 files changed (+167 additions, -5 deletions)

View changed files

📝 lib/models/github.dart (+12 -0)
📝 lib/models/github.g.dart (+20 -0)
📝 lib/router.dart (+3 -0)
📝 lib/screens/gh_user.dart (+5 -1)
lib/screens/gh_user_organization.dart (+47 -0)
📝 lib/widgets/event_item.dart (+8 -4)
lib/widgets/user_organizations.dart (+72 -0)

📄 Description

  • The PR I opened yesterday for create, delete event has an error. I've included it along with this.

Fixes #58

  • I used REST as there were problems with graphql as discussed in #58.
  • This is how it looks:

image
image

Let me know if there are any changes to be made. Thanks.

(Also, I had asked this somewhere else. Do you have any idea why the git-touch organization page does not load? Other orgs work normally.)
(Also, I just noticed that the status bar color does not match the app bar color. Looks a bit odd. Do you think I should change it?)


🔄 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/72 **Author:** [@shreyas1599](https://github.com/shreyas1599) **Created:** 4/28/2020 **Status:** ✅ Merged **Merged:** 4/28/2020 **Merged by:** [@pd4d10](https://github.com/pd4d10) **Base:** `master` ← **Head:** `scroll-top` --- ### 📝 Commits (1) - [`74628ce`](https://github.com/pd4d10/git-touch/commit/74628ce725719f85bef3b41cb223ecc533855d8b) feat: user organizations, fix: create,delete event ### 📊 Changes **7 files changed** (+167 additions, -5 deletions) <details> <summary>View changed files</summary> 📝 `lib/models/github.dart` (+12 -0) 📝 `lib/models/github.g.dart` (+20 -0) 📝 `lib/router.dart` (+3 -0) 📝 `lib/screens/gh_user.dart` (+5 -1) ➕ `lib/screens/gh_user_organization.dart` (+47 -0) 📝 `lib/widgets/event_item.dart` (+8 -4) ➕ `lib/widgets/user_organizations.dart` (+72 -0) </details> ### 📄 Description - The PR I opened yesterday for create, delete event has an error. I've included it along with this. Fixes #58 - I used REST as there were problems with graphql as discussed in #58. - This is how it looks: ![image](https://user-images.githubusercontent.com/28999492/80503214-302ff780-898f-11ea-8320-1ed666c1df52.png) ![image](https://user-images.githubusercontent.com/28999492/80503227-33c37e80-898f-11ea-8c18-e4f5ca161e43.png) Let me know if there are any changes to be made. Thanks. (Also, I had asked this somewhere else. Do you have any idea why the git-touch organization page does not load? Other orgs work normally.) (Also, I just noticed that the status bar color does not match the app bar color. Looks a bit odd. Do you think I should change it?) --- <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 2026-05-03 02:27:45 -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#2690