tuttle-dev / tuttle

🪰 Tuttle - time and money management for freelancers
GNU General Public License v3.0
63 stars 12 forks source link

Alert: Display Exception #65

Closed clstaudt closed 1 year ago

clstaudt commented 1 year ago

How can I test this?

vlad-ed-git commented 1 year ago

Okay, so for this, I have a mechanism to display pop ups as well as snackbars. So far I have used pop ups for quick and simple forms, and the snackbar for displaying info (including errors). I can quickly implement the UI for deleting a project, and show an alert for confirming that action. But basically the controls for both alerts and snackbars are implemented.

On Sunday, November 27, 2022, Christian Staudt @.***> wrote:

How can I test this?

— Reply to this email directly, view it on GitHub https://github.com/tuttle-dev/tuttle/issues/65#issuecomment-1328240388, or unsubscribe https://github.com/notifications/unsubscribe-auth/AJGBW67IHVSIKX2V25OOP33WKNKPVANCNFSM6AAAAAAR2HJWAU . You are receiving this because you were assigned.Message ID: @.***>

vlad-ed-git commented 1 year ago

**I show example usage when you try to mark a project as complete (in the project details screen).

clstaudt commented 1 year ago

Tested, looks good to me.