feat: UI pagination and members search (#724)

* feat: pagination (UI)

* Fixes

* feat: add search to member list page

* responsiveness
This commit is contained in:
Philip Okugbe
2025-02-13 23:28:00 +00:00
committed by GitHub
parent ae842f94d0
commit 0ef6b1978a
19 changed files with 605 additions and 426 deletions

View File

@ -38,7 +38,7 @@ export default function TopMenu() {
variant="filled"
size="sm"
/>
<Text fw={500} size="sm" lh={1} mr={3}>
<Text fw={500} size="sm" lh={1} mr={3} lineClamp={1}>
{workspace.name}
</Text>
<IconChevronDown size={16} />