google/comprehensive-rust

Keep state of the Rust Playgrounds when navigating between slides

Open

#1476 aperta il 13 nov 2023

Vedi su GitHub
 (31 commenti) (0 reazioni) (1 assegnatario)Rust (2009 fork)batch import
enhancementgood first issue

Metriche repository

Star
 (32.954 star)
Metriche merge PR
 (Merge medio 9g 23h) (36 PR mergiate in 30 g)

Descrizione

Today, the embedded Playgrounds are reset when you navigate between slides. This has caused problems: if people navigate away from a slide to look something up, they've suddenly lost their work.

This is actually the reason why we don't make the exercises editable directly in the slides: too many people have lost work because of this.

We should be able to store the current state in the browser's local storage.

Guida contributor