-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Related to #41 Add functionality to rename tabs. * Add `renameTab` function in `packages/terminal/app/page.tsx` to handle renaming tabs. * Update `Page` component to include a button for renaming tabs and display the renamed tab names. * Add `tabName` prop to `Tab` component in `packages/terminal/components/Tab/index.tsx` and update it to display the `tabName` instead of `tabId`. * Add a button for renaming tabs in `TitleBar` component in `packages/terminal/components/TitleBar/index.tsx`. * Add `renameTab` function in `ConfigModule` in `packages/app/src/nativeBridge/modules/configModule.ts` to handle renaming tabs. * Add `renameTab` function in `ApplicationModule` in `packages/app/src/nativeBridge/modules/applicationModule.ts` to handle renaming tabs. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/atinylittleshell/TerminalOne/issues/41?shareId=XXXX-XXXX-XXXX-XXXX).
- Loading branch information
1 parent
bd1279c
commit 3ad253b
Showing
5 changed files
with
74 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters