Skip to content

Migrate logs + discovery message to TSX

Antoine requested to merge ZeHiro/kresus:logs into master

This MR :

  • migrates discovery-message to tsx (needed to fix a TSX error in admin/logs.tsx)
  • migrates admin/logs to TSX + remove FETCH_LOGS/CLEAR_LOGS actions + handle the logs directly in the component where they are displayed, instead of the main store.

Merge request reports