diff --git a/DESCRIPTION b/DESCRIPTION index 2829ca3..c1c46c5 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,6 +1,6 @@ Package: dashboard Title: What the Package Does (One Line, Title Case) -Version: 0.2.2 +Version: 0.2.2.001 Authors@R: person(given = "First", family = "Last", diff --git a/codemeta.json b/codemeta.json index 484cf5a..2d78eed 100644 --- a/codemeta.json +++ b/codemeta.json @@ -6,7 +6,7 @@ "name": "dashboard: What the Package Does (One Line, Title Case)", "codeRepository": "https://github.com/ropensci-review-tools/dashboard", "license": "https://spdx.org/licenses/MIT", - "version": "0.2.2", + "version": "0.2.2.001", "programmingLanguage": { "@type": "ComputerLanguage", "name": "R", diff --git a/quarto/editors.qmd b/quarto/editors.qmd index 4b6c38a..c7e1087 100644 --- a/quarto/editors.qmd +++ b/quarto/editors.qmd @@ -180,6 +180,12 @@ colorTable(filteredSorted, issueNumColumn: "number", columns: columns, height: 'auto', + header: { + "editor": "Editor", + "last_active": "Last Active", + "status": "Status", + "stats": "Stats", + }, } ) ``` @@ -256,6 +262,13 @@ colorTable(filteredSortedRevs, format: { [numberColumn]: d => htl.html`${d}`, }, + header: { + "number": "Issue number", + "title": "Title", + "state": "State", + "opened_at": "Opened", + "closed_at": "Closed", + }, height: 'auto', } )