-
Notifications
You must be signed in to change notification settings - Fork 984
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
Updated data-item
, monospaced & aligned address
#18008
Conversation
Jenkins BuildsClick to see older builds (10)
|
[{:keys [theme title status size blur? description custom-subtitle icon subtitle label icon-color | ||
customization-color network-image | ||
emoji] | ||
"The description can either be given as a string `subtitle-type` or a component `custom-subtitle`" |
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.
Probably subtitle-type
should be changed to subtitle
here, because subtitle-type
is not string, if I understood the component right.
82% of end-end tests have passed
Failed tests (4)Click to expandClass TestCommunityOneDeviceMerged:
Class TestCommunityMultipleDeviceMerged:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Expected to fail tests (4)Click to expandClass TestGroupChatMultipleDeviceMergedNewUI:
Class TestCommunityOneDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Passed tests (37)Click to expandClass TestActivityCenterContactRequestMultipleDevicePR:
Class TestCommunityMultipleDeviceMergedTwo:
Class TestCommunityOneDeviceMerged:
Class TestOneToOneChatMultipleSharedDevicesNewUi:
Class TestActivityMultipleDevicePRTwo:
Class TestCommunityMultipleDeviceMerged:
Class TestActivityMultipleDevicePR:
Class TestGroupChatMultipleDeviceMergedNewUI:
Class TestOneToOneChatMultipleSharedDevicesNewUiTwo:
|
@alwx thank you for the PR. Please don't forget to add "request-manual-qa" label for those PRs that request manual testing. Otherwise it may cause delay with PR testing. |
@alwx tested and ready for merge. |
fixes #17944
Also updates
data-item
because the previous API was very confusing — the field was calleddescription
while in fact it was an indicator of subtitle type (so it only affected how the subtitle looked)status: ready