mirror of
https://github.com/git-touch/git-touch
synced 2025-02-20 13:30:38 +01:00
improvement(gitlab): use updated time
This commit is contained in:
parent
1c35b0b4cd
commit
cfd2d03fe9
@ -45,7 +45,7 @@ class GitlabGroupScreen extends StatelessWidget {
|
||||
for (var v in p.projects)
|
||||
RepositoryItem.gl(
|
||||
payload: v,
|
||||
note: 'Created ${timeago.format(v.createdAt)}',
|
||||
note: 'Updated ${timeago.format(v.lastActivityAt)}',
|
||||
)
|
||||
],
|
||||
)
|
||||
|
@ -62,7 +62,7 @@ class GitlabUserScreen extends StatelessWidget {
|
||||
for (var v in projects)
|
||||
RepositoryItem.gl(
|
||||
payload: v,
|
||||
note: 'Created ${timeago.format(v.createdAt)}',
|
||||
note: 'Updated ${timeago.format(v.lastActivityAt)}',
|
||||
)
|
||||
],
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user