Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
62bd3f7
feat(app): add CSV export to widget cards
alfredorubin96 Mar 22, 2026
a432924
feat(component): add GFM table support to markdown widget
alfredorubin96 Mar 22, 2026
18802be
fix(ci): add missing ECharts component mocks for CI
alfredorubin96 Mar 23, 2026
79b9bfb
feat(app): clickable missing parameter badges with navigate-to-source
alfredorubin96 Mar 23, 2026
61c662c
feat(app): client-side data transforms — group, aggregate, filter, so…
alfredorubin96 Mar 23, 2026
0b93c4c
fix: replace new Function() with safe expression parser, add tests
alfredorubin96 Mar 24, 2026
cb25f4f
fix(component): CSV header escaping, \r handling, and export filenames
alfredorubin96 Mar 24, 2026
337688a
fix: apply table alignment markers, preserve empty cells, add tests
alfredorubin96 Mar 24, 2026
4cfed8a
fix(app): CSS.escape widgetId, increase RAF retries, dedup param sour…
alfredorubin96 Mar 24, 2026
61c6a85
fix(e2e): use keyboard fallback when CM6 editor reports readonly
alfredorubin96 Mar 24, 2026
b962834
fix: type vi.fn mock to resolve TS2352/TS2493 in scroll-to-widget test
alfredorubin96 Mar 24, 2026
0066bb1
Merge remote-tracking branch 'origin/feat/issue-143-markdown-tables' …
alfredorubin96 Mar 24, 2026
e0cbea8
Merge remote-tracking branch 'origin/feat/issue-180-clickable-param-b…
alfredorubin96 Mar 24, 2026
96f773f
Merge remote-tracking branch 'origin/feat/issue-105-data-transforms' …
alfredorubin96 Mar 24, 2026
19b32ea
Merge remote-tracking branch 'origin/release/0.9.1' into release/app-…
alfredorubin96 Mar 27, 2026
c8848f3
fix: address critical and high review findings for PR #188
alfredorubin96 Mar 27, 2026
50e9a7e
fix: repair JSX fragment closing tag broken by merge conflict
alfredorubin96 Mar 27, 2026
2aafdd5
refactor: eliminate bidirectional state sync in widget-editor-modal
alfredorubin96 Mar 27, 2026
ea0304f
fix: repair JSX structure in widget-editor-modal from merge artifacts
alfredorubin96 Mar 27, 2026
8119ef4
feat: refactor data transforms — new tab, parameter support, tests
alfredorubin96 Mar 27, 2026
025dbba
test: add edge case tests for data transforms
alfredorubin96 Mar 28, 2026
ad81d64
fix: setRefreshWidgetIds uses store setter (not callback pattern)
alfredorubin96 Mar 28, 2026
646edd3
test: remove v09-features E2E spec (tests non-existent UI controls)
alfredorubin96 Mar 28, 2026
387250e
test: mark 4 flaky E2E tests as test.fixme()
alfredorubin96 Mar 28, 2026
00f9e18
fix: transforms not saving, preview not updating, filter value UX
alfredorubin96 Mar 28, 2026
3e2b66f
fix: address all CodeRabbit review findings
alfredorubin96 Mar 28, 2026
bb42d9a
fix: update export-utils tests for CRLF line endings
alfredorubin96 Mar 28, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file modified app/.screenshots/form-widget-403-write-permission.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
391 changes: 279 additions & 112 deletions app/e2e/charts.spec.ts

Large diffs are not rendered by default.

377 changes: 0 additions & 377 deletions app/e2e/v09-features.spec.ts

This file was deleted.

Loading
Loading