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

Add chatter count to viewer list popout #3261

Merged
merged 7 commits into from
Oct 24, 2021
Merged

Add chatter count to viewer list popout #3261

merged 7 commits into from
Oct 24, 2021

Conversation

anqueue
Copy link
Contributor

@anqueue anqueue commented Sep 30, 2021

Pull request checklist:

  • CHANGELOG.md was updated, if applicable

Description

Closes #2993

Adds the chatter count to the viewer list popout
example

@anqueue
Copy link
Contributor Author

anqueue commented Sep 30, 2021

Also could this get the hacktoberfest-accepted label

@zneix zneix added the hacktoberfest-accepted FarmingCommits label Oct 1, 2021
Copy link
Collaborator

@zneix zneix left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm wondering if it's possible to not duplicate the viewer list's dock's title, other than that, good Qol addition 👍

src/widgets/splits/Split.cpp Outdated Show resolved Hide resolved
@Mm2PL
Copy link
Collaborator

Mm2PL commented Oct 1, 2021

IMO you should also format the number to use short notation, ie 1k instead of 1000. There is already a helper function for this.

@anqueue
Copy link
Contributor Author

anqueue commented Oct 2, 2021

IMO you should also format the number to use short notation, ie 1k instead of 1000. There is already a helper function for this.

Using the existing helper function rounded the chatter count too much for my liking, however in the latest commit I pushed I localized the chatter count to match the /chatters command

@anqueue anqueue requested a review from zneix October 3, 2021 19:45
@pajlada pajlada merged commit 696979e into Chatterino:master Oct 24, 2021
zneix added a commit to SevenTV/chatterino7 that referenced this pull request Oct 25, 2021
Now we're on commit 4a90f10; Changes from upstream we've pulled:

- Minor: Added new search predicate to filter for messages matching a regex (Chatterino#3282)
- Minor: Subcategories in settings are now searchable. (Chatterino#3157)
- Minor: Highlight usernames in /mods and /vips messages (Chatterino#3187)
- Minor: Added chatter count to viewer list popout (Chatterino#3261)
- Minor: Added `flags.first_message` filter variable (Chatterino#3292)
- Minor: Removed duplicate setting for toggling `Channel Point Redeemed Message` highlights (Chatterino#3296)
- Bugfix: Fixed a bug that caused zero-width emotes to be misaligned when the "Remove spaces between emotes" setting is on. (Chatterino#3249)
- Bugfix: Fixed the "Change channel" popup showing a wrong window title (Chatterino#3273)
- Bugfix: Fixed built-in Chatterino commands not working in whispers and mentions special channels (Chatterino#3288)
- Bugfix: Fixed `QCharRef with an index pointing outside the valid range of a QString` warning that was emitted on every Tab press. (Chatterino#3234)
- Bugfix: Fixed being unable to disable `First Message` highlights (Chatterino#3293)
- Bugfix: Fixed `First Message` custom sound not persisting through restart. (Chatterino#3303)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Include chatter count in viewer list
4 participants