Polymap4 / polymap4-rhei

Components for domain specific apps
0 stars 2 forks source link

Panel status and Snackbars #31

Closed fb71 closed 8 years ago

fb71 commented 8 years ago

Current API hast setStatus() method. It allows to give the user feedback about the current status of the panel. This mixes up to different ideas:

Currently it is used for:

This is feedback about the last action rather than a status. Material Design has Snackbar for this. Maybe it is more fexible to use Snackbar instead of the clumsy and misleading "status" API?