Example imagery vue (#2525)

* WIP: imagery vue refactor

* cleaup

* show orange border when paused.

* resize image and thumbs wrappers.

* scrollToBottom fixed.

* fixed lint errors

* use multipane vue component for resize + cleanup + style adjustments.

* added min-height to image pane and thumbs-layout pane.

* remove old plugin and using es6 const.

* using ES6 imports.

* clean up + formatting changes.

* updated as per review comments.

* extracted styles from vue component.

* fixed lint errors.

* updated as per review comments + cleanup.
This commit is contained in:
Nikhil
2019-12-13 15:36:01 -08:00
committed by Pegah Sarram
parent 2248c2da08
commit 3b195e9c7d
17 changed files with 344 additions and 1080 deletions

View File

@ -31,6 +31,7 @@ const webpackConfig = {
},
resolve: {
alias: {
"@": path.join(__dirname, "src"),
"legacyRegistry": path.join(__dirname, "src/legacyRegistry"),
"saveAs": "file-saver",
"csv": "comma-separated-values",