feat: Revamp navigation bar (#6031)
closes: #4428 Testing for fetchMoreRecords is pending, along with component tests --------- Co-authored-by: Lucas Bordeau <bordeau.lucas@gmail.com>
This commit is contained in:
@ -66,7 +66,7 @@ export const MultipleObjectRecordSelectItem = ({
|
||||
avatar={
|
||||
<Avatar
|
||||
avatarUrl={getImageAbsoluteURIOrBase64(recordIdentifier.avatarUrl)}
|
||||
entityId={objectRecordId}
|
||||
placeholderColorSeed={objectRecordId}
|
||||
placeholder={recordIdentifier.name}
|
||||
size="md"
|
||||
type={recordIdentifier.avatarType ?? 'rounded'}
|
||||
|
||||
@ -41,7 +41,7 @@ export const SelectableMenuItemSelect = ({
|
||||
avatar={
|
||||
<Avatar
|
||||
avatarUrl={getImageAbsoluteURIOrBase64(entity.avatarUrl)}
|
||||
entityId={entity.id}
|
||||
placeholderColorSeed={entity.id}
|
||||
placeholder={entity.name}
|
||||
size="md"
|
||||
type={entity.avatarType ?? 'rounded'}
|
||||
|
||||
Reference in New Issue
Block a user