fluidd-core / fluidd

Fluidd, the klipper UI.
https://docs.fluidd.xyz
GNU General Public License v3.0
1.34k stars 399 forks source link

feat(FileSystem): remember last sort order #1406

Closed pedrolamas closed 3 months ago

pedrolamas commented 3 months ago

This will store the last user selected file sort order (per root) and restore it on reload of the page.

I also did a small refactor of the initial set of state.uiSettings to make it a bit more dynamic (we had already forgotten to add a few properties there, this should ensure that is now automatic)

Resolves #1405