aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/components/LdPdfViewer.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/css/global: factorise util classespacien2020-05-22
|
* viewer: add pdf viewerpacien2020-05-22
Based on native browser rendering. GitHub: closes #211