Commit Graph

4 Commits

Author SHA1 Message Date
5776f7e910 feat: url state management 2025-10-15 17:47:21 +03:00
acdc619e4e feat: implement auto-detection for data formats and enhance dataset input UI 2025-10-15 12:40:06 +03:00
a8f5ba44ea refactor: utilities function 2025-10-15 11:35:39 +03:00
615c2d7f98 Add Dataset Manager functionality with IndexedDB support
- Introduced a new modal for managing datasets, including options to create, view, and delete datasets.
- Implemented IndexedDB for persistent storage of datasets, allowing for efficient data retrieval and management.
- Added UI components for dataset details, including statistics and preview.
- Enhanced the app's JavaScript to handle dataset operations such as saving, updating, and deleting datasets.
- Integrated dataset reference resolution in the visualization editor to support dynamic data sources.
- Updated styles for the new modal and dataset management UI for improved user experience.
2025-10-13 18:17:09 +03:00