diff --git a/components/AppShelf/AppShelfMenu.tsx b/components/AppShelf/AppShelfMenu.tsx index 67deb3537..a1846397d 100644 --- a/components/AppShelf/AppShelfMenu.tsx +++ b/components/AppShelf/AppShelfMenu.tsx @@ -1,13 +1,25 @@ import { Menu, Text } from '@mantine/core'; import { showNotification } from '@mantine/notifications'; -import { Check, Trash } from 'tabler-icons-react'; +import { Check, Edit, Trash } from 'tabler-icons-react'; export default function AppShelfMenu(props: any) { const { name, removeitem: removeItem } = props; return ( Settings - + } + onClick={() => { + showNotification({ + color: 'red', + title: Feature not yet implemented, + message: `${name} could not be edited`, + }); + }} + > + Rename + Danger zone