mirror of
https://github.com/docmost/docmost.git
synced 2025-11-17 07:21:08 +10:00
feat: UI pagination and members search (#724)
* feat: pagination (UI) * Fixes * feat: add search to member list page * responsiveness
This commit is contained in:
@ -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} />
|
||||
|
||||
Reference in New Issue
Block a user