- Add the user's name in the navbar next to the log-out button
- Fix the modal appearance for private memes
- "Show password" option in the login form
- Add a close button in the login form to go back to the home
- Indicate which memes are public and which are the private ones
- Add more comments
- Merge
PrivatePage
andPublicPage
components inHomePage
by doing something like:return( <> { loggedIn ? <private/> : <public/> } </> )
- Merge
PrivateMeme
andPublicMeme
components - Alert instead of a Modal in case of empty text fields
-
Error 501 page not found
page to redirect wrong URLs. The page should have a Doge in the middle