Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | release: set package versions to v2.0 | pacien | 2020-09-25 |
| | |||
* | viewer: rollback @vue/cli-* to latest working version | pacien | 2020-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 order | Zero~Informatique | 2020-09-11 |
| | | | | github: resolves #28 | ||
* | viewer: dependencies update | Zero~Informatique | 2020-09-11 |
| | |||
* | viewer: project configuration, removed version automatic upgrades with npm | Zero~Informatique | 2020-09-11 |
| | |||
* | viewer: dependancies update | Zero~Informatique | 2020-06-28 |
| | |||
* | viewer/LdZoom: add support for pinch-to-zoom | pacien | 2020-04-26 |
| | | | | GitHub: closes #106 | ||
* | viewer/LdPicture: implement mousewheel zoom | pacien | 2020-04-26 |
| | | | | GitHub: closes #153 | ||
* | viewer: update node dependencies | pacien | 2020-04-26 |
| | |||
* | viewer: dependancies and environment upgrade | Zero~Informatique | 2020-04-02 |
| | |||
* | build(deps): bump acorn from 6.4.0 to 6.4.1 in /viewer | dependabot[bot] | 2020-03-17 |
| | | | | | | | Bumps [acorn](https://github.com/acornjs/acorn) from 6.4.0 to 6.4.1. - [Release notes](https://github.com/acornjs/acorn/releases) - [Commits](https://github.com/acornjs/acorn/compare/6.4.0...6.4.1) Signed-off-by: dependabot[bot] <support@github.com> | ||
* | viewer: major code and search mode overhaul | Zero~Informatique | 2020-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 configuration | Zero~Informatique | 2020-02-12 |
| | | | | | - Libraries update, removed the obsolete babel proposals plugins - vue/cli version check on start | ||
* | viewer: updated libraries | Zero~Informatique | 2020-01-31 |
| | |||
* | viewer: improved the picture layout. clicking a picture will switch between ↵ | Zero~Informatique | 2020-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~Informatique | 2020-01-29 |
| | | | | lazy-loading | ||
* | viewer: minor dep version update | Zero~Informatique | 2020-01-29 |
| | |||
* | viewer: Plugin for Optional chaining and Coalesce. Implemented tag ↵ | Zero~Informatique | 2019-12-24 |
| | | | | operations (intersection, addition, substraction). Unified Tag.Search | ||
* | viewer: | Zero~Informatique | 2019-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 mutation | Zero~Informatique | 2019-12-21 |
| | | | | Some renaming | ||
* | Updated EsLint | Zero~Informatique | 2019-12-20 |
| | | | | Removed logic from the view | ||
* | Viewer project foundations | Zero~Informatique | 2019-12-20 |