EternoSeeker / gameoflife

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

Feat: Revamp the Feedback form to show on top of the Index Page without any Redirections #334

Closed partha120804 closed 3 months ago

partha120804 commented 3 months ago

Describe the feature

Currently the feedback form is present on a different html page which redirects to that page.

But using sweet alert we can create a whole new feedback form that appears on top of the index.html without any redirections just like feedback form should appear.

I works on Java script and hence all the features of the current feedback form can be re-encorporated into the new SweetAlert(swal) feedback form.

Can I implement this ?

Add ScreenShots

Swal input boxes works like this

https://github.com/EternoSeeker/gameoflife/assets/138643473/5151797f-c764-4df2-8d46-35f497c2780a

It will be a bit time taking, but I will try to make it work smoothly so that it's absolutely worth it.

Record

partha120804 commented 3 months ago

self