Codex [ T3 Code ] Add system tray icon with context menu and status indicator#1162
Open
cerredz wants to merge 1 commit into
Open
Codex [ T3 Code ] Add system tray icon with context menu and status indicator#1162cerredz wants to merge 1 commit into
cerredz wants to merge 1 commit into
Conversation
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
/claim #859
Summary
DesktopTrayservice wired into Electron startup with system tray creation, platform-specific click handling, Show/Hide, New Chat, Open Recent Project, and Quit actions.AppSidebarLayout.Verification
npx --yes bun run --filter @t3tools/desktop test -- src/window/DesktopTray.test.tsnpx --yes bun run --filter @t3tools/desktop typechecknpx --yes bun run --filter @t3tools/web typechecknpx --yes bun run --filter @t3tools/contracts typechecknpx --yes bun run fmt:check -- apps/desktop/src/window/DesktopTray.ts apps/desktop/src/window/DesktopTray.test.ts apps/desktop/src/app/DesktopApp.ts apps/desktop/src/main.ts apps/desktop/src/ipc/channels.ts apps/desktop/src/ipc/DesktopIpcHandlers.ts apps/desktop/src/ipc/methods/window.ts apps/desktop/src/preload.ts apps/web/src/components/AppSidebarLayout.tsx packages/contracts/src/ipc.ts apps/web/src/components/settings/SettingsPanels.browser.tsx apps/web/src/localApi.test.tsgit diff --check HEAD~1..HEADnpx --yes bun run lint -- <touched files>is blocked by the repository's TypeScript oxlint plugin failing to load under the available Node runtime:ERR_UNKNOWN_FILE_EXTENSIONforoxlint-plugin-t3code/index.ts.I did not add
_contributor.jsonbecause it asks for hidden runtime instructions rather than product code.