numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 15 forks source link

[ui2] Gallery sequence initialization problem #419

Closed gwhitney closed 1 month ago

gwhitney commented 2 months ago

In ui2 at the moment, when I click on "Gallery" in the top bar, the Gallery page opens up but three of the options (Latticework, Residue Rise, and Chaos Game) list their sequence as "uninitialized random integers". At a quick guess, there's some kind of race condition between the sequence initializing and those subheadings being displayed (after all, the thumbnails are running fine, so the sequence must be initialized before that happens).

gwhitney commented 1 month ago

All Gallery items are now showing their proper sequence descriptions in ui2, thanks to #420. Closing.