Feat/eigent new design#1571
Closed
Douglasymlai wants to merge 107 commits intomainfrom
Closed
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
Replace direct window.electronAPI usage with useHost() for hideAllWebview and selectFile to satisfy lint and keep web/electron paths consistent. Made-with: Cursor
Use useHost() for file selection and opening skill folders instead of window.electronAPI. Made-with: Cursor
Use useHost() for hideAllWebview in folded panel, agent detail, and expanded workforce overlay. Made-with: Cursor
Use useHost() for readGlobalEnv, env write/remove, and restartApp in General settings instead of window.electronAPI. Made-with: Cursor
Replace the top-bar support dropdown with a report bug dialog that packages diagnostics, prepares bug metadata, and opens a prefilled support email while keeping cancel as a no-op. This also updates docs/locales and adds a regression test for canceled saves. Made-with: Cursor
Reuse a shared session row component for sidebar, recent, and all-sessions views, and keep session selection explicit after deletion instead of auto-selecting another task. Made-with: Cursor
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
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
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