mirror of
https://github.com/git-touch/git-touch
synced 2025-03-07 12:47:42 +01:00
improvement: show primary language name
This commit is contained in:
parent
4215ce8604
commit
90d471a8ca
@ -344,7 +344,7 @@ class RepositoryScreen extends StatelessWidget {
|
|||||||
if (ref != null)
|
if (ref != null)
|
||||||
TableViewItem(
|
TableViewItem(
|
||||||
leftIconData: Octicons.code,
|
leftIconData: Octicons.code,
|
||||||
text: Text('Code'),
|
text: Text(repo.primaryLanguage?.name ?? 'Code'),
|
||||||
rightWidget: Text(
|
rightWidget: Text(
|
||||||
(license == null ? '' : '$license • ') +
|
(license == null ? '' : '$license • ') +
|
||||||
filesize(repo.diskUsage * 1000),
|
filesize(repo.diskUsage * 1000),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user