liubinfighter_csv-lite/test
JayBridge 672d162195 feat: add clickable URLs feature in CSV cells
- Implemented automatic detection and rendering of plain-text URLs as clickable links in CSV cells.
- Added functionality to toggle between display and edit modes for URL cells.
- Updated styles for URL display and interaction.
- Created utility functions for URL detection and parsing.
- Added tests for URL detection and parsing functionality.
2026-02-01 13:53:34 +08:00
..
__mocks__ fix: update .gitignore to include additional script and test file exclusions 2025-06-06 16:15:06 +08:00
mocks fix: update .gitignore to include additional script and test file exclusions 2025-06-06 16:15:06 +08:00
csv-parser.test.ts fix: update .gitignore to include additional script and test file exclusions 2025-06-06 16:15:06 +08:00
detect-delimiter.test.ts feat: Support for other delimiters (especially ";") (#37) 2025-09-16 15:02:29 +08:00
history-manager.test.ts Fixes #41 i18n and prevent global undo/redo from inactive views. (#43) 2025-12-07 04:58:04 +08:00
sticky-functionality.test.ts feat: implement sticky rows and columns functionality with pin/unpin buttons for enhanced table navigation #12 2025-06-30 22:08:58 +08:00
test-sample.csv chore: update .gitignore to exclude some CSV files and add test sample CSV 2025-06-07 23:20:45 +08:00
url-test-sample.csv feat: add clickable URLs feature in CSV cells 2026-02-01 13:53:34 +08:00
url-utils.test.ts feat: add clickable URLs feature in CSV cells 2026-02-01 13:53:34 +08:00