Skip to content

refactor(site): make minor design tweaks and fix issues on more options menus #10493

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 13 commits into from
Nov 3, 2023
Prev Previous commit
Next Next commit
Remove forgotten comment
  • Loading branch information
BrunoQuaresma committed Nov 2, 2023
commit 29cc3982fec98e4e46c16269459503c3cfb32994
10 changes: 0 additions & 10 deletions site/src/components/MoreMenu/MoreMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,6 @@ export const MoreMenu = (props: { children: ReactNode }) => {

return (
<MoreMenuContext.Provider value={{ close, open, triggerRef, isOpen }}>
{/* <IconButton
aria-controls={id}
aria-haspopup="true"
onClick={() => setIsMenuOpen(true)}
ref={triggerRef}
arial-label="More options"
>
<MoreVertOutlined />
</IconButton> */}

{props.children}
</MoreMenuContext.Provider>
);
Expand Down