ScottLogic / StockFlux

StockFlux is a desktop application developed by Scott Logic that uses the OpenFin HTML5 container together with React, Redux, ES2015 and d3fc
MIT License
124 stars 36 forks source link

Favourites star visually unresponsive when clicking on it. #1000

Open AndySmithSL opened 5 years ago

AndySmithSL commented 5 years ago

When searching for a stock in the search section, if you want to add a stock to your favourites list then you need to click on the star icon. However clicking on the star is unresponsive and does not give any visual indication of whether it is selected or not. You have to hover away from the star to see if it is selected or not.

It should be noted that the default behaviour when you hover over a star anywhere in the app (search & favourites lists), the star will change to empty star with a border around it.

To replicate:

This happens in both full view and compact view.

AndySmithSL commented 5 years ago

Low priority but needs to be made more sophisticated and responsive to the user. May be a good issue as a start for getting to grips with React & Redux.