6 comments (6 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript18,676 stars (18,676 stars)2,478 forks (2,478 forks)batch import
filesystemhelp wantedui/ux
Description

- the title is too long
- the buttons should be something like
Replace | Keep | Cancel
- Issue type
- feature
- Research direction
- The issue proposes changing the dialog title and buttons to 'Replace', 'Keep', 'Cancel'. Look in the Theia source code for the dialog implementation, likely under `packages/core/src/browser/dialogs`. Search for the current string 'file has been changed' and the button labels. Review the dialog's widget class to understand how to modify the title and buttons. Test the change by running Theia and triggering the dialog.