cardinalitypuzzles / cardboard

Dashboard for managing puzzles and tracking status during a puzzle hunt
MIT License
31 stars 20 forks source link

Persist solve state filter #528

Closed pcvera closed 2 years ago

pcvera commented 2 years ago

This PR adds persists the 'solve state' filter at the top of the page to local storage. The state that controlled that behavior had to be refactored into redux state to take advantage of a library that made this simple in redux

see issue #437

codecov[bot] commented 2 years ago

Codecov Report

Merging #528 (d949a9d) into master (40d9524) will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #528   +/-   ##
=======================================
  Coverage   87.61%   87.61%           
=======================================
  Files         111      111           
  Lines        2576     2576           
=======================================
  Hits         2257     2257           
  Misses        319      319           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 40d9524...d949a9d. Read the comment docs.

erwa commented 2 years ago

Nice! Thanks for the updates Peter. Looks good.