aboutsummaryrefslogtreecommitdiff
path: root/viewer/src/views/GalleryNavigation.vue
Commit message (Collapse)AuthorAge
* viewer: prettier formatting based on eslint-prettier pluginZero~Informatique2020-06-28
|
* viewer: component dispatch (no functional change)Zero~Informatique2020-06-20
| | | | a cleaner way to add new components to LdGallery
* viewer: Enumerated item typesZero~Informatique2020-05-22
|
* viewer/LdAudioViewer: add audio viewerpacien2020-05-22
| | | | GitHub: closes #158
* viewer/LdVideoViewer: add video viewerpacien2020-05-22
| | | | GitHub: closes #222
* viewer: add pdf viewerpacien2020-05-22
| | | | | | Based on native browser rendering. GitHub: closes #211
* viewer: add plain text file viewerpacien2020-05-22
| | | | GitHub: closes #213
* viewer/GalleryNavigation: revert to static template component dispatchingpacien2020-05-08
| | | | We'll see for dynamic component loading later.
* viewer/LdDownload: add generic file download handlerpacien2020-05-04
| | | | GitHub: closes #209
* viewer/GalleryNavigation: better error messagespacien2020-05-03
| | | | | | Introducing a generic error page with some icon and a different error for unknown resources GitHub: closes #190
* viewer: tag index bugfixZero~Informatique2020-02-27
| | | | | | | Search from the URL requires a strict match instead of a loose match Category search was case sensitive Category + disambiguation was matching like an intersection of both tags instead of being hard-coupled Removed the logs for the release (coming soon)
* viewer: architectural fixes and improvementsZero~Informatique2020-02-27
| | | | | | Make use of VueX's strict mode (which is different from vuex-class-component strict mode) Fixed issues and bad-practices with search filter tags mutations Correctly implement the new index.json format
* 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)