plebbit / plebbit-react

A GUI for plebbit
https://plebbitapp.eth.limo
GNU General Public License v2.0
35 stars 6 forks source link

Error toasts must have a maximum length #283

Closed estebanabaroa closed 1 year ago

estebanabaroa commented 1 year ago

Some errors take the entire screen:

Screenshot 2023-05-08 at 00-14-07 plebbit

The maximum length should maybe be 500 chars. It should be tested for a value that looks good.

something like error.toString().slice(0, 500)