amoghkini / Algo-Trading-Framework

This is the basic algo trading framework for low to medium frequency trading.
MIT License
6 stars 5 forks source link

[feature]: Toast notifications #29

Open amoghkini opened 8 months ago

amoghkini commented 8 months ago

The toast notifications feature is required on the website. The toast notification can be generated on following events.

  1. From frontend actions (eg. send toast notification if user clicks on reset button)
  2. From API response (eg. A form is submitted successfully/ failed)

The toast notification should have a different icon for success, failed, working and info.

amoghkini commented 8 months ago

Close button is required on toast notifications