open-rmf / rmf-web

Apache License 2.0
83 stars 39 forks source link

dashboard: fix alert audio #1002

Closed koonpeng closed 3 weeks ago

koonpeng commented 3 weeks ago
  1. fix react hooks eslint config
  2. remove docs saying that it must be a .wav file, it should support any format supported by the browser, .wav is highly discouraged because of the filesize.
  3. fix new alert element being created with every render.
  4. fix other hooks violations