mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-06 20:15:17 +02:00
refactor(dashboard): improve layout and accessibility of TeamContent and TriggerCard components, enhancing button visibility and member display
This commit is contained in:
parent
2ba30837a9
commit
ae9c346015
8 changed files with 102 additions and 78 deletions
|
|
@ -259,7 +259,7 @@ export function Sidebar({
|
|||
) : (
|
||||
<div className="flex-1 flex flex-col gap-1 pt-2 w-full min-h-0 overflow-hidden">
|
||||
<SidebarSection
|
||||
title={t("chats")}
|
||||
title={t("recents")}
|
||||
defaultOpen={true}
|
||||
fillHeight={true}
|
||||
alwaysShowAction={!disableTooltips && isChatsPanelOpen}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue