[WEB-2278] dev: scroll area enhancement (#6612)

* chore: radix-ui react-scroll-area added to plane ui package

* chore: scrollbar color token added to tailwind config

* dev: scroll area component

* chore-scroll-area-component-improvement

* fix: build error

* chore: code refactor
This commit is contained in:
Anmol Singh Bhatia 2025-02-17 15:15:45 +05:30 committed by GitHub
parent 54bdd62d0c
commit 075eefe1a5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 102 additions and 29 deletions

View file

@ -154,7 +154,7 @@ export const ProjectNavigation: FC<TProjectItemsProps> = observer((props) => {
<SidebarNavItem
className={`pl-[18px] ${isSidebarCollapsed ? "p-0 size-7 justify-center mx-auto" : ""}`}
isActive={
item.key === "issues"
item.i18n_key === "sidebar.work_items"
? pathname.includes(item.href) || pathname.includes(`/${workspaceSlug}/browse/`)
: pathname.includes(item.href)
}