mirror of
https://github.com/pd4d10/git-touch.git
synced 2026-05-10 23:54:00 -05:00
feat(github): twitter username for orgs
This commit is contained in:
@@ -360,6 +360,15 @@ class GhUserScreen extends StatelessWidget {
|
||||
launchStringUrl(url);
|
||||
},
|
||||
),
|
||||
if (p.twitterUsername != null)
|
||||
AntListItem(
|
||||
prefix: const Icon(Ionicons.logo_twitter),
|
||||
child: Text('@${p.twitterUsername!}'),
|
||||
onClick: () {
|
||||
launchStringUrl(
|
||||
'https://twitter.com/${p.twitterUsername}');
|
||||
},
|
||||
),
|
||||
],
|
||||
),
|
||||
CommonStyle.verticalGap,
|
||||
|
||||
@@ -98,6 +98,7 @@ query User($login: String!) {
|
||||
location
|
||||
email
|
||||
websiteUrl
|
||||
twitterUsername
|
||||
createdAt
|
||||
viewerIsFollowing
|
||||
sponsors {
|
||||
|
||||
Reference in New Issue
Block a user