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 usernotes manager icon to "moderated subreddits" popup #317

Merged
merged 2 commits into from
Jun 8, 2020

Conversation

eritbh
Copy link
Member

@eritbh eritbh commented May 21, 2020

Fixes #316.

@eritbh eritbh added this to the v5.4 milestone May 21, 2020
@eritbh eritbh requested a review from creesch May 21, 2020 02:16
<tr style="border-left: solid 3px ${subColor} !important;" data-subreddit="${this.subreddit}">
<td class="tb-my-subreddits-name"><a href="${TBCore.link(`/r/${this.subreddit}`)}" target="_blank">/r/${this.subreddit}</a></td>
<td class="tb-my-subreddits-subreddit">
<a title="/r/${this.subreddit} modmail!" target="_blank" href="${TBCore.link(`/r/${this.subreddit}/message/moderator`)}" data-type="modmail" data-subreddit="${this.subreddit}" class="tb-icons">${TBui.icons.oldModmail}</a>
Copy link
Member

Choose a reason for hiding this comment

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

Modmail is the only one that has exclamation point in the title attribute. Not related to PR though

extension/data/modules/modbar.js Show resolved Hide resolved
extension/data/modules/modbar.js Outdated Show resolved Hide resolved
@creesch creesch merged commit 180bc18 into master Jun 8, 2020
@creesch creesch deleted the modsubs-usernotes-icon branch June 8, 2020 14:36
eritbh added a commit that referenced this pull request Sep 5, 2024
* Add usernotes mgr to "moderated subreddits" popup

* Remove unnecessary comment + variable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add icon for user notes to "moderated subreddits"
3 participants