Added unsubscribe feature UI #15
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "unsubscribe"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Pull Request Overview
This PR introduces an unsubscribe feature UI along with several context and modal updates to support new email sender actions. Key changes include:
Reviewed Changes
Copilot reviewed 29 out of 33 changed files in this pull request and generated 1 comment.
Show a summary per file
Files not reviewed (4)
Comments suppressed due to low confidence (1)
src/components/senderLine.tsx:15
@ -1,15 +1,241 @@import "./modalPopup.css";The 'toBlock' state is declared without destructuring its value and setter. Change it to 'const [toBlock, setToBlock] = useState(false);' so that the boolean value can be properly used when checking whether to block the sender.