redesign command palette

- add collapsible search groups
- reduce modal padding
- reduce command item padding
- use breadcrumbs for pagination
- move page breadcrumbs to the bottom
This commit is contained in:
jeffvli
2026-03-17 22:28:07 -07:00
parent 3eafa73217
commit 3c562c1398
5 changed files with 146 additions and 44 deletions
@@ -113,7 +113,7 @@ export const LibraryCommandItem = ({
</div>
<div className={styles.metadataWrapper}>
<Text overflow="hidden">{title}</Text>
<Text isMuted overflow="hidden">
<Text isMuted overflow="hidden" size="sm">
{subtitle}
</Text>
</div>