community-toolbox
community-toolbox copied to clipboard
Allow list of exceptions to not display in recent contributors
We often name recent contributors in our community weekly check-ins - https://github.com/publiclab/PublicLab.Editor/issues/634
And this list of ppl often comes from copy-pasting from our Recent contributors listing on https://code.publiclab.org -
However, some people ask not to be named anymore.
Could we insert a CSS class or style for making some usernames not user-selectable, using the CSS user-select-none
https://caniuse.com/user-select-none
I tested this myself in the Chrome console, and it works - you can select /around/ text which bears user-select: none;
style!
cc @cesswairimu @sagarpreet-chadha @gauravano @SidharthBansal
Looks good to me @jywarren, but how do we ensure which user is to be selectable and which not?
If this issue is still there to work then I would like to work upon this. @jywarren please could you elaborate on how shall we get to know which users are not to be selected?
@pydevsg sorry for slow reply - i think we would need to maintain a listing of people who've opted out, in our codebase.
@akanksha-v we'd love help! I wonder if maybe another issue might be better as a first issue? Maybe one of these? https://github.com/publiclab/community-toolbox/labels/first-timers-only
What do you think?
@jywarren I saw those issues first but actually when I looked into the codebase then, some were already solved, and also directory structure is different as these were really old issues. Could you please help me?
ah for sure, actually if there are ones which are out of date, i would love to close them. Can you leave a comment accordingly on them and we can clear them out? that would be so helpful!
Yes, I just made you a new one here! https://github.com/publiclab/community-toolbox/issues/411
On Wed, Dec 16, 2020 at 1:09 PM Akanksha Verma [email protected] wrote:
@jywarren https://github.com/jywarren I saw those issues first but actually when I looked into the codebase then, some were already solved, and also directory structure is different as these were really old issues. Could you please help me?
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/publiclab/community-toolbox/issues/403#issuecomment-746750759, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAAF6J3EXMEQ5AU75YC5YK3SVDZVRANCNFSM4TBCP7MQ .
Thank you so much @jywarren And sure I shall write comments on all the issues which I found to be out of date