-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Environment:OS:
node.js / npm versions:
Additional info:
This is because the last toast always goes on top and the connection error toast is the same toast as the "connecting" or "success" toasts. So it is already there before the debug one is added making the debug one the last one and therefore the one that will appear on top.
The reason why progress/success/fail is all the same toast is so it won't appear/disappear or otherwise look/animate weirdly. Easiest fix is probably just to make them separate, but we'll have to see how that looks/feels. Any other fixes probably require "code surgery" to how toasts work so we can optionally prepend new ones and not just push to the end.
Edit: Actually we decided to cram both actions into one toast.