hippotable
hippotable copied to clipboard
[feat] Multi-table import
- Add a "plus" FAB to add a new table, open file picker on click.
- When several tables are open, tabs at the top of the screen (above header) should switch between tables.
- Pipelines for all the tables should be independent.
- All the active files should be URL-persisted.
- Show only one table at once, but keep the data (including evaluated pipelines) for all the tables in memory.
Additional context
This feature should prepare us for multi-table mode (join / concat). Features explicitly removed from MVP scope:
- Removing tables from the working set.
- Any multi-table pipelines
- Fast import actions (e.g. append to current table)