36 | 37 | {repository.id.organization}/{repository.id.name} 38 | 39 |
40 | {repository.private ?Last update {isoToReadableDate(repository.updatedAt)}
45 | {repository.hasWorkflows && ( 46 |{repository.description}
50 |
2 |
3 |
4 |
5 |
18 | Developer dashboard focused on learning React appling best practices. 19 |
20 | 21 |
22 | App created with the 🌱⚛️ Create React App Codely template
23 |
24 |
25 | Stars are welcome 😊
26 |
23 | ⚙️ Aquí puedes configurar tu GitHub Access Token para que DevDash_ obtenga los datos 24 | de los repositorios de Github. 25 |
26 |27 | Puedes obtener más info sobre cómo obtener el token{" "} 28 | 33 | aquí 34 | 35 |
36 | 37 | 43 |Last update {isoToReadableDate(repository.updatedAt)}
45 | {repository.hasWorkflows && ( 46 |{repository.description}
50 |
21 | Last update
24 |
{3 / 0}
42 |{repositoryData.description}
43 | 44 |Stars | 49 |Watchers | 50 |Forks | 51 |Issues | 52 |Pull Requests | 53 |
---|---|---|---|---|
{repositoryData.stars} | 59 |{repositoryData.watchers} | 60 |{repositoryData.forks} | 61 |{repositoryData.issues} | 62 |{repositoryData.pullRequests} | 63 |
72 | ⏱️Last workflow run:{" "} 73 | {repositoryData.workflowRunsStatus[0].createdAt.toLocaleDateString("es-ES")} 74 |
75 |Name | 79 |Title | 80 |Date | 81 |Status | 82 |Conclusion | 83 |
---|---|---|---|---|
{run.name} | 89 |90 | 91 | {run.title} 92 | 93 | | 94 |{run.createdAt.toLocaleDateString("es-ES")} | 95 |{run.status} | 96 |{run.conclusion} | 97 |
There are no workflow runs
104 | )} 105 | 106 |Título | 23 |Fecha | 24 |
---|---|
31 | 32 | {pullRequest.title} 33 | 34 | | 35 |{pullRequest.createdAt.toLocaleDateString("es-ES")} | 36 |