Mikael Korpela
Mikael Korpela
Yeah, this would be pretty neat way to expand people's profiles and put little less pressure on profile descriptions. This should be straightforward, wanna look into implementation? :-)
Good idea! There's still value in having two separate links in the profile, but the "block member" could bring to "report member" support form with "[x] block reported member from...
That said, if it's easier for someone to implement the "click + confirm" thing, that's fine too. Just to get the ball rolling and we can then iterate.
Client-side implementation: Copy this component in the same file: https://github.com/Trustroots/trustroots/blob/56adf8076a77ed1d91a88d3406196300bc99a48a/modules/users/client/views/profile/profile-view-basics.client.view.html#L6-L9 Here's the component to duplicate: https://github.com/Trustroots/trustroots/blob/56adf8076a77ed1d91a88d3406196300bc99a48a/modules/support/client/components/ReportMemberLink.component.js Here's an example of API file you'll need: https://github.com/Trustroots/trustroots/blob/56adf8076a77ed1d91a88d3406196300bc99a48a/modules/tribes/client/api/tribes.api.js#L1-L6 And here's an example of...
@annazi-maker we at Trustroots have zero tolerance for harassment so in cases where they'd be able to interact in public spaces, our support would suspend them for such behavior. Thanks...
I think important parts that Apple requested are now in. Would be good to add FAQ entry and the rest are "nice to have" follow-ups.
Thanks for elaborating on idea and for designs! Very helpful. I think we can simplify this to two aspects that is easier for user to understand and easier for us...
> Great thoughts, I'm happy of going in any direction on this, I do think a filter would be nice, we can make all the stuff you wrote about first...
I bet the query to pull those stats should be pretty straightforward and no big data at all. ;-) Happy to get something going for it tho to get ball...
I work so much just with WP abstraction layer over Redux that I've lost little bit base on what different options are out there beside Redux. 😅 Some ideas aroudn...