-
-
Notifications
You must be signed in to change notification settings - Fork 874
reference in bubble #917
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
maifeeulasad
wants to merge
13
commits into
ant-design:main
Choose a base branch
from
maifeeulasad:chat-reference-maifee
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
reference in bubble #917
Changes from 6 commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
7e731a5
feat: reference in bubble #523
maifeeulasad b0cc41d
feat: reference in bubble interface #523
maifeeulasad a14eb31
docs: added reference in bubble as example
maifeeulasad aab01ab
docs: linked reference in bubble in `en-us`, `zh-cn` docs
maifeeulasad 0f8eeee
chores: removed console.log and basic example correction
maifeeulasad b93d990
fix: reference overflow in bubble
maifeeulasad 3f1f320
chores: fixed for review comment in MR
maifeeulasad 9e8873e
chores: undo unnecessary change
maifeeulasad ec28faa
Merge branch 'main' into chat-reference-maifee
maifeeulasad 8cca016
docs: updated docs for chat-reference
maifeeulasad 9c616ea
fix: updated snap for test
maifeeulasad d8cf18f
Merge remote-tracking branch 'origin/main' into chat-reference-maifee
maifeeulasad 5efe4fb
fix: updated snap after merging from main
maifeeulasad File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,191 @@ | ||
| import { UserOutlined } from '@ant-design/icons'; | ||
| import { Bubble } from '@ant-design/x'; | ||
| import { Flex } from 'antd'; | ||
| import React from 'react'; | ||
|
|
||
| const fooAvatar: React.CSSProperties = { | ||
| color: '#f56a00', | ||
| backgroundColor: '#fde3cf', | ||
| }; | ||
|
|
||
| const barAvatar: React.CSSProperties = { | ||
| color: '#fff', | ||
| backgroundColor: '#87d068', | ||
| }; | ||
|
|
||
| const hideAvatar: React.CSSProperties = { | ||
| visibility: 'hidden', | ||
| }; | ||
|
|
||
| const App: React.FC = () => ( | ||
| <Flex gap="middle" vertical> | ||
| <Bubble | ||
| placement="start" | ||
| content="Good morning, how are you?" | ||
| avatar={{ icon: <UserOutlined />, style: fooAvatar }} | ||
| references={[ | ||
| { | ||
| title: 'Ant Design', | ||
| url: 'https://ant.design', | ||
| description: 'Ant Design official website', | ||
| }, | ||
| { | ||
| title: 'React', | ||
| url: 'https://react.dev', | ||
| description: 'React official documentation', | ||
| }, | ||
| { | ||
| title: 'GitHub', | ||
| url: 'https://github.com', | ||
| description: 'GitHub homepage', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com', | ||
| }, | ||
| ]} | ||
| /> | ||
| <Bubble | ||
| placement="start" | ||
| content="What a beautiful day!" | ||
| styles={{ avatar: hideAvatar }} | ||
| avatar={{}} | ||
| references={[ | ||
| { | ||
| title: 'React', | ||
| url: 'https://react.dev', | ||
| description: 'React official documentation', | ||
| }, | ||
| { | ||
| title: 'GitHub', | ||
| url: 'https://github.com', | ||
| description: 'GitHub homepage', | ||
| }, | ||
| { | ||
| title: 'GitHub - Maifee Ul Asad', | ||
| url: 'https://github.com/maifeeulasad', | ||
| }, | ||
| ]} | ||
| /> | ||
| <Bubble | ||
| placement="end" | ||
| content="Hi, good morning, I'm fine!" | ||
| avatar={{ icon: <UserOutlined />, style: barAvatar }} | ||
| /> | ||
| <Bubble placement="end" content="Thank you!" styles={{ avatar: hideAvatar }} avatar={{}} /> | ||
| </Flex> | ||
| ); | ||
|
|
||
| export default App; |
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
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
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
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.
Uh oh!
There was an error while loading. Please reload this page.