Skip to content

Revamp how IMPORT_INSTANCE is handeled

Antoine requested to merge ZeHiro/kresus:import-spinner into master
  • Rewamp how IMPORT_INSTANCE action is handled
  • delete NEW_STATE action
  • ensure the spinner is hidden when the import is ready for use. Fixes #639 (closed)

Optional :

  • Move importInstance action creator to the root of the store, to remove the use of 'require' on importing an instance.

Merge request reports