💚 Revert rollup upgrade to make it work with turbo dev
This commit is contained in:
@ -50,6 +50,8 @@ export const ImageBubble = (props: Props) => {
|
||||
'max-height': '512px',
|
||||
height: isTyping() ? '32px' : 'auto',
|
||||
}}
|
||||
elementtiming={'Bubble image'}
|
||||
fetchpriority={'high'}
|
||||
/>
|
||||
)
|
||||
|
||||
|
@ -49,6 +49,8 @@ export const BubbleButton = (props: Props) => {
|
||||
(props.size === 'large' ? ' w-9 h-9' : ' w-7 h-7')
|
||||
}
|
||||
alt="Bubble button icon"
|
||||
elementtiming={'Bubble button icon'}
|
||||
fetchpriority={'high'}
|
||||
/>
|
||||
</Show>
|
||||
|
||||
|
@ -50,6 +50,8 @@ export const PreviewMessage = (props: PreviewMessageProps) => {
|
||||
src={avatarUrl}
|
||||
class="rounded-full w-8 h-8 object-cover"
|
||||
alt="Bot avatar"
|
||||
elementtiming={'Bot avatar'}
|
||||
fetchpriority={'high'}
|
||||
/>
|
||||
)}
|
||||
</Show>
|
||||
|
Reference in New Issue
Block a user