mirror of
https://github.com/sxyazi/yazi.git
synced 2026-07-24 08:11:04 +00:00
The icon rendered next to input popups (cd/create/rename/shell) always had a trailing space baked into its text, making it inconsistent with the title which has none. Also, `create --dir` always showed the file icon while typing, since the icon lookup only distinguished file vs. dir by whether the typed value ends with a path separator, and the `create` input id didn't carry the `--dir` flag. Give it its own `create-dir` id so it always resolves to the directory icon, matching the action it actually performs. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| src | ||
| build.rs | ||
| Cargo.toml | ||
| README.md | ||