Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow list of exceptions to not display in recent contributors #403

Open
jywarren opened this issue Oct 27, 2020 · 6 comments
Open

Allow list of exceptions to not display in recent contributors #403

jywarren opened this issue Oct 27, 2020 · 6 comments

Comments

@jywarren
Copy link
Member

We often name recent contributors in our community weekly check-ins - publiclab/PublicLab.Editor#634

And this list of ppl often comes from copy-pasting from our Recent contributors listing on https://code.publiclab.org -

image

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!

image

cc @cesswairimu @sagarpreet-chadha @gauravano @SidharthBansal

@pydevsg
Copy link
Member

pydevsg commented Nov 10, 2020

Looks good to me @jywarren, but how do we ensure which user is to be selectable and which not?

@akanksha-v
Copy link
Collaborator

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?

@jywarren
Copy link
Member Author

@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? first-timers-only

What do you think?

@akanksha-v
Copy link
Collaborator

@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?

@jywarren
Copy link
Member Author

jywarren commented Dec 16, 2020 via email

@akanksha-v
Copy link
Collaborator

Thank you so much @jywarren
And sure I shall write comments on all the issues which I found to be out of date

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants