Conversation
carlos-zamora
left a comment
There was a problem hiding this comment.
I'm fine with this. I just don't like the content of the confirmation toast; feels redundant, but idk how to fix it. Once that gets figured out, I'll approve.
carlos-zamora
left a comment
There was a problem hiding this comment.
Small things. If possible, update the gif in the OP too please.
Also, are we gonna service this?
| @@ -1,17 +1,17 @@ | |||
| <?xml version="1.0" encoding="utf-8"?> | |||
There was a problem hiding this comment.
nit: undo changes to this file
|
@carlos-zamora I addressed your nits |
|
Hello @DHowett! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
I added a `RenameSucceededText` property to the `TerminalPage` which returns the
formatted message `Successfully renamed window to "{WindowNameForDisplay()}"`
This _doesn't_ pop the dialog when you `wt -w foo` for the first time. Only
_subsequent_ renames.
## References
* Added in #9662
* Closes #9804
(cherry picked from commit aa54de1)
|
🎉 Handy links: |
|
🎉 Handy links: |

I added a
RenameSucceededTextproperty to theTerminalPagewhich returns theformatted message
Successfully renamed window to "{WindowNameForDisplay()}"This doesn't pop the dialog when you
wt -w foofor the first time. Onlysubsequent renames.
References