Comon-tech / numQuest

Let's turn a simple number guessing game to somtheing big
https://comon-tech.github.io/numQuest/
GNU General Public License v3.0
3 stars 5 forks source link

history does not persist #46

Open C-o-m-o-n opened 5 months ago

C-o-m-o-n commented 5 months ago

The history section should persist. Instead, it only appears after the guess button is clicked, and disappear when the page is reloaded.

LyubomirT commented 5 months ago

@C-o-m-o-n I'm a bit busy now, will fix it when I get the time. I don't think it'll be much of an issue though.

C-o-m-o-n commented 5 months ago

@C-o-m-o-n I'm a bit busy now, will fix it when I get the time. I don't think it'll be much of an issue though.

@LyubomirT it's okay. I was working on a new interface. As soon as I'm done you should update your codebase to prevent conflicts.

I hope you like it :)

LyubomirT commented 5 months ago

I sadly can't reproduce the issue. Once I loaded into the version hosted on GitHub Pages, I saw this, without touching anything. Perhaps that's an issue on your end?

image
C-o-m-o-n commented 5 months ago

I sadly can't reproduce the issue. Once I loaded into the version hosted on GitHub Pages, I saw this, without touching anything. Perhaps that's an issue on your end?

image

I think it may be due to the changes I made. Let me merge them and see if it will persist.

There's so many other things that may break, that I will need help with fixing.......