JayBridge
10274cc4eb
feat: Support for other delimiters (especially ";")
...
Fixes #36
2025-09-16 07:38:27 +08:00
JayBridge
be03fe676a
style: add left border to sticky columns and headers in CSV table for improved visual distinction #12
2025-07-01 01:20:55 +08:00
JayBridge
7ed9ef3a6b
style: enhance CSV table sticky elements with improved visuals, transitions, and additional hover effects for better user experience #12
2025-07-01 01:19:37 +08:00
JayBridge
77d4878b9d
refactor: delay application of sticky styles until DOM is fully rendered; clean up inline styles and enhance sticky row/column calculations #12
2025-07-01 01:08:39 +08:00
JayBridge
7f0816465d
feat: update CSV table pin buttons to use icons and enhance CSS for sticky headers and row numbers #12
2025-07-01 00:31:03 +08:00
JayBridge
d37a872e76
feat: enhance sticky functionality by adding default sticky headers and row numbers in CSV table view #12
2025-06-30 22:33:09 +08:00
JayBridge
201a040a8a
feat: implement sticky rows and columns functionality with pin/unpin buttons for enhanced table navigation #12
2025-06-30 22:08:58 +08:00
JayBridge
a1676d20f6
chore: update version to 1.0.6 in manifest, package.json, and package-lock.json; clean up CSS comments
2025-06-30 10:19:54 +08:00
JayBridge
a3ee287fb1
feat: 优化按钮显示逻辑,调整按钮层级和位置,确保用户交互体验 [FR] Insert column/row before or after #16
2025-06-19 23:05:07 +08:00
JayBridge
017bef2510
feat: 调整行列号宽度,优化按钮显示逻辑,确保用户交互体验
2025-06-19 22:45:51 +08:00
JayBridge
503547957a
feat: 更新源码模式显示文本为英文,优化用户界面
2025-06-19 22:21:01 +08:00
JayBridge
8464338565
feat: 添加行和列操作按钮隐藏功能,优化用户体验
2025-06-19 20:39:53 +08:00
JayBridge
3503dec8ed
feat: 调整表格和按钮的 z-index,确保操作按钮在表格之上,优化用户交互体验
2025-06-19 19:57:22 +08:00
JayBridge
75b3fc64b0
feat: 增强拖拽功能,添加行列高亮效果并隐藏插入/删除按钮 #21
2025-06-19 19:37:36 +08:00
JayBridge
e1a3d04338
feat: 添加拖拽排序功能,支持列和行的重新排序,增强用户交互体验 [FR] Drag to reorder columns and rows #21
2025-06-19 19:30:01 +08:00
JayBridge
a2896e9ad2
feat: 实现表格单元格编辑时同步编辑栏功能,优化用户交互体验 [FR] UI/X improvements #11
2025-06-19 17:02:59 +08:00
JayBridge
f3759cac54
feat: 优化工具栏布局,添加吸顶样式和搜索栏样式以提升用户体验 [FR] UI/X improvements #11
2025-06-19 16:58:56 +08:00
JayBridge
441716e45e
feat: 添加行列插入和删除功能,优化表格操作体验 [FR] Insert column/row before or after #16
2025-06-19 16:42:39 +08:00
JayBridge
d0123e6b5a
feat: 添加源码模式和相关样式,支持在表格和源码视图之间切换
2025-06-19 11:14:10 +08:00
JayBridge
361fc98d8e
feature: support searching ( #9 )
2025-06-08 00:05:46 +08:00
JayBridge
9f48a16db4
style: update highlight colors and input border for selected rows and columns
2025-06-07 23:50:20 +08:00
JayBridge
67d3b3f257
feat: support column and row select
2025-06-07 23:37:48 +08:00
JayBridge
3ad133d77c
style: adjust padding and border styles for table and input elements
2025-06-07 22:52:25 +08:00
JayBridge
642c34458a
style: optimize edit bar and scrollbar layout
...
- fix #6
- add bottom margin to edit bar for better spacing
- refine scrollbar style to be thinner and more elegant
- adjust scrollbar colors and hover states
2025-06-07 22:30:11 +08:00
JayBridge
247872b3f8
chore: disable .csv-parser-settings for now #6 (waiting for further dev)
2025-06-06 16:50:39 +08:00
JayBridge
978a4b0619
fix: handle with comma (default and custom)
2025-06-06 16:09:26 +08:00
JayBridge
6a1f7f54fd
refactor: adjust style of cell and input
2025-04-12 09:33:54 +08:00
JayBridge
9edfd3e04c
fix:avoid overwriting core styling, add .csv-lite-table
2025-04-12 09:17:32 +08:00
JayBridge
6c0f9a9b79
将输入框高度样式移至 styles.css,简化代码并提高样式管理的集中性
2025-03-24 14:59:45 +08:00
JayBridge
83a0c185a2
优化表格样式,移除不必要的内联样式,增强可读性和可维护性
2025-03-24 14:26:31 +08:00
JayBridge
efbd59228c
1
2025-03-23 22:20:59 +08:00
JayBridge
f44ed371b4
优化CSV编辑输入样式,增加居中对齐和边框样式
2025-03-23 21:12:38 +08:00
JayBridge
370c42f434
重构CSV和表格工具,添加历史管理功能,优化样式和解析逻辑
2025-03-23 21:01:30 +08:00
JayBridge
60a5534994
更新README.md,添加个人数据库设计计划;优化CSV视图,增加标签页和导入导出选项,支持自定义分隔符和表头设置
2025-03-23 20:23:58 +08:00
JayBridge
6537f55df0
添加历史记录功能,支持撤销和重做操作,优化表格操作区样式
2025-03-23 20:03:25 +08:00
JayBridge
9d5b100a17
添加CSV插件的基本功能,包括视图类型注册、设置管理和样式定义
2025-03-23 19:22:06 +08:00
Jay Bridge
8e942be027
Initial commit
2025-03-23 18:34:41 +08:00