Skip to content

Commit

Permalink
Merge pull request #40 from samply/feature/34-35-ui-fixes
Browse files Browse the repository at this point in the history
Feature/34 35 UI fixes
  • Loading branch information
MatsJohansen87 authored Feb 6, 2024
2 parents f512e35 + 78aef6c commit cba77ec
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 22 deletions.
4 changes: 2 additions & 2 deletions packages/demo/public/catalogues/catalogue-dktk.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
},
{
"key": "other",
"name": "Sonstiges / Intersexuell",
"description": "Sonstiges / Intersexuell"
"name": "Divers / intersexuell",
"description": "Divers / intersexuell"

},
{
Expand Down
16 changes: 1 addition & 15 deletions packages/demo/public/options.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"male": "Männlich",
"female": "Weiblich",
"unknown": "Unbekannt",
"other": "Sonstiges / Intersexuell"
"other": "Divers / intersexuell"
}
},
"diagnosis": {
Expand Down Expand Up @@ -162,20 +162,6 @@
{
"title": "Patienten",
"dataKey": "patients"
},
{
"title": "Bioproben*",
"aggregatedDataKeys": [
{
"groupCode": "specimen"
},
{
"stratifierCode": "Histlogoies",
"stratumCode": "1"
},
{
}
]
}
]
}
Expand Down
2 changes: 1 addition & 1 deletion packages/demo/src/AppCCP.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -230,7 +230,7 @@ const barChartBackgroundColors: string[] = ["#4dc9f6","#3da4c7"];
<div class="chart-wrapper result-table">
<lens-result-table pageSize="10" >
<div slot="above-pagination" class="result-table-hint-text">
* Umfasst Gewebe- und flüssige Proben. Die Anzahl der FFPE Proben (Schätzung) entspricht der Zahl der Diagnosen
* Umfasst Gewebe- und flüssige Proben. Die Anzahl der FFPE Proben (Schätzung) entspricht der Zahl der Diagnosen.
</div>
</lens-result-table>
</div>
Expand Down
1 change: 1 addition & 0 deletions packages/demo/src/ccp.css
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,7 @@ lens-info-button::part(info-button-dialogue):active {
}

.result-table-hint-text {
padding-top: 20px;
display: flex;
align-items: end;
}
8 changes: 4 additions & 4 deletions packages/demo/src/main.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import './fragment-development.css'
import App from './AppFragmentDevelopment.svelte'
// import './fragment-development.css'
// import App from './AppFragmentDevelopment.svelte'

// import './ccp.css'
// import App from './AppCCP.svelte'
import './ccp.css'
import App from './AppCCP.svelte'

// import App from './AppBBMRI.svelte'
// import './bbmri.css'
Expand Down

0 comments on commit cba77ec

Please sign in to comment.