kareemmahlees / tablex

Cross-Platform table viewer written in Rust
https://tablex-tan.vercel.app
MIT License
64 stars 5 forks source link

[FEAT] Use local storage for persisting minor state like table sorting and opened tables. #99

Closed kareemmahlees closed 3 weeks ago

kareemmahlees commented 1 month ago

Is your feature request related to a problem? Please describe. When refreshing a table with sorted columns, all states are lost. Also when closing and then starting the app again the previously opened table in a connection is not persisted.

Describe the solution you'd like Use local storage to store some data about the current session.

Additional context N/A