Skip to content

fix(desktop): 优化命令面板样式与信息展示#3983

Merged
SivanCola merged 3 commits into
esengine:main-v2from
whale-fall-ouo:fix/palette-polish
Jun 11, 2026
Merged

fix(desktop): 优化命令面板样式与信息展示#3983
SivanCola merged 3 commits into
esengine:main-v2from
whale-fall-ouo:fix/palette-polish

Conversation

@whale-fall-ouo

Copy link
Copy Markdown
Contributor
  • 移除重复的 palette CSS 规则集,统一使用主样式
  • 为每个命令添加独立图标(SquarePen、History、Trash2 等)
  • 会话项显示工作空间路径、相对日期和对话轮数
  • 轮数使用 tabular-nums 等宽对齐
  • hint 改为 flex 布局,路径/日期/轮数各占一位
    Fixes [Bug]: 搜索入口跟界面布局混乱 #3903
1

- 移除重复的 palette CSS 规则集,统一使用主样式
- 为每个命令添加独立图标(SquarePen、History、Trash2 等)
- 会话项显示工作空间路径、相对日期和对话轮数
- 轮数使用 tabular-nums 等宽对齐
- hint 改为 flex 布局,路径/日期/轮数各占一位
@github-actions github-actions Bot added v2 Go rewrite (1.x) — main-v2 branch, active development desktop Wails desktop app (desktop/**) labels Jun 11, 2026
@JadianZheng

Copy link
Copy Markdown

考虑下,第一个模块,横向布局,一行4-5个

- 命令项改为 4-5 列网格布局,紧凑显示图标+标题
- 会话项保持列表布局,显示路径、日期、轮数
@whale-fall-ouo

Copy link
Copy Markdown
Contributor Author
image

@SivanCola SivanCola enabled auto-merge June 11, 2026 10:50
@SivanCola

Copy link
Copy Markdown
Collaborator

approve

@esengine esengine left a comment

Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clean command-palette polish: icon grid-chips for the command group, day label + turn-count badge on session rows, and the stale duplicate .palette CSS block removed (canonical block at ~6319 keeps the container, :has(> .palette) positioning, and animation intact). CI green. Thanks @whale-fall-ouo!

@SivanCola SivanCola merged commit 6db97a0 into esengine:main-v2 Jun 11, 2026
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

desktop Wails desktop app (desktop/**) v2 Go rewrite (1.x) — main-v2 branch, active development

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug]: 搜索入口跟界面布局混乱

5 participants