feat: Add archive notes feature with UI, restore and delete functionalities…#72
feat: Add archive notes feature with UI, restore and delete functionalities…#72shreyaB7134 wants to merge 2 commits intosoumya813:mainfrom
Conversation
|
Hi @soumya813, the Archive Notes feature is complete and ready for review 😊. Let me know if any changes are needed! |
soumya813
left a comment
There was a problem hiding this comment.
Hey, could you please take another look at the code? Right now, the whole functionality isn’t working as expected.
Also, the UI of the navbar needs some adjustments — it feels a bit off, and the “Archived” option looks randomly placed in the middle. Try organizing the layout more cleanly and making sure all elements are aligned properly with the design flow. Let me know once updated!
|
Hey! You can generate your own OAuth credentials so you don’t get blocked during testing. Here’s a quick guide:
Go to Google Cloud Console. Create a new project (or select an existing one). Navigate to APIs & Services > Credentials. Click "Create Credentials" > "OAuth Client ID". Set the application type to Web Application. Add your authorized redirect URI (e.g., http://localhost:3000/api/auth/callback/google). Once created, copy the Client ID and Client Secret. Add these in your .env file like: GOOGLE_CLIENT_ID=your-client-id |

📌 Description
This PR implements the Archive Notes feature to enhance note management and safety. Users can now archive notes instead of deleting them permanently.
✨ Features Added
🧪 Optional Enhancements
🔗 Linked Issue
Closes #69