feat: add clint-side end-to-end encryption for notes#166
feat: add clint-side end-to-end encryption for notes#166bhoomiiee wants to merge 3 commits intoHarshYadav152:mainfrom
Conversation
|
@bhoomiiee is attempting to deploy a commit to the Harsh Yadav's projects Team on Vercel. A member of the Team first needs to authorize it. |
Status UpdateClient-side end-to-end encryption (E2EE) for notes has been implemented. Completed:
Not covered in this PR:
The changes focus strictly on the client-side E2EE logic as discussed. |
|
@bhoomiiee First update |
HarshYadav152
left a comment
There was a problem hiding this comment.
Do these changes.
- Remove redeclaration of constntt variable wordCount in
NoteItem.js - Also fix jsx in it.
handleSaveNoteis declared multiple time in AddNote.js.- Also in NoteState
addNoteis defined multiple times. - And in
getNotesfunction redeclaration of constant variableresponse
Havn't you verify changes you made before submittng..
00c1b5b to
d1ec1c3
Compare
|
Fixed the requested issues:
|
|
I have rebased the branch and resolved all conflicts locally. |
|
@bhoomiiee Your |
Summary
Added client-side end-to-end encryption (E2EE) for notes.
What was done
Notes
Local MongoDB connectivity is unavailable; this PR focuses strictly on client-side E2EE logic as scoped in the issue.