Calendar events don't currently open in a modal, so I'm not sure what you're referring to, unless you're talking about the creation view? But I don't really see anything in this mockup that isn't…
Sure, see what you can come up with. We need to figure out whether the user is a member of the relay without asking for them to sign stuff constantly. Maybe just looking at their space bookmark…
This is a regression of a lot of behavior that is subtle but deliberate. Biggest thing is that there should be no success messages — only pending and failure. So the restructure of ThunkStatus…
I like #1 and #3, you can use the ProfileCircles component to build it. I wouldn't mind adding the +x circle to that component too.
Is there any way to do this automatically? Adding a button to make the software work the way its supposed to is probably not a good pattern.
Let's make this a named type instead of repeating the ad-hoc type in a bunch of places
This will never match I would imagine, because it's checking identity equality, not value equality right?
Sorry, I wrote this before I realized what ready does, you should not actually use once here.
Use gt from welshman/lib to avoid nan/undefined related errors
Don't wrap large blocks of code in a big try catch unless it's likely to fail. Scope this down to wrap the json parse or whatever is likely to actually fail.