issues
search
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
Fix Data Table's missing horizontal scrollbar
Start implementing Dataframe selection tool: open new files will now create new entries in the list
Implement Paginated Query functionality on the backend
The backend will track loaded lazyframes using a managed hashmap state
Restructured the main GUI into three panels (DataframePanel, DataviewPanel, QueryPanel)
Extract Typing information in Rust and Typescript to a single file
Set up separate hooks and services to handle the updating of different components and different tasks
Extracted channels related code into a single file.