From b5903686ae6395703f77f10861b7e37020f39d01 Mon Sep 17 00:00:00 2001 From: sebastian-raubach Date: Fri, 2 Apr 2021 14:16:17 +0100 Subject: [PATCH] - CHG: Moved cell bookmark style to table component. - FIX: Fixed issue with link on about page. --- src/components/tables/GridTableCell.vue | 14 -------------- src/components/tables/GridTableIndividualCell.vue | 11 +++++++++++ src/plugins/i18n/de_DE.json | 2 +- src/plugins/i18n/en_GB.json | 2 +- 4 files changed, 13 insertions(+), 16 deletions(-) diff --git a/src/components/tables/GridTableCell.vue b/src/components/tables/GridTableCell.vue index cbf7041..2afbdf1 100644 --- a/src/components/tables/GridTableCell.vue +++ b/src/components/tables/GridTableCell.vue @@ -103,17 +103,3 @@ export default { } } - - diff --git a/src/components/tables/GridTableIndividualCell.vue b/src/components/tables/GridTableIndividualCell.vue index 9753bef..ca792e5 100644 --- a/src/components/tables/GridTableIndividualCell.vue +++ b/src/components/tables/GridTableIndividualCell.vue @@ -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; diff --git a/src/plugins/i18n/de_DE.json b/src/plugins/i18n/de_DE.json index 41d5032..9e7e914 100644 --- a/src/plugins/i18n/de_DE.json +++ b/src/plugins/i18n/de_DE.json @@ -118,7 +118,7 @@ "modalTitleSetup": "Einrichtung", "pageAboutGitHubLink": "Der Quellcode von GridScore is auf GitHub 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 Sebastian Raubach. Miriam Schreiber, Joanne Russel und Paul Shaw waren maßgeblich beteiligt am Testen von GridScore.Bei Fragen, Anregungen oder generellem Feedback bitte direkt an Sebastian wenden.", + "pageAboutParagraphTwo": "GridScore wurde entwickelt von Sebastian Raubach. Miriam Schreiber, Joanne Russel und Paul Shaw waren maßgeblich beteiligt am Testen von GridScore.Bei Fragen, Anregungen oder generellem Feedback bitte direkt an Sebastian 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", diff --git a/src/plugins/i18n/en_GB.json b/src/plugins/i18n/en_GB.json index a16e35e..90d5574 100644 --- a/src/plugins/i18n/en_GB.json +++ b/src/plugins/i18n/en_GB.json @@ -118,7 +118,7 @@ "modalTitleSetup": "Setup", "pageAboutGitHubLink": "The source code of GridScore is available on GitHub.", "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 Sebastian Raubach. Miriam Schreiber, Joanne Russel and Paul Shaw have been instrumental in testing GridScore. If you have any questions, suggestions or general feedback, please contact Sebastian.", + "pageAboutParagraphTwo": "GridScore has been developed by Sebastian Raubach. Miriam Schreiber, Joanne Russel and Paul Shaw have been instrumental in testing GridScore. If you have any questions, suggestions or general feedback, please contact Sebastian.", "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",