Feat/eigent new design#1577
Merged
Merged
Conversation
Resolve Home.tsx by keeping sidebar workspace layout and adding checkLocalServerStale from main. Made-with: Cursor
…workspace-ai-worker Made-with: Cursor # Conflicts: # src/components/ProjectPageSidebar/TaskList.tsx
Made-with: Cursor
Move history, navigation, and search under components/Dashboard/, relocate animate-ui under components/ui/, move ThemeProvider and AnimationJson under Layout/, replace BottomBar/WorkspaceMenu with WorkforceMenu, and update imports across the app. Design token runtime (themeTokens, ThemeProvider contract, and UI alias helpers) stays on branch design-refactor for follow-up work. Made-with: Cursor
Co-authored-by: Claude Opus 4.7 <noreply@anthropic.com>
Use theme-aware token icons with resilient token totals in history views, and align history navigation wording/loader shimmer styling with updated design tokens. Made-with: Cursor
Add dark-mode shade overrides for subtle status backgrounds and update engine tests to cover the tone-specific 900-shade behavior. Made-with: Cursor
Align badge, checkbox, input, select, textarea, and tooltip with the new design system. Made-with: Cursor
Add tooltip copy for the agent tool field and update ToolSelect and Add Worker flow styling. Made-with: Cursor
Refresh IntegrationList, session rows, TopBar, and recent sessions. Remove recent-session delete from Workspace in favor of handling elsewhere. Made-with: Cursor
…r tokens Renames claude and codex preset keys to claw and starfish, adds whale and custom palettes, and aligns theme engine tests and dev README examples with the new ids. Made-with: Cursor
Introduces three SVG-based workspace backdrops and exports them from the Background barrel alongside existing dot and grid patterns. Made-with: Cursor
Extends workspaceMainBackground with ruled, dotted, and dashed options (renames none to empty), migrates stored values including legacy keys, updates Home to render the new overlays, and adds Appearance labels across locales. Made-with: Cursor
| ); | ||
|
|
||
| repairedHtml = repairedHtml.replace( | ||
| /<script\b([^>]*)>([\s\S]*?)<\/script>/gi, |
Support browser-safe downloads for opened and remote files in the folder viewer so users can save generated files without relying on Electron-only download handling. Made-with: Cursor
Aggregate fileList from taskAssigning, taskInfo, taskRunning, and messages; dedupe by relativePath with safe fallbacks. Made-with: Cursor
Use the default namespace with explicit chat. prefix for the shiny label. Made-with: Cursor
Made-with: Cursor
Drop redundant sticky offsets now that content scrolls inside the rounded frame; adjust Models section header stick position. Made-with: Cursor
Wrap the scroll area in rounded container; remove duplicate new-project control (handled in the app header). Made-with: Cursor
Relocate new project, project sidebar fold, app update, and end-project action from the project sidebar; remove BottomAction. Add i18n for achieve-project CTA copy. Made-with: Cursor
Remove placeholder feature cards; show layout.notifications-empty when there is nothing to list. Made-with: Cursor
Use px-1 instead of pr-2 so leading/trailing inset matches the window controls. Made-with: Cursor
Made-with: Cursor
Made-with: Cursor
Use explicit buttonContent, tone, textWeight, and buttonRadius; replace deprecated variant=success with primary + tone=success. Made-with: Cursor
Remove redundant stroke-2 overrides from buttons and chat/workspace shells, and drop fixed stroke-width from global .lucide rules so icon stroke follows defaults and currentColor. Made-with: Cursor
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.
Related Issue
Closes #
Description
Testing Evidence (REQUIRED)
What is the purpose of this pull request?
Contribution Guidelines Acknowledgement