From 5b66fff01475b3240cfa77765a8e0aed300a93d1 Mon Sep 17 00:00:00 2001 From: Mehrdad Shirvani Date: Sun, 15 Jun 2025 12:38:58 +0330 Subject: [PATCH] vault backup: 2025-06-15 12:38:58 --- 02_ProjectOrientedSessions/Session07/Session07 Frontend.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/02_ProjectOrientedSessions/Session07/Session07 Frontend.md b/02_ProjectOrientedSessions/Session07/Session07 Frontend.md index b1eee30..d1d48ca 100644 --- a/02_ProjectOrientedSessions/Session07/Session07 Frontend.md +++ b/02_ProjectOrientedSessions/Session07/Session07 Frontend.md @@ -684,7 +684,7 @@ export default RegisterModal; ## About RegisterModal -## **Component Structure** +### **Component Structure** ### 1. **Props** @@ -797,5 +797,8 @@ const handleSubmit = async (e: React.FormEvent) => { --- +# Handle login/logout and register buttons in navbar +- [ ] implement a way for showing login and register buttons in navbar when user is not signed in +- [ ] when clicked, the button should show the related modal, for the user to sign in or register # Merge - [ ] Create a PR and merge the current branch with develop