-
Notifications
You must be signed in to change notification settings - Fork 384
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(styles): fix design module style issues (#3586)
- Loading branch information
Showing
113 changed files
with
1,154 additions
and
671 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
7 changes: 2 additions & 5 deletions
7
packages/ai-native/src/browser/components/StreamReplyRender.tsx
This file contains 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
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -227,6 +227,9 @@ | |
line-height: 16px; | ||
&::-webkit-scrollbar { | ||
width: 4px; | ||
&:hover { | ||
width: 10px; | ||
} | ||
} | ||
} | ||
|
||
|
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,18 +1,21 @@ | ||
import { SlotLocation } from '@opensumi/ide-core-browser'; | ||
import { DESIGN_MENU_BAR_LEFT, DESIGN_MENU_BAR_RIGHT } from '@opensumi/ide-design'; | ||
|
||
import { AI_CHAT_CONTAINER_ID, AI_CHAT_VIEW_ID, AI_MENUBAR_CONTAINER_VIEW_ID } from '../../common'; | ||
import { AI_CHAT_CONTAINER_ID, AI_CHAT_LOGO_AVATAR_ID, AI_CHAT_VIEW_ID } from '../../common'; | ||
|
||
export const AIChatLayoutConfig = { | ||
[AI_CHAT_VIEW_ID]: { | ||
modules: [AI_CHAT_CONTAINER_ID], | ||
}, | ||
}; | ||
|
||
export const AIMenubarLayoutConfig = { | ||
[SlotLocation.top]: { | ||
modules: [AI_MENUBAR_CONTAINER_VIEW_ID], | ||
[DESIGN_MENU_BAR_RIGHT]: { | ||
modules: [AI_CHAT_LOGO_AVATAR_ID], | ||
}, | ||
}; | ||
|
||
export const AI_MENU_BAR_RIGHT = 'AI_menu_bar_right'; | ||
export const AI_MENU_BAR_LEFT = 'AI_menu_bar_left'; | ||
/** | ||
* @deprecated Use {@link DESIGN_MENU_BAR_RIGHT} instead | ||
*/ | ||
export const AI_MENU_BAR_RIGHT = DESIGN_MENU_BAR_RIGHT; | ||
/** | ||
* @deprecated Use {@link DESIGN_MENU_BAR_LEFT} instead | ||
*/ | ||
export const AI_MENU_BAR_LEFT = DESIGN_MENU_BAR_LEFT; |
This file contains 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
Oops, something went wrong.
ec0fc77
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Release Candidate Summary:
Released 🚀 2.27.3-rc-1714367598.0
user input ref: main