aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/GalleryPicture.vue
Commit message (Collapse)AuthorAge
* viewer: code cleaning, moved some views to componentsZero~Informatique2020-01-31
|
* viewer: unified CSS classes to kebab caseZero~Informatique2020-01-31
|
* viewer: picture display improvementsZero~Informatique2020-01-30
|
* viewer: improved the picture layout. clicking a picture will switch between ↵Zero~Informatique2020-01-29
| | | | resized-to-screen and original-size (+fullscreen). drag-n-drop scrolls/moves the picture, just like a touch device. Resolves #19
* viewer: license headersZero~Informatique2020-01-10
|
* viewer: Changed "image" type to "picture". Adapted the code to the current ↵Zero~Informatique2020-01-09
compiler output format. The currentItem and currentPath are calculated in the store for easier multi-component access. Breadcrumb for current's position and navigation.