* chore: init tailwind v4 * chore: update all configs * chore: add source to parse monorepo packages * chore: combine all css files * feat: added extended colors * chore: update typography * chore: update extended color var names * refactor: remove initial spacing variable and update dark mode selector * chore: update css files * chore: update animations * chore: remove spacing tokens * fix: external css files * chore: update tailwind-merge version * chore: update font family * chore: added brief agents.md and story for new design system * chore: enhance design system documentation with rare exceptions for visual separation * chore: add fontsource package for typography * chore: material symbols font added * chore: update shadow default * chore: add stroke and outline theme vars * chore: update ring and fill colors * chore: overwrite tailwind typography tokens * chore: add high contrast mode tokens * chore: update scrollbar colors * chore: backward compatibility for buttons and placeholders * chore: add priority colors * chore: update urgent priority color * chore: update plan colors * chore: add missing utility class * chore: update height and padding classes * chore: update label colors * chore: add missing utlity * chore: add typography plugin to space app * chore: replace existing classNames with new design system tokens #8244 (#8278) * chore: update border colors * chore: update all borders * chore: update text colors * chore: update css variables * chore: update font sizes and weights * chore: update bg colors * chore: sync changes * fix: uncomment spacing-1200 variable in variables.css * chore: update primary colors * refactor: updated border to border-subtle * refactor: update various components and improve UI consistency across the application * updated classnames * updated classnames * refactor: update color-related class names to use new design system variables for consistency * chore: default automations * chore: update text sizes * chore: home and power k * chore: home and power k * chore: replace ui package button components * chore: update text sizes * chore: updated issue identifier (#8275) * refactor: top navigation and sidebar design token (#8276) * chore: update all button components (#8277) * chore: new button component * chore: update existing buttons * chore: overwrite tailwind typography tokens * fix: twMerge config + fixed cn instances * refactor: toast design token updated (#8279) * chore: update existing buttons * chore: tooltip design token updatged (#8280) * chore: moved cn utility to propel (#8281) * chore: update space app UI (#8285) * chore; update space app filters component * fix: button whitespace wrap * chore: space app votes * chore: update dropdown components * refactor: auth, onboarding, sidebar, and common component design token migration (#8291) * chore: checkbox component design token updated * chore: indicator and oauth component design token updated * chore: sidebar design token updated * chore: auth and onboarding design token updated * chore: update divider color * style: update background colors and hover effects across list components * fix: tailwind merge * refactor: toggle switch design token migration and header utility classname added (#8295) * chore: toggle component design token updated * chore: h-header utility class added * chore: updated color tokens for work item detail page (#8296) * chore: update react-day-picker UI * refactor: update button sizes and styles in filters components * refactor: breadcrumbs design token updated (#8297) * chore: update priority icon colors * refactor: updated layout variables * chore: update plan card primary CTA * Chore update editor design system (#8299) * refactor: update styles for callout, color selector, logo selector, and image uploader * refactor:fix image * chore: update settings UI * chore: updated notifications color and size tokens (#8302) * chore: update sm button border radius * fix: logo renderer * chore: icon button component * chore: remove deprecated classes * chore: remove deprecated classes * chore: update editor list spacing * fix: icon button size * chore: improvements (#8309) * chore: update cycles and modules pages * refactor: update background styles across various components to use new design system colors * fix: button type errors * chore: update modals design system (#8310) * refactor: callout bg * refactor: code bg * refactor: modal size and variant --------- Co-authored-by: Aaryan Khandelwal <aaryankhandu123@gmail.com> * chore: update next-themes * design: update billing and plans component styles and remove unused utility functions (#8313) * refactor: empty state design token migration and improvements (#8315) * fix: profile page * refactor: tabs design token updated (#8316) * chore: updated buttons and tokens for work items (#8317) * fix: adjust trial button spacing in checkout modal * chore: update add button hover state * fix: type error (#8318) * fix: type error * chore: code refactor * refactor: update button sizes and background styles in rich filters components * refactor: update editor bg * refactor: enhance Gantt chart sidebar functionality and styling - Removed unused prop from . - Updated to include new props for better block management and scrolling behavior. - Improved auto-scroll functionality for Gantt chart items. - Adjusted styles in component for consistent design. * regression: gantt design * chore: new badge component * fix: favorite star * chore: update backgroung, typography and button sizes across workspace settings general and members pages * fix: header button sizes * fix: emoji icon logo (#8323) * more fixes * chore: update settings sidebar * refactor: avatar component * chore: updated work item detail sidebar (#8327) * refactor: update link preview * fix: work item property dropdowns * fix: dropdown buttons border radius * chore: update power k translation * chore: updated profile activity design (#8328) * chore: update settings pages * chore: update work item sidebar alignments (#8330) * refactor: admin design system * chore: update page header --------- Co-authored-by: Jayash Tripathy <76092296+JayashTripathy@users.noreply.github.com> Co-authored-by: VipinDevelops <vipinchaudhary1809@gmail.com> Co-authored-by: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com> Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Co-authored-by: gakshita <akshitagoyal1516@gmail.com> Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: b-saikrishnakanth <bsaikrishnakanth97@gmail.com> Co-authored-by: M. Palanikannan <73993394+Palanikannan1437@users.noreply.github.com> * fix: formatting * reexport types * fix: lint error --------- Co-authored-by: Jayash Tripathy <76092296+JayashTripathy@users.noreply.github.com> Co-authored-by: VipinDevelops <vipinchaudhary1809@gmail.com> Co-authored-by: Vamsi Krishna <46787868+vamsikrishnamathala@users.noreply.github.com> Co-authored-by: Anmol Singh Bhatia <121005188+anmolsinghbhatia@users.noreply.github.com> Co-authored-by: gakshita <akshitagoyal1516@gmail.com> Co-authored-by: Palanikannan M <akashmalinimurugu@gmail.com> Co-authored-by: Prateek Shourya <prateekshourya29@gmail.com> Co-authored-by: b-saikrishnakanth <bsaikrishnakanth97@gmail.com> Co-authored-by: M. Palanikannan <73993394+Palanikannan1437@users.noreply.github.com>
279 lines
11 KiB
TypeScript
279 lines
11 KiB
TypeScript
import { useEffect, useRef, useState } from "react";
|
|
import { observer } from "mobx-react";
|
|
import Link from "next/link";
|
|
import { usePathname } from "next/navigation";
|
|
// icons
|
|
import { LogOut, MoveLeft, Activity, Bell, CircleUser, KeyRound, Settings2, CirclePlus, Mails } from "lucide-react";
|
|
// plane imports
|
|
import { PROFILE_ACTION_LINKS } from "@plane/constants";
|
|
import { useOutsideClickDetector } from "@plane/hooks";
|
|
import { useTranslation } from "@plane/i18n";
|
|
import { ChevronLeftIcon } from "@plane/propel/icons";
|
|
import { TOAST_TYPE, setToast } from "@plane/propel/toast";
|
|
import { Tooltip } from "@plane/propel/tooltip";
|
|
import { cn, getFileURL } from "@plane/utils";
|
|
// components
|
|
import { SidebarNavItem } from "@/components/sidebar/sidebar-navigation";
|
|
// hooks
|
|
import { useAppTheme } from "@/hooks/store/use-app-theme";
|
|
import { useWorkspace } from "@/hooks/store/use-workspace";
|
|
import { useUser, useUserSettings } from "@/hooks/store/user";
|
|
import { usePlatformOS } from "@/hooks/use-platform-os";
|
|
|
|
const WORKSPACE_ACTION_LINKS = [
|
|
{
|
|
key: "create_workspace",
|
|
Icon: CirclePlus,
|
|
i18n_label: "create_workspace",
|
|
href: "/create-workspace",
|
|
},
|
|
{
|
|
key: "invitations",
|
|
Icon: Mails,
|
|
i18n_label: "workspace_invites",
|
|
href: "/invitations",
|
|
},
|
|
];
|
|
|
|
function ProjectActionIcons({ type, size, className = "" }: { type: string; size?: number; className?: string }) {
|
|
const icons = {
|
|
profile: CircleUser,
|
|
security: KeyRound,
|
|
activity: Activity,
|
|
preferences: Settings2,
|
|
notifications: Bell,
|
|
"api-tokens": KeyRound,
|
|
};
|
|
|
|
if (type === undefined) return null;
|
|
const Icon = icons[type as keyof typeof icons];
|
|
if (!Icon) return null;
|
|
return <Icon size={size} className={className} />;
|
|
}
|
|
|
|
export const ProfileLayoutSidebar = observer(function ProfileLayoutSidebar() {
|
|
// states
|
|
const [isSigningOut, setIsSigningOut] = useState(false);
|
|
// router
|
|
const pathname = usePathname();
|
|
// store hooks
|
|
const { sidebarCollapsed, toggleSidebar } = useAppTheme();
|
|
const { data: currentUser, signOut } = useUser();
|
|
const { data: currentUserSettings } = useUserSettings();
|
|
const { workspaces } = useWorkspace();
|
|
const { isMobile } = usePlatformOS();
|
|
const { t } = useTranslation();
|
|
|
|
const workspacesList = Object.values(workspaces ?? {});
|
|
|
|
// redirect url for normal mode
|
|
const redirectWorkspaceSlug =
|
|
currentUserSettings?.workspace?.last_workspace_slug ||
|
|
currentUserSettings?.workspace?.fallback_workspace_slug ||
|
|
"";
|
|
|
|
const ref = useRef<HTMLDivElement>(null);
|
|
|
|
useOutsideClickDetector(ref, () => {
|
|
if (sidebarCollapsed === false) {
|
|
if (window.innerWidth < 768) {
|
|
toggleSidebar();
|
|
}
|
|
}
|
|
});
|
|
|
|
useEffect(() => {
|
|
const handleResize = () => {
|
|
if (window.innerWidth <= 768) {
|
|
toggleSidebar(true);
|
|
}
|
|
};
|
|
handleResize();
|
|
window.addEventListener("resize", handleResize);
|
|
return () => {
|
|
window.removeEventListener("resize", handleResize);
|
|
};
|
|
}, [toggleSidebar]);
|
|
|
|
const handleItemClick = () => {
|
|
if (window.innerWidth < 768) {
|
|
toggleSidebar();
|
|
}
|
|
};
|
|
|
|
const handleSignOut = async () => {
|
|
setIsSigningOut(true);
|
|
await signOut()
|
|
.catch(() =>
|
|
setToast({
|
|
type: TOAST_TYPE.ERROR,
|
|
title: t("sign_out.toast.error.title"),
|
|
message: t("sign_out.toast.error.message"),
|
|
})
|
|
)
|
|
.finally(() => setIsSigningOut(false));
|
|
};
|
|
|
|
return (
|
|
<div
|
|
className={`fixed inset-y-0 z-20 flex h-full flex-shrink-0 flex-grow-0 flex-col border-r border-subtle bg-surface-1 duration-300 md:relative
|
|
${sidebarCollapsed ? "-ml-[250px]" : ""}
|
|
sm:${sidebarCollapsed ? "-ml-[250px]" : ""}
|
|
md:ml-0 ${sidebarCollapsed ? "w-[70px]" : "w-[250px]"}
|
|
`}
|
|
>
|
|
<div ref={ref} className="flex h-full w-full flex-col gap-y-4">
|
|
<Link href={`/${redirectWorkspaceSlug}`} onClick={handleItemClick}>
|
|
<div
|
|
className={`flex flex-shrink-0 items-center gap-2 truncate px-4 pt-4 ${
|
|
sidebarCollapsed ? "justify-center" : ""
|
|
}`}
|
|
>
|
|
<span className="grid h-5 w-5 flex-shrink-0 place-items-center">
|
|
<ChevronLeftIcon className="h-5 w-5" strokeWidth={1} />
|
|
</span>
|
|
{!sidebarCollapsed && (
|
|
<h4 className="truncate text-16 font-semibold text-secondary">{t("profile_settings")}</h4>
|
|
)}
|
|
</div>
|
|
</Link>
|
|
<div className="flex flex-shrink-0 flex-col overflow-x-hidden">
|
|
{!sidebarCollapsed && (
|
|
<h6 className="rounded-sm px-6 text-13 font-semibold text-placeholder">{t("your_account")}</h6>
|
|
)}
|
|
<div className="vertical-scrollbar scrollbar-sm mt-2 px-4 h-full space-y-1 overflow-y-auto">
|
|
{PROFILE_ACTION_LINKS.map((link) => {
|
|
if (link.key === "change-password" && currentUser?.is_password_autoset) return null;
|
|
|
|
return (
|
|
<Link key={link.key} href={link.href} className="block w-full" onClick={handleItemClick}>
|
|
<Tooltip
|
|
tooltipContent={t(link.key)}
|
|
position="right"
|
|
className="ml-2"
|
|
disabled={!sidebarCollapsed}
|
|
isMobile={isMobile}
|
|
>
|
|
<SidebarNavItem
|
|
key={link.key}
|
|
className={`${sidebarCollapsed ? "p-0 size-8 aspect-square justify-center mx-auto" : ""}`}
|
|
isActive={link.highlight(pathname)}
|
|
>
|
|
<div className="flex items-center gap-1.5 py-[1px]">
|
|
<ProjectActionIcons type={link.key} size={16} />
|
|
|
|
{!sidebarCollapsed && <p className="text-13 leading-5 font-medium">{t(link.i18n_label)}</p>}
|
|
</div>
|
|
</SidebarNavItem>
|
|
</Tooltip>
|
|
</Link>
|
|
);
|
|
})}
|
|
</div>
|
|
</div>
|
|
<div className="flex flex-col overflow-x-hidden">
|
|
{!sidebarCollapsed && (
|
|
<h6 className="rounded-sm px-6 text-13 font-semibold text-placeholder">{t("workspaces")}</h6>
|
|
)}
|
|
{workspacesList && workspacesList.length > 0 && (
|
|
<div
|
|
className={cn("vertical-scrollbar scrollbar-xs mt-2 px-4 h-full space-y-1.5 overflow-y-auto", {
|
|
"scrollbar-sm": !sidebarCollapsed,
|
|
"ml-2.5 px-1": sidebarCollapsed,
|
|
})}
|
|
>
|
|
{workspacesList.map((workspace) => (
|
|
<Link
|
|
key={workspace.id}
|
|
href={`/${workspace.slug}`}
|
|
className={`flex flex-grow cursor-pointer select-none items-center truncate text-left text-13 font-medium ${
|
|
sidebarCollapsed ? "justify-center" : `justify-between`
|
|
}`}
|
|
onClick={handleItemClick}
|
|
>
|
|
<span
|
|
className={`flex w-full flex-grow items-center gap-x-2 truncate rounded-md px-3 py-1 hover:bg-layer-1 ${
|
|
sidebarCollapsed ? "justify-center" : ""
|
|
}`}
|
|
>
|
|
<span
|
|
className={`relative flex h-6 w-6 flex-shrink-0 items-center justify-center p-2 text-11 uppercase ${
|
|
!workspace?.logo_url && "rounded-sm bg-accent-primary text-on-color"
|
|
}`}
|
|
>
|
|
{workspace?.logo_url && workspace.logo_url !== "" ? (
|
|
<img
|
|
src={getFileURL(workspace.logo_url)}
|
|
className="absolute left-0 top-0 h-full w-full rounded-sm object-cover"
|
|
alt="Workspace Logo"
|
|
/>
|
|
) : (
|
|
(workspace?.name?.charAt(0) ?? "...")
|
|
)}
|
|
</span>
|
|
{!sidebarCollapsed && <p className="truncate text-13 text-secondary">{workspace.name}</p>}
|
|
</span>
|
|
</Link>
|
|
))}
|
|
</div>
|
|
)}
|
|
<div className="mt-1.5 px-4">
|
|
{WORKSPACE_ACTION_LINKS.map((link) => (
|
|
<Link className="block w-full" key={link.key} href={link.href} onClick={handleItemClick}>
|
|
<Tooltip
|
|
tooltipContent={t(link.key)}
|
|
position="right"
|
|
className="ml-2"
|
|
disabled={!sidebarCollapsed}
|
|
isMobile={isMobile}
|
|
>
|
|
<div
|
|
className={`group flex w-full items-center gap-2.5 rounded-md px-3 py-2 text-13 font-medium text-secondary outline-none hover:bg-layer-1 focus:bg-layer-1 ${
|
|
sidebarCollapsed ? "justify-center" : ""
|
|
}`}
|
|
>
|
|
{<link.Icon className="flex-shrink-0 size-4" />}
|
|
{!sidebarCollapsed && t(link.i18n_label)}
|
|
</div>
|
|
</Tooltip>
|
|
</Link>
|
|
))}
|
|
</div>
|
|
</div>
|
|
<div className="flex flex-shrink-0 flex-grow items-end px-6 py-2">
|
|
<div
|
|
className={`flex w-full ${
|
|
sidebarCollapsed ? "flex-col justify-center gap-2" : "items-center justify-between gap-2"
|
|
}`}
|
|
>
|
|
<button
|
|
type="button"
|
|
onClick={handleSignOut}
|
|
className="flex items-center justify-center gap-2 text-13 font-medium text-red-500"
|
|
disabled={isSigningOut}
|
|
>
|
|
<LogOut className="h-3.5 w-3.5" />
|
|
{!sidebarCollapsed && <span>{isSigningOut ? `${t("signing_out")}...` : t("sign_out")}</span>}
|
|
</button>
|
|
<button
|
|
type="button"
|
|
className="grid place-items-center rounded-md p-1.5 text-secondary outline-none hover:bg-surface-2 hover:text-primary md:hidden"
|
|
onClick={() => toggleSidebar()}
|
|
>
|
|
<MoveLeft className="h-3.5 w-3.5" />
|
|
</button>
|
|
<button
|
|
type="button"
|
|
className={`ml-auto hidden place-items-center rounded-md p-1.5 text-secondary outline-none hover:bg-surface-2 hover:text-primary md:grid ${
|
|
sidebarCollapsed ? "w-full" : ""
|
|
}`}
|
|
onClick={() => toggleSidebar()}
|
|
>
|
|
<MoveLeft className={`h-3.5 w-3.5 duration-300 ${sidebarCollapsed ? "rotate-180" : ""}`} />
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
);
|
|
});
|