From 963b15005409afc74da8c05a71feb94e7f21b56b Mon Sep 17 00:00:00 2001 From: Anishali2 Date: Tue, 30 Apr 2024 00:08:54 +0500 Subject: [PATCH] Mod1 bug: dropdowns absolute bottom --- apps/web/app/[locale]/settings/personal/page.tsx | 2 +- apps/web/app/[locale]/settings/team/page.tsx | 12 ++++++------ apps/web/lib/settings/table-action-popover.tsx | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/apps/web/app/[locale]/settings/personal/page.tsx b/apps/web/app/[locale]/settings/personal/page.tsx index 1bc0a9065..4a2585354 100644 --- a/apps/web/app/[locale]/settings/personal/page.tsx +++ b/apps/web/app/[locale]/settings/personal/page.tsx @@ -19,7 +19,7 @@ const Personal = () => { {/* diff --git a/apps/web/app/[locale]/settings/team/page.tsx b/apps/web/app/[locale]/settings/team/page.tsx index 2fee89912..f0fd961f7 100644 --- a/apps/web/app/[locale]/settings/team/page.tsx +++ b/apps/web/app/[locale]/settings/team/page.tsx @@ -34,7 +34,7 @@ const Team = () => { {/* General Settings */}
@@ -47,7 +47,7 @@ const Team = () => { {isTeamManager ? ( @@ -58,7 +58,7 @@ const Team = () => { {isTeamManager ? ( @@ -68,7 +68,7 @@ const Team = () => { {isTeamManager && ( @@ -78,7 +78,7 @@ const Team = () => { {/* Issues Settings */} @@ -96,7 +96,7 @@ const Team = () => { {/* Danger Zone */} diff --git a/apps/web/lib/settings/table-action-popover.tsx b/apps/web/lib/settings/table-action-popover.tsx index 037af0b19..12fcd3118 100644 --- a/apps/web/lib/settings/table-action-popover.tsx +++ b/apps/web/lib/settings/table-action-popover.tsx @@ -33,7 +33,7 @@ export const TableActionPopover = ({ member, handleEdit }: Props) => { // setIsOpen(!isOpen); // }; return ( - + {() => ( <> { leaveFrom="opacity-100 translate-y-0" leaveTo="opacity-0 translate-y-1" > - + {/* TODO Dynamic */} {/* Edit */}
{ - +