epicweb-dev / epicshop

The workshop app for all workshops on EpicWeb.dev
https://www.epicweb.dev
Other
205 stars 33 forks source link

Persist the sidebar state #174

Closed kettanaito closed 3 weeks ago

kettanaito commented 10 months ago

Current behavior

When I open the sidebar and refresh the page, the sidebar is closed again.

Expected behavior

When I open the sidebar, the Workshop App remembers that choice, and if I refresh the page, the sidebar is in the state it has been before the refresh.

I believe we can use cookies for this.

kentcdodds commented 3 weeks ago

I've just pushed this update here: https://github.com/epicweb-dev/epicshop/commit/168c454efd8283594dadae0548991ca9fc1adbbf

Forgot to mention the issue in there. But it's now available in this release: https://github.com/epicweb-dev/epicshop/releases/tag/v5.5.0

Along with a number of other bug fixes and improvements :)

kettanaito commented 3 weeks ago

@kentcdodds, yay! Thank you! You've been rocking the Workshop app with these releases 🚀