Skip to content
Success

Changes

Summary

  1. Update flatmapvuer and map-side-bar. (commit: c1ca0a6) (details)
  2. 1.9.1 (commit: 4243317) (details)
  3. Only assign data when it match the search (commit: be4b353) (details)
  4. Improve if statement (commit: e789ba1) (details)
  5. Fix connectivity explorer search for split views (commit: e922e9d) (details)
  6. Fix a bug with fc map connectivity popup. (commit: db79e6e) (details)
  7. Update dependencies. (commit: ea52567) (details)
  8. 1.9.2 (commit: dd9bebc) (details)
  9. Minor updates (commit: c4b17fb) (details)
  10. Updates based on upstream changes (commit: a27d147) (details)
  11. Minor updates (commit: cb884ab) (details)
  12. Replace state with highlight (commit: 0a26096) (details)
  13. Improve search range (commit: d3467da) (details)
  14. Store filter options in connectivitiesStore (commit: 4b33955) (details)
  15. Disable items in global settings (commit: b66a037) (details)
  16. Pass filters to sidebar (commit: b696494) (details)
  17. Update connectivities.js (commit: e71201d) (details)
  18. Add show open new map option and change show hide settings to provide inject (commit: 136aa64) (details)
  19. Remove duplicate variables (commit: c1ecd92) (details)
  20. Fix global settings on first load (commit: 745791b) (details)
  21. Add some facet filter logic (commit: 991af15) (details)
  22. Update function name (commit: 52a0938) (details)
  23. Add a new UI for viewing modes (commit: cd7b2e0) (details)
  24. Add missing change event for new viewing modes (commit: 80b5389) (details)
  25. Remove viewing modes from settings popup (commit: 777770e) (details)
  26. Update interactive settings UI (commit: 583026d) (details)
  27. Allow query and facet search at the same time (commit: 4e6b9d3) (details)
  28. Update viewing mode icon (commit: 43c5443) (details)
  29. Revert "Update connectivities.js" (commit: 0decee4) (details)
  30. Update viewing mode dropdown (commit: e63a0fe) (details)
  31. Update getUniqueFiltersByKeys (commit: 3ecee73) (details)
  32. Update function name (commit: 510eb3f) (details)
  33. Update viewing mode and interactive mode to work together (commit: 187bdf8) (details)
  34. Refactor small part of the codes. (commit: 1d9fe8c) (details)
  35. Store associated ids for filter options (commit: 77d40fe) (details)
  36. Make sure models exist (commit: fe481ca) (details)
  37. Highlight for facet filter result (commit: 786ff2e) (details)
  38. Use more specific name (commit: 9e28683) (details)
  39. Update name (commit: 6c488f9) (details)
  40. Update on connectivity-info-open (commit: 6d801d3) (details)
  41. Make sure models exist (commit: 31f6785) (details)
  42. Minor update (commit: 8a4db26) (details)
  43. Fix interaction issue between explorer and flatmap (commit: fbab81d) (details)
  44. Add missing package (commit: 92afc36) (details)
  45. Prevent error for null to object (commit: 3ef2608) (details)
  46. Update offline annotation enabled status for flatmapvuer (commit: 9b1bfdb) (details)
  47. Add offline annotation enabled status update for Scaffoldvuer (commit: 5762bc9) (details)
  48. Disable viewing mode and global settings while map is loading (commit: 20e2457) (details)
  49. Close tooltip on flatmap when connectivity explorer item is closed (commit: 471f6d0) (details)
  50. Close connectivity item when annotation close (commit: 7150bfb) (details)
  51. Add line end (commit: 9f370a1) (details)
  52. Hide display markers checkbox (commit: 278e782) (details)
  53. Consistently use tab type from sidebar event. (commit: 6227659) (details)
  54. Replace pathways query with mapImp.pathways (commit: 3ae5949) (details)
  55. Hide pathway filters from drawer (commit: bb97c1c) (details)
  56. Update dependencies (commit: 49dfafc) (details)
  57. Update dependencies (commit: 88b8676) (details)
  58. Add clear tooltip for connectivity items hover (commit: 7344701) (details)
  59. Fix hover connectivity highlight. (commit: ec9cf11) (details)
  60. Update to beta packages. (commit: efcc1a0) (details)
  61. Bugs fix. (commit: a6587cb) (details)
  62. Update flatmapvuer. (commit: 7eaa7df) (details)
  63. Update cyrpess testing. (commit: 081fc1a) (details)
  64. Increase timeout before comparing screenshit. (commit: bab5463) (details)
  65. Update filter logic (commit: 80433b7) (details)
  66. Add comment (commit: ddca535) (details)
  67. Use reduce (commit: 7419373) (details)
  68. Should not use this.filter to determine whether filter is applied (commit: 78188bf) (details)
  69. Make sure query and facet search can work together (commit: 64b1edc) (details)
  70. Add comment (commit: 1b69e6a) (details)
  71. Improve search term support (commit: d478f2f) (details)
  72. Minor update (commit: b24621c) (details)
  73. Grey out connectivity if no search results (commit: f7ef672) (details)
Commit c1ca0a68e07367d7304b711aa60f630730866b95 by alan.wu
Update flatmapvuer and map-side-bar.
(commit: c1ca0a6)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
Commit be4b353a9fb0665941b238dddb387e709de43504 by 87633683+ddjnw1yu
Only assign data when it match the search
(commit: be4b353)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit e922e9d8566e685667cbd6815883bcab8085fa96 by aung.kyaw.hein
Fix connectivity explorer search for split views
(commit: e922e9d)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
Commit db79e6ea3f0dd77b64e71feed00fe4665ec190cd by alan.wu
Fix a bug with fc map connectivity popup.
(commit: db79e6e)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedCHANGELOG.md (diff)
The file was modifiedpackage.json (diff)
Commit c4b17fba820f77eb5944df73ada8a440ad25a069 by 87633683+ddjnw1yu
Minor updates

remove some duplicate steps and unused code
(commit: c4b17fb)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit a27d147c7d335e111856780095c916b7656a3f75 by 87633683+ddjnw1yu
Updates based on upstream changes
(commit: a27d147)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
Commit cb884abd606b1ea13ddb48ba9c56411b62ffa688 by 87633683+ddjnw1yu
Minor updates

remove some duplicate steps and unused code
(commit: cb884ab)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit 4b339552c74d78479b4ed7ab060cab7e2b0f4244 by 87633683+ddjnw1yu
Store filter options in connectivitiesStore
(commit: 4b33955)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/stores/connectivities.js (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
Commit b66a0372d5988cb30c9967d9de0d3138ef556359 by aung.kyaw.hein
Disable items in global settings
(commit: b66a037)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
The file was modifiedsrc/stores/settings.js (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/stores/connectivities.js (diff)
The file was modifiedsrc/stores/connectivities.js (diff)
Commit 136aa64d2d24426b7f9a0836ab9464c9ef05e285 by aung.kyaw.hein
Add show open new map option and change show hide settings to provide inject
(commit: 136aa64)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
The file was modifiedsrc/components/MapContent.vue (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/stores/settings.js (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/App.vue (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 745791bca85ee243a1ff40e36b24db325bad3665 by aung.kyaw.hein
Fix global settings on first load
(commit: 745791b)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 80b5389859c4617a38224b928e94c15f48844af1 by aung.kyaw.hein
Add missing change event for new viewing modes
(commit: 80b5389)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 777770e343015f516fd2e13c50a62552729aa04e by aung.kyaw.hein
Remove viewing modes from settings popup
(commit: 777770e)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
The file was modifiedsrc/components.d.ts (diff)
Commit 4e6b9d3568e40c019466d8a66f551621ed415907 by 87633683+ddjnw1yu
Allow query and facet search at the same time

AND between query and facet
OR between multiple facets
(commit: 4e6b9d3)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
The file was modifiedsrc/components.d.ts (diff)
Commit 0decee42af4ed7e17924d23a35016633a793c764 by 87633683+ddjnw1yu
Revert "Update connectivities.js"

This reverts commit e71201de7fbfa19d69109c9c16ee186ced4c2674.
(commit: 0decee4)
The file was modifiedsrc/stores/connectivities.js (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
The file was modifiedsrc/components.d.ts (diff)
The file was modifiedsrc/stores/settings.js (diff)
The file was modifiedsrc/stores/connectivities.js (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit 187bdf8e6bd604c4b215acf67e0738ff1cae0e50 by aung.kyaw.hein
Update viewing mode and interactive mode to work together
(commit: 187bdf8)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/stores/settings.js (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 1d9fe8c677d4b9c8f0d832f561123687a0d29736 by alan.wu
Refactor small part of the codes.
(commit: 1d9fe8c)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit 77d40fead1be0e2fd1fbeb54db4ff0f6093a3b53 by 87633683+ddjnw1yu
Store associated ids for filter options
(commit: 77d40fe)
The file was modifiedsrc/stores/connectivities.js (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit 786ff2ebe8e89641f479d6d7bd83b468941f6ce1 by 87633683+ddjnw1yu
Highlight for facet filter result
(commit: 786ff2e)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit fbab81ddf3ac87c4672c63be284a2f0e45005642 by 87633683+ddjnw1yu
Fix interaction issue between explorer and flatmap
(commit: fbab81d)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedpackage.json (diff)
Commit 3ef2608a679eb00d6ea8b18bdd675e15f52500f7 by aung.kyaw.hein
Prevent error for null to object
(commit: 3ef2608)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit 9b1bfdba14e496c4f376c68d985cfd5aacba13b5 by aung.kyaw.hein
Update offline annotation enabled status for flatmapvuer
(commit: 9b1bfdb)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/stores/settings.js (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 5762bc91c5a72abb3e9974f9b84e0acd66eff8fc by aung.kyaw.hein
Add offline annotation enabled status update for Scaffoldvuer
(commit: 5762bc9)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
Commit 20e2457c6496341cc9c895c3fa3a866c6f51f59f by aung.kyaw.hein
Disable viewing mode and global settings while map is loading
(commit: 20e2457)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 471f6d09f2b51a8dd06af2bd32826739c0793e01 by aung.kyaw.hein
Close tooltip on flatmap when connectivity explorer item is closed
(commit: 471f6d0)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
Commit 7150bfbd51d2cab7e9ae9b6e38aa6402d01d72a9 by aung.kyaw.hein
Close connectivity item when annotation close
(commit: 7150bfb)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
Commit 6227659a765ca463c5daaa54145b52188d50c316 by alan.wu
Consistently use tab type from sidebar event.
(commit: 6227659)
The file was modifiedsrc/components/SplitFlow.vue (diff)
Commit 3ae5949bb43c4619da9aeb682ac3b14fb7b76472 by aung.kyaw.hein
Replace pathways query with mapImp.pathways
(commit: 3ae5949)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
Commit 734470107fc47e6722042f0196f6bad5ab944d5b by aung.kyaw.hein
Add clear tooltip for connectivity items hover
(commit: 7344701)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
Commit ec9cf119d45c015ce1da692e43c1ee6418cdcc96 by alan.wu
Fix hover connectivity highlight.
(commit: ec9cf11)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/App.vue (diff)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/components/DialogToolbarContent.vue (diff)
The file was modifiedcypress/component/MapContent.cy.js (diff)
Commit bab54634f51d35c376e75dbc089ac6e6cdaafe56 by alan.wu
Increase timeout before comparing screenshit.
(commit: bab5463)
The file was modifiedcypress/component/MapContent.cy.js (diff)
Commit 80433b79be5eccc52c1c0c063b60d58adad0761c by 87633683+ddjnw1yu
Update filter logic

within OR
between AND
(commit: 80433b7)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit 78188bfb5780d9fd5580378865388bfe77382b73 by 87633683+ddjnw1yu
Should not use this.filter to determine whether filter is applied
(commit: 78188bf)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit 64b1edc3a82a58017c1e83ddc87fddbcbf8e6c34 by 87633683+ddjnw1yu
Make sure query and facet search can work together
(commit: 64b1edc)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit d478f2fe30da0861f1f37f9f39a091b6de1b9afe by 87633683+ddjnw1yu
Improve search term support

single and double quotes will not affect query search now - same as within display search and dataset explorer search
(commit: d478f2f)
The file was modifiedsrc/components/SplitDialog.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)
Commit f7ef672d8cab8a22a1f83a299940f148ee08d744 by 87633683+ddjnw1yu
Grey out connectivity if no search results
(commit: f7ef672)
The file was modifiedsrc/components/SplitFlow.vue (diff)
The file was modifiedsrc/components/viewers/Scaffold.vue (diff)
The file was modifiedsrc/mixins/ContentMixin.js (diff)
The file was modifiedsrc/components/viewers/Flatmap.vue (diff)
The file was modifiedsrc/components/viewers/MultiFlatmap.vue (diff)
The file was modifiedsrc/components/SplitDialog.vue (diff)