algairim commented on a change in pull request #298:
URL: https://github.com/apache/brooklyn-ui/pull/298#discussion_r733631777
##########
File path:
ui-modules/blueprint-composer/app/components/catalog-selector/catalog-selector.directive.js
##########
@@ -21,6 +21,7 @@ import {EntityFamily} from '../util/model/entity.model';
import template from './catalog-selector.template.html';
import footerTemplate from './catalog-selector-palette-footer.html';
import { distanceInWordsToNow } from 'date-fns';
+import { session as sessionStore } from 'brooklyn-ui-utils/browserStorage';
Review comment:
My message here is either we move to `browserStorage` everywhere or at
least leave TODO comments in other places indicating migration path. Or, we
keep using `sessionStorage` everywhere to keep it all consistent.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]