I've found what I consider to be a bug around toggling favourite status.
Steps to reproduce:
- Go to your favourites page.
- Open a favourited question in a new tab.
- Un-favourite it in the tab you opened. The star turns white in that tab.
- Go back to the previous tab, and un-favourite it there too. The star turns white in that tab.
- Refresh both tabs. The star goes yellow again in both.
It seems that clicking the star toggles the favourite status in the db, regardless of what status is displayed when the user clicks it.
The behaviour that I expect/prefer would be to favourite when the user clicks a white star, and un-favourite when the user clicks a yellow star.