From 592d3a68d87d5b547b218f56401e6c506eada3d9 Mon Sep 17 00:00:00 2001 From: "Alex A. Naanou" Date: Wed, 6 Sep 2017 06:15:43 +0300 Subject: [PATCH] notes + update... Signed-off-by: Alex A. Naanou --- ui (gen4)/features/collections.js | 5 +++++ ui (gen4)/package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ui (gen4)/features/collections.js b/ui (gen4)/features/collections.js index f57492e3..c557c949 100755 --- a/ui (gen4)/features/collections.js +++ b/ui (gen4)/features/collections.js @@ -350,7 +350,12 @@ var CollectionActions = actions.Actions({ // XXX should this call .loadCollection('!') when saving to current // collection??? + // This would reaload the view to a consistent (just saved) + // state... // ...see comments inside... + // XXX it feels like we need two levels of actions, low-level that + // just do their job and user actions that take care of + // consistent state and the like... saveCollection: ['- Collections/', core.doc`Save current state to collection diff --git a/ui (gen4)/package.json b/ui (gen4)/package.json index b0adc184..ff040b65 100755 --- a/ui (gen4)/package.json +++ b/ui (gen4)/package.json @@ -26,7 +26,7 @@ "ig-features": "^3.2.7", "ig-object": "^1.0.2", "openseadragon": "^2.3.0", - "preact": "^8.2.4", + "preact": "^8.2.5", "react": "^15.6.1", "react-dom": "^15.6.1", "requirejs": "^2.3.5",