Chouten-App / Chouten-Android

Chouten App for Android
50 stars 3 forks source link

feat: alert handler #6

Closed TobyBridle closed 1 year ago

TobyBridle commented 1 year ago

We already have the global snackbar handler; we should have a handler for alert popups. This would be useful for things such as displaying a warning when importing modules. Not only is this something which the iOS version already does (and so we must also implement in order to keep parity), it is simply good UX.

A global alert handler would be handled in the same way as the snackbar; however, the implementation would be slightly different due to there being no dedicated field in the scaffold for an alert dialog host.