aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/GalleryDirectory.vue
Commit message (Collapse)AuthorAge
* viewer: more minor architectural improvementZero~Informatique2020-02-28
|
* viewer: major code and search mode overhaulZero~Informatique2020-02-24
| | | | | | | | | Updated libraries to the lastest version SCSS Formatter as suggested VSC extensions Renamed toolbar-color by scrollbar-color LD components use Props in favor of touching the stores directly (when possible) Moved most common algorithms to a "services" folder Complete search overhaul (lots of code change)
* viewer: browsing pictures disables fullscreen. Resolves #115Zero~Informatique2020-02-11
|
* viewer: remove last row forced offsetpacien2020-02-10
| | | | It was only making things worse in the end.
* viewer: code cleaning, moved some views to componentsZero~Informatique2020-01-31
|
* viewer: directories first and sorted by title in the navigation modeZero~Informatique2020-01-30
|
* viewer: finalized the thumbnails view layouts. implemented thumbnails ↵Zero~Informatique2020-01-29
| | | | lazy-loading
* 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.
* viewer: Implemented the search by tags. Pushed the special urls to ENV.Zero~Informatique2019-12-22
|
* viewer: Improved the Gallery type definitions. Basic display of the images ↵Zero~Informatique2019-12-21
| | | | | | and thumbnails example: "thumbnails" instead of "thumbs"
* viewer: Isolated the Directory and Image views in their own componentsZero~Informatique2019-12-21