AwesomeBlazor / AutoScrum

AutoScrum tells your clients/team members what are you doing with one click. It finds the PBIs you did yesterday and works out what are you doing today. It supports Azure DevOps and GitHub projects and issues (coming soon). The consultants at SSW use it everyday and the best thing is that it force every team member to keep the backlog up-to-date. https://www.ssw.com.au/rules/methodology-daily-scrums
https://autoscrum.jkdev.me/
16 stars 5 forks source link

🐛 "Yesterday" and "Today" buttons don't depress #65

Open bradystroud opened 2 years ago

bradystroud commented 2 years ago

Hi,

The "Yesterday" and "Today" buttons don't depress until another button is pressed.

2021-10-14_17-56-32

Figure: 'Today' button stays in pressed/hover state after release

Thanks

jernejk commented 2 years ago

After testing, the button still works it's just in focus. Clicking anywhere will bring it back to its normal state.

Maybe we should add hover, so it's more clear you can still press or remove focus styling.