Feed errors in ui while scanning all feeds #20
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Currently the UI has a toast that pops up every time it runs into an error. I find them distracting and unhelpful. Remove these and mark the feed with a red ! icon in the feed list so I can find the errored ones, click into it and see the issue. They also showed up for non-admin users which gave an unpolished look and feel
Fixed in
d7a4a0b, deployed: no more toast per feed failure (it went to every user). A feed with an error shows a red ! in the feed list, with the error on hover, and its page says what went wrong.