Skip to content

Added Toast Notification to make our app more user friendly

kumar harsh requested to merge harshme78/agora-blockchain:toast into develop

Description

In this MR, I have made an improvement to the app by adding toast notifications, which appear whenever certain events occur that users may want to be notified about. These events include adding a new candidate or election, voting, and editing an election. I have added these notifications in places where they are most relevant and necessary to inform users. This enhancement is intended to improve the user experience and make the app more user-friendly.

Fixes # (issue)

  • added toast notification

Images for reference

Screenshot_2023-04-16_at_4.23.53_AM Election Toast Notification
Screenshot_2023-04-16_at_4.25.23_AMADD candidate Toast Notification
Screenshot_2023-04-16_at_4.25.38_AMFailed to add candidate Toast Notification
Screenshot_2023-04-16_at_4.26.08_AM Vote Successfull Toast Notification
Screenshot_2023-04-16_at_1.49.49_PM Loading Toast Notification

Type of change

Please mark the options that are relevant.

  • Updated UI/UX
  • Improved the business logic of code
  • Added new feature
  • Other

Checklist:

  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
Edited by kumar harsh

Merge request reports