mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-04-23 03:00:31 -04:00
feat(ui): tooltip for compact/full model picker view
This commit is contained in:
@@ -249,7 +249,8 @@ const SearchBarComponent = typedMemo(
|
||||
</InputGroup>
|
||||
<NavigateToModelManagerButton />
|
||||
<IconButton
|
||||
aria-label="Toggle compact view"
|
||||
aria-label={compactModelPicker ? t('common.full') : t('common.compact')}
|
||||
tooltip={compactModelPicker ? t('common.full') : t('common.compact')}
|
||||
size="sm"
|
||||
variant="ghost"
|
||||
icon={compactModelPicker ? <PiArrowsOutLineVerticalBold /> : <PiArrowsInLineVerticalBold />}
|
||||
|
||||
Reference in New Issue
Block a user