Skip to content

Commit

Permalink
fix: remove flicker on dialog closing - downgraded Radix to 3.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
nikkothari22 committed Dec 7, 2024
1 parent e42c4c2 commit 115f90c
Show file tree
Hide file tree
Showing 3 changed files with 262 additions and 171 deletions.
2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
"copy-html-entry": "cp ../raven/public/raven/index.html ../raven/www/raven.html"
},
"dependencies": {
"@radix-ui/themes": "^3.1.6",
"@radix-ui/themes": "3.1.4",
"@tiptap/extension-code-block-lowlight": "2.5.9",
"@tiptap/extension-highlight": "2.5.9",
"@tiptap/extension-image": "2.5.9",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ const WorkspacesSidebar = () => {
}, [data, channels, unreadCounts])

return (
<Stack className='sm:w-18 w-20 sm:p-0 px-2 pb-4 border-r-1 border-gray-4 dark:border-gray-3 h-screen bg-gray-3 dark:bg-gray-1' justify='between'>
<Stack className='sm:w-18 w-20 sm:p-0 px-2 pb-4 border-r-1 border-gray-4 dark:border-gray-3 h-screen' justify='between'>
<ScrollArea className='h-[calc(100vh-7rem)]' type="hover" scrollbars="vertical">
<Stack align='center' className='px-1 py-2' gap='3'>
{myWorkspaces.map((workspace) => (
Expand Down
Loading

0 comments on commit 115f90c

Please sign in to comment.