Simplifying new viewer, removing full screen functionality
Simplifying new viewer, removing screenshot functionality
Duplicate VtkViewer
into VtkViewerCompare
to allow experimentation with viewer without altering main MIQA functionality
Changes to make side-by-side images possible:
proxyNum
to VtkViewer
updateLock
on loadFrame
, not necessaryCompareScans
to support side-by-side
Note: Right now the three images are loaded but they overlap, it is necessary to manually change CSS properties for viewer containers to see side-by-side...next thing to fixCopied download code back into loadFile
due to issues with promises.
Additional logging, reformat code
Additional console.log statements to trace activity through miqa.
Loads a view but need to fix conditional logic
Also renames several data properties: selectExperiments -> childExperiments selectScans -> childScans
Adds onFrameDownloadProgress
function
Update vtkViewer call
Minor changes to CompareScans, currently not working.
Simplifying comparescans to absolute basics.
fix: upgrade @sentry/vue from 7.9.0 to 7.30.0
Snyk has created this PR to upgrade @sentry/vue from 7.9.0 to 7.30.0.
See this package in npm: https://www.npmjs.com/package/@sentry/vue
See this project in Snyk: https://app.snyk.io/org/davidshq/project/f14d4db6-c756-44ff-a784-ede8858ce5c8?utm_source=github&utm_medium=referral&page=upgrade-pr
Mainly changes to code comments and additional logging.
Add proxyNum
to props of VtkViewer
Fix mispelling causing code call fail
Update vtkViews
calls to support multiple proxy managers.
Add function that will load multiple proxies, will be used in CompareScans
instead of swapToFame
Fix bug that was causing topics to be added far too many times in topic_books table
Update topics_payload to output a deduplicated list of topics as a file.
Add support for api and non-api key querying
Add basic and widget api as well as intermediate glossary
Minor code fix in getting started
Removing low value content
fix(convexfacecontextrepresentation): fix allocateSize crash
Regression from fe5d3f9
Closes #2684
Merge pull request #2686 from finetjul/2684-fix-allocatesize
fix(convexfacecontextrepresentation): fix allocateSize crash
Update comment in Vuex store.