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

Update GroupMe DOM filtering to use latest web app conventions #465

Merged
merged 3 commits into from
Jan 7, 2024

Conversation

cloopadoop
Copy link
Contributor

@cloopadoop cloopadoop commented Nov 23, 2023

Pre-flight Checklist

Please ensure you've completed all of the following.

Description of Change

The previous code for this recipe implies that the GroupMe web app used to use Angular(JS), given that it was filtering based on an .ng-hide class. In use, the plugin was simply returning all conversation threads, rather than filtering for unread and unmuted conversations. So if there were 7 total, read conversations, the notification badge showed 7.

This update queries for conversations that have the much more direct .unread class and also do not contain the muted class inside them. This has made the notification badge count accurate for me.

@mcmxcdev
Copy link
Member

The changes look good to me, but please update the version inside package.json as described in #468

@mcmxcdev
Copy link
Member

The changes look good to me, but please update the version inside package.json as described in #468

@cloopadoop friendly reminder so we can merge this.

@SpecialAro SpecialAro merged commit 92365fe into ferdium:main Jan 7, 2024
2 checks passed
@SpecialAro
Copy link
Member

@allcontributors - please add @cloopadoop for code

Copy link
Contributor

@SpecialAro

I've put up a pull request to add @cloopadoop! 🎉

@cloopadoop
Copy link
Contributor Author

The changes look good to me, but please update the version inside package.json as described in #468

@cloopadoop friendly reminder so we can merge this.

apologies for not acting on this--didn't get notified for some reason, even though I'm subscribed! Thanks for taking care of it @SpecialAro! :)

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

Successfully merging this pull request may close these issues.

3 participants