Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
### Add Share via Email Feature **Context**: This PR introduces the Share via Email feature, allowing users to share spaces using either an email address or DID. Depending on the input, we render different buttons and actions (e.g., sharing via email or generating a downloadable UCAN). Once shared via email, the “Shared With” panel lists all shared emails (did:mailto) along with their capabilities, fetched from the delegations stored in the client. **Short Demo**: https://www.loom.com/share/b33ee2f22a5b44628e5d9fc3d599dbf7?sid=0b008211-fc28-4cd4-a716-e67f44067661 **Minor Notes**: - The Share button dynamically changes based on whether the user provides an email or DID. - The delegation list is displayed with relevant capabilities in the “Shared With” panel.
- Loading branch information