diff --git a/components/AppShell.jsx b/components/AppShell.jsx index 8017833..4442e53 100644 --- a/components/AppShell.jsx +++ b/components/AppShell.jsx @@ -1,4 +1,12 @@ -import { IonApp, IonRouterOutlet } from '@ionic/react'; +import { + IonApp, + IonContent, + IonHeader, + IonMenu, + IonRouterOutlet, + IonTitle, + IonToolbar, +} from '@ionic/react'; import { IonReactRouter } from '@ionic/react-router'; import { Redirect, Route } from 'react-router-dom'; @@ -8,7 +16,15 @@ const AppShell = ({ page, pageProps }) => { return ( - + + + + Menu + + + + + } /> } /> diff --git a/components/pages/Feed.jsx b/components/pages/Feed.jsx index 50f15b1..db020d8 100644 --- a/components/pages/Feed.jsx +++ b/components/pages/Feed.jsx @@ -9,6 +9,7 @@ import { IonButton, IonIcon, IonContent, + IonMenuButton, } from '@ionic/react'; import Notifications from './Notifications'; import { useState } from 'react'; @@ -42,6 +43,9 @@ const Feed = () => { Feed + + + setShowNotifications(true)}>