aboutsummaryrefslogtreecommitdiff
path: root/viewer/package.json
Commit message (Collapse)AuthorAge
* release: set package versions to v2.0pacien2020-09-25
|
* viewer: rollback @vue/cli-* to latest working versionpacien2020-09-24
| | | | | | | | | More recent versions of the babel plugin, starting at 4.5.0 included, do not seem to work correctly. See linked issue for more details. This reverts a part of commit 90d5af5: "viewer: dependencies update". GitHub: closes #252
* viewer: item display orderZero~Informatique2020-09-11
| | | | github: resolves #28
* viewer: dependencies updateZero~Informatique2020-09-11
|
* viewer: project configuration, removed version automatic upgrades with npmZero~Informatique2020-09-11
|
* viewer: dependancies updateZero~Informatique2020-06-28
|
* viewer: eslint max-warnings 0 (CI fail on formatting error)Zero~Informatique2020-06-28
|
* viewer: autoformat using eslint-prettier instead of VSC's integrated formattersZero~Informatique2020-06-28
|
* viewer: npm build:report command, to generate ./dist/report.htmlZero~Informatique2020-05-22
|
* viewer: prepping for release, version updateZero~Informatique2020-05-02
|
* viewer/LdZoom: add support for pinch-to-zoompacien2020-04-26
| | | | GitHub: closes #106
* viewer/LdPicture: implement mousewheel zoompacien2020-04-26
| | | | GitHub: closes #153
* viewer: dependancies and environment upgradeZero~Informatique2020-04-02
|
* 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: project configurationZero~Informatique2020-02-12
| | | | | - Libraries update, removed the obsolete babel proposals plugins - vue/cli version check on start
* viewer: project configuration, no-fix for the linter during Travis testsZero~Informatique2020-02-10
|
* viewer: code cleaning, moved some views to componentsZero~Informatique2020-01-31
|
* viewer: updated librariesZero~Informatique2020-01-31
|
* 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: finalized the thumbnails view layouts. implemented thumbnails ↵Zero~Informatique2020-01-29
| | | | lazy-loading
* viewer: minor dep version updateZero~Informatique2020-01-29
|
* viewer: Plugin for Optional chaining and Coalesce. Implemented tag ↵Zero~Informatique2019-12-24
| | | | operations (intersection, addition, substraction). Unified Tag.Search
* viewer:Zero~Informatique2019-12-21
| | | | | | Implemented the "example" project in devServer Display loader and error messages (not translated yet) Created a "GalleryStore" to fetch the JSon data from the gallery (currently from example)
* Implemented VueX and a basic UIStore with the fullscreen mutationZero~Informatique2019-12-21
| | | | Some renaming
* Updated EsLintZero~Informatique2019-12-20
| | | | Removed logic from the view
* Viewer project foundationsZero~Informatique2019-12-20