5 Commits

Author SHA1 Message Date
ebdade0c7e refactor: alpine.js first step migration 2025-11-24 17:58:13 +02:00
849e7844fe feat: Implement Chart Builder feature with UI and functionality
- Added a new modal for the Chart Builder to allow users to create visualizations from datasets.
- Integrated chart builder state management and validation for encoding configurations.
- Implemented auto-selection of default fields based on dataset column types.
- Added live preview functionality for real-time chart rendering.
- Created a new JavaScript file (chart-builder.js) to handle chart building logic.
- Updated app.js to initialize the chart builder and handle URL state changes.
- Enhanced styles in styles.css for the chart builder UI components.
- Documented the implementation details in project-docs/chart-builder-implementation.md.
2025-11-17 14:11:01 +02:00
1f221a88ef chore: remove junk files 2025-10-17 23:18:20 +03:00
02fcfc1833 feat: add snippet sorting by size and update help section with sorting instructions 2025-10-17 00:49:00 +03:00
a3af753f42 feat: dataset preview and interconnection (phase 12) 2025-10-16 01:52:23 +03:00