Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Repository UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
📝 Coding Plan
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
|
Looks clean ❤️ |
|
Please make this optional whatever you do! I don't need more icons in my menu bar 🙃 |
Yeah, definitely planning on making it configurable. This is just a first draft. |
|
I like this idea, i bet there are some cool interactions that could be added to that tray feature! |
|
@macroscope-app can you take a look at this and let me know your thoughts so far? EDIT: It seems all Macroscope knows how to do is check the initial PR commit and respond with eyes to comments but not actually follow up. |
|
I think I like where this is at at the current moment. Unfortunately, menu item click handlers don't fire all that fast. It looks to be an AppKit issue, so not something we ourselves can entirely solve. Still looking into it, though. |
What Changed
This PR adds a Tray icon to T3 Code on macOS. Currently it has no menu, but I plan to add one. I want to make it like Cursor where you can see your active threads and if any have unread messages and/or are awaiting input.
Why
A tray icon may be useful for interacting with / observing the status of the application.
UI Changes
Checklist
before/after screenshots for any UI changesI included a video for animation/interaction changesNote
Add macOS tray icon using the T3 wordmark SVG
createTrayfactory that renders the T3 wordmark SVG to a multi-scale PNG template image viasharpand creates an ElectronTrayon macOS; returnsnullon other platforms.before-quit.sharpis now a runtime dependency, adding a native module to the desktop build.Macroscope summarized a43fcef. (Automatic summaries will resume when PR exits draft mode or review begins).