8326b9e3e5
refactor(skill): remove React.FC type annotations from all components
...
Replace FC<Props> pattern with direct props typing in function parameters
for better TypeScript inference and modern React best practices.
2026-01-28 23:34:08 +08:00
2f01107b09
feat(sqlite-preview): add truncation notice when row limit is reached
...
Display a notice at the bottom of SQLite table preview when data
is truncated due to PREVIEW_ROW_LIMIT (1000 rows), informing users
that additional rows are not displayed.
2026-01-22 23:49:06 +08:00
9733621301
fix(web): align table selector dropdown style with design
...
- Update font from system-xs-regular to system-sm-medium
- Add table icon to dropdown items
- Adjust spacing and border radius to match Figma design
2026-01-22 16:46:32 +08:00
6325a3458f
chore: cap sqlite preview rows
2026-01-22 16:37:33 +08:00
da738dddab
refactor: extract sqlite table hook
2026-01-22 16:19:35 +08:00
aa1ee123b3
refactor: extract sqlite table panel
2026-01-22 16:18:15 +08:00
6c75893956
feat: use virtual scroll for db preview
2026-01-22 16:13:10 +08:00
ed60a375b5
fix: improve sqlite file preview layout and single table handling
...
- Add min-w-0 to flex containers for proper text truncation
- Use w-max on table to ensure columns don't collapse
- Simplify table selector when only one table exists (remove dropdown)
2026-01-22 16:13:09 +08:00
11005ccb63
feat: add sqlite file preview
2026-01-22 16:13:09 +08:00