Skip to content
This repository was archived by the owner on Jan 6, 2025. It is now read-only.

Add rename tab functionality #62

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Conversation

atinylittleshell
Copy link
Owner

@atinylittleshell atinylittleshell commented Aug 8, 2024

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.

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).
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant