Skip to content

enhance/fix(frontend): Error boundaries, routing, HOC

Florent Chehab requested to merge fix/frontend into master
  • Added error boundaries on each page to prevent full crash of the app (through HOC).
  • Improved routing in the app, tabs on the university page are now identified.
  • Moved the University info consumer to a cleaner HOC.
  • Fixed bug in CRUD actions error handling.
  • Updated doc about jetbrain "safe write"
  • Fixed package.json general declaration

Fixes #111 (closed) #101 (closed) #114 (closed) #115 (closed)

Edited by Florent Chehab

Merge request reports