aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdDownload.vue
Commit message (Collapse)AuthorAge
* viewer: code update (no functional change)Zero~Informatique2020-06-19
| | | | | | Types { [x: T]: R } updated to Record<T, R> Methods in template updated to getters (computed in VueJS), which are reactive and cached Code formatting
* viewer/navigation: factorise item file name extractionpacien2020-05-22
|
* viewer/style/global: factorise flex centering containerpacien2020-05-08
|
* viewer/LdDownload: fix item type and remove getterspacien2020-05-08
| | | | For consistency.
* viewer/LdDownload: add generic file download handlerpacien2020-05-04
GitHub: closes #209