EternoSeeker / gameoflife

Conway's Game of Life
https://eternalgameoflife.netlify.app/
GNU General Public License v3.0
57 stars 108 forks source link

FEAT: Added a Dynamically changing tooltip text to the speed buttons to alert the users when min and max speed is reached. #311

Closed partha120804 closed 3 months ago

partha120804 commented 3 months ago

Added a dynamically changing tool tip to alert users when minimum/maximum speed is reached.

Related Issue

Closes #300

Motivation and Context

Previously it felt like the button is not working or glitching because even pressing the button did nothing.

Checklist

Screenshots (if necessary):

https://github.com/EternoSeeker/gameoflife/assets/138643473/babf4a73-b4d6-45e9-92f8-4d2f27190b19

netlify[bot] commented 3 months ago

Deploy Preview for eternalgameoflife ready!

Name Link
Latest commit f547375b6dfc7207aea4ece4727578eb65fec020
Latest deploy log https://app.netlify.com/sites/eternalgameoflife/deploys/6676ef35685e6a0009437479
Deploy Preview https://deploy-preview-311--eternalgameoflife.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

partha120804 commented 3 months ago

I was about to add a alert box, but it will stop animation and raise a alert, we dont want such a forced alert box for this, so I made a dynamically changing tooltip text for this purpose.

EternoSeeker commented 3 months ago

looks good