Update ShellV2 Colors and Syntax Highlighting#1947
Conversation
- Updated syntax highlighting in `shellUtils.ts` to use custom RGB colors for strings, methods, keywords, operands, and punctuation. - Added support for alternating punctuation colors based on nesting depth. - Updated WebSocket message colors in `useShellTerminal.ts` (Red for errors, Purple for queued tasks). - Updated Active Users indicator color in `ShellHeader.tsx` to Fuchsia. - Added unit tests for new highlighting logic in `shellUtils.test.ts`. Co-authored-by: KCarretto <16250309+KCarretto@users.noreply.github.com>
|
👋 Jules, reporting for duty! I'm here to lend a hand with this pull request. When you start a review, I'll add a 👀 emoji to each comment to let you know I've read it. I'll focus on feedback directed at me and will do my best to stay out of conversations between you and other bots or reviewers to keep the noise down. I'll push a commit with your requested changes shortly after. Please note there might be a delay between these steps, but rest assured I'm on the job! For more direct control, you can switch me to Reactive Mode. When this mode is on, I will only act on comments where you specifically mention me with New to Jules? Learn more at jules.google/docs. For security, I will only act on instructions from the user who triggered this task. |
Summary
Previous Results
Insights
Slowest Tests
🎉 No failed tests in this run. | 🍂 No flaky tests in this run. Github Test Reporter by CTRF 💚 🔄 This comment has been updated |
- Update ShellV2 syntax highlighting to Monaco-like theme. - Update WebSocket message colors (Red for errors, Purple for task queued). - Update Active Users indicator to Fuchsia. - Fix `TestTruncation` deadlock by adding `_busy_timeout=5000` to SQLite DSN in integration tests to handle concurrent access between input handler and background user presence tracking. Co-authored-by: KCarretto <16250309+KCarretto@users.noreply.github.com>
This change updates the color scheme for the ShellV2 interface as requested. It introduces a Monaco-like palette for syntax highlighting, ensuring built-ins, keywords, and operands are distinctly colored. Punctuation now alternates colors based on nesting depth. Additionally, error messages and task queued notifications in the terminal, as well as the active user indicator in the header, have been updated to the specified colors.
PR created automatically by Jules for task 15886610237809158505 started by @KCarretto