Skip to content

Commit

Permalink
- CHG: Moved cell bookmark style to table component.
Browse files Browse the repository at this point in the history
- FIX: Fixed issue with link on about page.
  • Loading branch information
sebastian-raubach committed Apr 2, 2021
1 parent 6dc1de3 commit b590368
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 16 deletions.
14 changes: 0 additions & 14 deletions src/components/tables/GridTableCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -103,17 +103,3 @@ export default {
}
}
</script>

<style scoped>
.cell-bookmark {
top: 0;
right: 5px;
height: 15px;
padding: 0px;
-webkit-transform: rotate(0deg) skew(0deg);
transform: rotate(0deg) skew(0deg);
border-left: 7px solid #3E3F3A;
border-right: 7px solid #3E3F3A;
border-bottom: 7px solid transparent;
}
</style>
11 changes: 11 additions & 0 deletions src/components/tables/GridTableIndividualCell.vue
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,17 @@ export default {
.grid-table .circle-icon {
font-size: 18px;
}
.grid-table .cell-bookmark {
top: 0;
right: 5px;
height: 15px;
padding: 0px;
-webkit-transform: rotate(0deg) skew(0deg);
transform: rotate(0deg) skew(0deg);
border-left: 7px solid #8E8C84;
border-right: 7px solid #8E8C84;
border-bottom: 7px solid transparent;
}
.grid-table thead th {
border-bottom: 1px solid;
border-bottom-color: var(--primary) !important;
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/i18n/de_DE.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"modalTitleSetup": "Einrichtung",
"pageAboutGitHubLink": "Der Quellcode von GridScore is auf <a href='https://github.com/cropgeeks/gridscore/'>GitHub</a> verfügbar.",
"pageAboutParagraphOne": "GridScore ist eine Feldversuch-Phänotypisierungs-App für Merkmalsdaten. Mit ihm kann man festhalten was im Feld auf einem Beet-Level passiert. Dies könnten zum Beispiel das Hervortreten der Pflanze, die Blütezeit, Pflanzenhöhe, Blütenfarbe usw. sein.",
"pageAboutParagraphTwo": "GridScore wurde entwickelt von <a href='https://hutton.ac.uk/staff/sebastian-raubach'>Sebastian Raubach</a>. Miriam Schreiber, Joanne Russel und Paul Shaw waren maßgeblich beteiligt am Testen von GridScore.Bei Fragen, Anregungen oder generellem Feedback bitte direkt an <a href='mailto:[email protected]'>Sebastian</a> wenden.",
"pageAboutParagraphTwo": "GridScore wurde entwickelt von <a href='https://www.hutton.ac.uk/staff/sebastian-raubach'>Sebastian Raubach</a>. Miriam Schreiber, Joanne Russel und Paul Shaw waren maßgeblich beteiligt am Testen von GridScore.Bei Fragen, Anregungen oder generellem Feedback bitte direkt an <a href='mailto:[email protected]'>Sebastian</a> wenden.",
"pageFieldLayoutText": "Gehe zu allen vier Ecken des Feldes und drück den Knopf nebem den Eingebefeldern um die GPS position zu nutzen oder gib sie direkt ein.",
"pageHeatmapText": "Bitte nachfolgend ein Merkmal auswählen. Das Diagramm zeigt das Feld-Layout und jede Zelle stellt ein Beet dar. Die Farbe jeder Zelle entspricht einem Wert auf der Gradientenskala. Für numerische Merkmale wird der tatsächliche Wert dargestellt während für zeitbasierte oder Text Merkmale die Anzahl Tage seit der ersten Aufzeichnung dargestellt werden. Für kategorische Merkmale wird der spezifische kategorische Wert farblich dargestellt.",
"pageHeatmapTitle": "Feld-Heatmap",
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/i18n/en_GB.json
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@
"modalTitleSetup": "Setup",
"pageAboutGitHubLink": "The source code of GridScore is available on <a href='https://github.com/cropgeeks/gridscore/'>GitHub</a>.",
"pageAboutParagraphOne": "GridScore is a field trial phenotyping app for trait data. It lets you keep track of what's happening in the field on a plot-level basis. This could be anything from plant emergence, flowering date, plant height, flower colour, etc.",
"pageAboutParagraphTwo": "GridScore has been developed by <a href='https://hutton.ac.uk/staff/sebastian-raubach'>Sebastian Raubach</a>. Miriam Schreiber, Joanne Russel and Paul Shaw have been instrumental in testing GridScore. If you have any questions, suggestions or general feedback, please contact <a href='mailto:[email protected]'>Sebastian</a>.",
"pageAboutParagraphTwo": "GridScore has been developed by <a href='https://www.hutton.ac.uk/staff/sebastian-raubach'>Sebastian Raubach</a>. Miriam Schreiber, Joanne Russel and Paul Shaw have been instrumental in testing GridScore. If you have any questions, suggestions or general feedback, please contact <a href='mailto:[email protected]'>Sebastian</a>.",
"pageFieldLayoutText": "Walk to all four corners of the field and click the button next to the input boxes to get your GPS position or type them in if you know them.",
"pageHeatmapText": "Please select a trait in the selection box below. The shown graph shows the field layout where each colored box represents a plot. The color of each plot is shown on a gradient scale. For numeric traits, this will represent the actual value, for time-based traits and text traits, this shows the scoring date as the number of days since the first scored plot. For categorical traits, the color represents the category value.",
"pageHeatmapTitle": "Heatmap",
Expand Down

0 comments on commit b590368

Please sign in to comment.