Melkeydev / astrostation

https://astrostation.me
MIT License
209 stars 42 forks source link

feat: Re-ordering side nav items #181

Closed mattprivman closed 2 years ago

mattprivman commented 2 years ago

Closes #115 in collaboration with @mastermajorman. Tested with toggled/shown widgets.

CleanShot 2022-06-24 at 14 05 39

mattprivman commented 2 years ago

The main issue is we were storing the entire sideNavItemsArray object in localStorage, which included functions, components, etc. After a lot of head banging I changed it so the store only holds the order of the sideNavItems