You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, when the user add a new account (GitHub, GitLab, etc.) and there's an error (duplicated account, auth failed, etc.), CodeEdit won't notify the user (we just have a print for now). In this case, the user might think that the app is not responding. So we should notify user for it.
Alternatives Considered
No response
Additional Context
For now, I tend to use alert for showing the notification. Don't know if there's a better solution for this kind of popup notification.
Screenshots
No response
The text was updated successfully, but these errors were encountered:
Description
Currently, when the user add a new account (GitHub, GitLab, etc.) and there's an error (duplicated account, auth failed, etc.), CodeEdit won't notify the user (we just have a
print
for now). In this case, the user might think that the app is not responding. So we should notify user for it.Alternatives Considered
No response
Additional Context
For now, I tend to use
alert
for showing the notification. Don't know if there's a better solution for this kind of popup notification.Screenshots
No response
The text was updated successfully, but these errors were encountered: