Current logic for collecting watchlist symbols is as follows: if the watchlist is empty nothing is fetched, but then if a watchlist is empty, the symbols from the previous watchlist remain there. There is no indication that the chosen watchlist is currently empty. There should be a notification the watchlist is empty and the table should be empty to represent that.
Tasks
Add a Toast Notification "Selected Watchlist is Empty"
Render an Empty Data Table that says "Watchlist is Empty. Please add Symbols."
Adjust the logic in your UserTable.tsx component to ensure that the table renders even when there's no data
Overview:
Current logic for collecting watchlist symbols is as follows: if the watchlist is empty nothing is fetched, but then if a watchlist is empty, the symbols from the previous watchlist remain there. There is no indication that the chosen watchlist is currently empty. There should be a notification the watchlist is empty and the table should be empty to represent that.
Tasks
Resources