Skip to content

Commit

Permalink
Merge pull request #394 from cidgoh/pathogen-agnostic-template
Browse files Browse the repository at this point in the history
New generic pathogen template
  • Loading branch information
ddooley committed Apr 19, 2023
2 parents f195109 + e060a66 commit bce5ef6
Show file tree
Hide file tree
Showing 9 changed files with 9,462 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "data-harmonizer",
"version": "1.4.8",
"version": "1.4.9",
"description": "A standardized spreadsheet editor and validator that can be run offline and locally",
"repository": "git@github.com:cidgoh/DataHarmonizer.git",
"license": "MIT",
Expand Down
4 changes: 4 additions & 0 deletions web/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -51,3 +51,7 @@ body {
.handsontable.listbox td.current.highlight {
background-color: lightblue !important;
}

.add-rows-input {
max-width: 100px;
}
7 changes: 7 additions & 0 deletions web/templates/menu.json
Original file line number Diff line number Diff line change
Expand Up @@ -52,5 +52,12 @@
"status": "published",
"display": true
}
},
"pathogen": {
"Pathogen Agnostic": {
"name": "Pathogen Agnostic",
"status": "published",
"display": true
}
}
}
2 changes: 2 additions & 0 deletions web/templates/pathogen/export.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// A dictionary of possible export formats
export default {};
Loading

0 comments on commit bce5ef6

Please sign in to comment.