Commit Graph

12 Commits

Author SHA1 Message Date
1d2e3ca6db fix: ensure snippet ID is parsed as a float before selection 2025-10-18 03:26:35 +03:00
73a5f69dde fix: update dataset and snippet links for improved navigation 2025-10-18 02:32:52 +03:00
c84b1fdcfb feat: integrate generic storage UI and refactor dataset/snippet item handling 2025-10-18 01:49:30 +03:00
4d9c3fb5a0 chore: reorganize file structure 2025-10-18 00:23:32 +03:00
35db118ec7 chore: move website files to web/ folder 2025-10-17 23:23:09 +03:00
e7d3669772 feat: integrate GoatCounter analytics for event tracking across modals and snippets 2025-10-16 22:59:54 +03:00
17d480a2df feat: implement toast notification system for user feedback 2025-10-16 17:21:51 +03:00
a3af753f42 feat: dataset preview and interconnection (phase 12) 2025-10-16 01:52:23 +03:00
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