bildpunkt / surfbird

A Microblogging client built on Electron and Vue
MIT License
331 stars 56 forks source link

Alerts/Toasts for Events #34

Closed pixeldesu closed 8 years ago

pixeldesu commented 8 years ago

Currently there are no real replies on whether an action has been performed successfully or not.

Implement a toaster-library (maybe Toastr.js or something).

Roadmap:

Tip: Use status codes for return values and then set up locales for the corresponding status code, you can then easily get the specific key from the locale file.