Files
Nexus/docs/changelog/2026-06-02-files-list-action-buttons.md
T
Your Name 4b5602a719 feat(files): fix editor freeze, EOL gates, server form and session UX
- FilesPage storeToRefs + remotePath coercion; Monaco preload; list action buttons
- text_io for UTF-8/LF; install/sync EOL; check_shell_eol + check_text_eol gates
- ServerFormDialog, hash login redirect, AppAuth keep-session; design docs and audits

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-03 00:42:55 +08:00

672 B
Raw Blame History

2026-06-02 文件列表操作按钮样式

日期

2026-06-02

变更摘要

文件管理表格「编辑 / 查看 / 下载 / 删除」改为独立描边按钮,字号加大,列宽加宽。

动机

text + x-small 链接式按钮字小、不易点选;用户要求更大字号、分割、按钮形态。

涉及文件

  • frontend/src/components/files/FilesList.vue
  • frontend/src/composables/files/useFilesPage.ts(操作列宽 300px

迁移 / 重启

仅前端构建部署,无需重启后端。

验证方式

打开文件管理 → 任意文件行 → 操作列为四个独立 outlined 按钮,字号清晰可见,窄屏可换行。