Skip to content
Failed

Changes

Summary

  1. Update map-utilities. (commit: f994275) (details)
  2. Fix help mode tooltip position for species (commit: 949cc48) (details)
  3. Refactor: align with existing code structure (commit: 4b7004d) (details)
  4. Fix help mode for warning popover (commit: e65f1c2) (details)
  5. Remove feature dataset tooltip (commit: 92f86c1) (details)
  6. Refactor: remove trailing space (commit: 1056801) (details)
  7. Move legend-item into separate component (commit: 3d1b8a8) (details)
  8. Separate legend-items (commit: d1d0bd7) (details)
  9. Add featured dataset marker tooltip (commit: 2226310) (details)
  10. Show featured dataset marker tooltip in help mode (commit: ccc657e) (details)
  11. Fix featured dataset marker tooltip when show star in legend is false (commit: 21f41f6) (details)
  12. Add mouse hover event for featured dataset marker tooltip (commit: 44b9f9c) (details)
  13. Remove comments (commit: d28f32f) (details)
  14. Refactor: dynamic-legends (commit: e9a5f7e) (details)
  15. Skip pathways filter tooltip in help mode if no checkbox (commit: 967f07d) (details)
  16. Initial implementation of context-restore (commit: d8c9af8) (details)
  17. Fix connectivity source check (commit: cc5d9ee) (details)
  18. Centralise flatmap-viewer import (commit: a8d5c7f) (details)
  19. Disable manual click event and trigger from search function (commit: a88e04f) (details)
  20. Refactor some of the context related function. Minimap is now handled differently. (commit: 78f9985) (details)
  21. Remove depdencies used in testing. (commit: 8d39483) (details)
  22. Remove unused function. (commit: 5ef1807) (details)
  23. Update error message for GL context lost. (commit: f0ba616) (details)
  24. Update flatmap-viewer 4.4.0 (commit: a8ca0b6) (details)
  25. Prepare for beta release. (commit: 8f84adf) (details)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
Commit 949cc48c9b0d2bd0cbc1aca1d40759b9f311ba09 by aung.kyaw.hein
Fix help mode tooltip position for species
(commit: 949cc48)
The file was modifiedsrc/components/MultiFlatmapVuer.vue (diff)
Commit 4b7004d96274497aeac9ec406d91e51bef6877f5 by aung.kyaw.hein
Refactor: align with existing code structure
(commit: 4b7004d)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
Commit e65f1c2dcf4513087ddc99560a817d23d7a1b5da by aung.kyaw.hein
Fix help mode for warning popover
(commit: e65f1c2)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
Commit 105680178245a6545a053d54972338089363c853 by aung.kyaw.hein
Refactor: remove trailing space
(commit: 1056801)
The file was modifiedsrc/components/legends/DynamicLegends.vue (diff)
Commit 3d1b8a82f079722badba4dd66b915bee0722ada9 by aung.kyaw.hein
Move legend-item into separate component
(commit: 3d1b8a8)
The file was addedsrc/components/legends/LegendItem.vue
The file was modifiedsrc/components/legends/DynamicLegends.vue (diff)
The file was modifiedsrc/components/legends/DynamicLegends.vue (diff)
Commit 222631058fb519d12376eee54a6dd4ffa7adb556 by aung.kyaw.hein
Add featured dataset marker tooltip
(commit: 2226310)
The file was modifiedsrc/components/legends/DynamicLegends.vue (diff)
Commit ccc657e2f5cffe8ff37e9ce97d88f2de4de9b370 by aung.kyaw.hein
Show featured dataset marker tooltip in help mode
(commit: ccc657e)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
The file was modifiedsrc/components/legends/DynamicLegends.vue (diff)
Commit 21f41f6d4a9f5ee807f731e2fe87ab5093fbfc78 by aung.kyaw.hein
Fix featured dataset marker tooltip when show star in legend is false
(commit: 21f41f6)
The file was modifiedsrc/components/legends/DynamicLegends.vue (diff)
Commit 44b9f9c5060bd2eb6c8047180af454fffb7e63a7 by aung.kyaw.hein
Add mouse hover event for featured dataset marker tooltip
(commit: 44b9f9c)
The file was modifiedsrc/components/legends/DynamicLegends.vue (diff)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
Commit 967f07d052f73dfbf63aeacb256d8461215e2bc5 by aung.kyaw.hein
Skip pathways filter tooltip in help mode if no checkbox
(commit: 967f07d)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
Commit d8c9af8604900819505f10a1f64aa1b3a8445c67 by alan.wu
Initial implementation of context-restore
(commit: d8c9af8)
The file was modifiedsrc/App.vue (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
The file was modifiedsrc/components/MultiFlatmapVuer.vue (diff)
The file was modifiedsrc/components.d.ts (diff)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
Commit a8d5c7f17289834dcfc505102b8c132bd7a423bb by aung.kyaw.hein
Centralise flatmap-viewer import
(commit: a8d5c7f)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
The file was modifiedsrc/components/MultiFlatmapVuer.vue (diff)
The file was addedsrc/services/flatmapLoader.js
Commit a88e04f9c08f414809f4a12952a379dad3831013 by aung.kyaw.hein
Disable manual click event and trigger from search function
(commit: a88e04f)
The file was modifiedcypress/component/MultiFlatmapVuer.cy.js (diff)
Commit 78f998527edf559abc2ee6c2b69819b45c58ad84 by alan.wu
Refactor some of the context related function. Minimap is now handled differently.
(commit: 78f9985)
The file was modifiedsrc/App.vue (diff)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
The file was modifiedsrc/components/MultiFlatmapVuer.vue (diff)
Commit 8d3948317ba4d0c476d6885ae0421fe3c3d214ea by alan.wu
Remove depdencies used in testing.
(commit: 8d39483)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
The file was modifiedsrc/components/MultiFlatmapVuer.vue (diff)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
Commit f0ba616117d3358fd6492f1b2b6844e1c0cd1659 by alan.wu
Update error message for GL context lost.
(commit: f0ba616)
The file was modifiedsrc/components/FlatmapVuer.vue (diff)
Commit a8ca0b6ac3525eca783a913ae12a55732ede3878 by alan.wu
Update flatmap-viewer 4.4.0
(commit: a8ca0b6)
The file was modifiedpackage.json (diff)
The file was modifiedsrc/components.d.ts (diff)
The file was modifiedpackage-lock.json (diff)
The file was modifiedsrc/services/flatmapLoader.js (diff)
The file was modifiedpackage.json (diff)
The file was modifiedpackage-lock.json (diff)