brutusyhy / polars-explorer

A data explorer app for Polars based on Tauri
MIT License
24 stars 4 forks source link

Implementation of channels and some code refactoring #2

Closed brutusyhy closed 3 weeks ago

brutusyhy commented 3 weeks ago
  1. Fix Data Table's missing horizontal scrollbar
  2. Start implementing Dataframe selection tool: open new files will now create new entries in the list
  3. Implement Paginated Query functionality on the backend
  4. The backend will track loaded lazyframes using a managed hashmap state
  5. Restructured the main GUI into three panels (DataframePanel, DataviewPanel, QueryPanel)
  6. Extract Typing information in Rust and Typescript to a single file
  7. Set up separate hooks and services to handle the updating of different components and different tasks
  8. Extracted channels related code into a single file.