Improve bulk rename UI
- Dominant language
- Vala
- Stars
- 365
- Forks
- 82
- Avg merge
- 4d 2h
- Merged PRs (30d)
- 3
Description
### Problem
The new multiple / bulk rename feature is great but could use some improvements regarding it's UI.
For reference:




Some problems:
1. After selecting a prefix/suffix types the button is replaced for a settings dropdown button
1. People need to open the popup to find the settings while people might think the dropdown only contains the prefix/suffix types. It's not obvious that the dropdown button contains all the settings.
2. It's not possible to easily switch between different prefix/suffix types.
3. It's not possible to preview the effects of prefix/suffix options without pressing apply.
2. One of the number sequence settings is outside of the popup.
3. Better to use active language for basename options?
4. Subjective but selecting the basename through a ModeButton might be more appropriate?
5. Some input fields rely on only the placeholder for it's purpose, meaning that when the field has focus or has content it's purpose is hidden.
6. The second dropdown in the Date dropdown does 2 things, describing format and whether to include time.
### Proposal
Some quick ideas:
- Use Modebutton for basename.
- Use active language for basename options.
- Using labels to describe purpose input fields.
- If we only support 1 prefix and 1 postfix we might as well inline the settings. Enabling quicker intuitive access to the settings.
- Separate Include time checkbox, which could be hidden when not appropriate.

[Sketches in Figma](https://www.figma.com/file/cpfJ4sQFjls82HRC59e900/Files-bulk-rename?type=design&node-id=0-1&t=dxS6i1kRcwEuuOEw-0)
### Prior Art (Optional)
_No response_
Contributor guide
Assessment
This issue has not been assessed yet.