UnofficialCrusaderPatch / UCP3-GUI

Dev work on the UCP3 gui
GNU Affero General Public License v3.0
2 stars 0 forks source link

Improve toasts by making React key fields unique #149

Closed gynt closed 10 months ago

gynt commented 10 months ago

Errors can occur and autohide can stop functioning if key's are not unique. Currently they are the JSON value of the title and body of the toast, but this is not guaranteed to be unique before one toast is autohidden again.

TheRedDaemon commented 10 months ago

Started work on the toasts. Also adding config options to address #148

TheRedDaemon commented 10 months ago

Should also be solved by #150