-
Notifications
You must be signed in to change notification settings - Fork 338
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 Modlog Filters #682
Add Modlog Filters #682
Conversation
8abad63
to
0b0320c
Compare
9fc34ad
to
7686ae3
Compare
68906cc
to
111542a
Compare
ac99a8c
to
a8ab4e0
Compare
src/shared/components/modlog.tsx
Outdated
<table id="modlog_table" class="table table-sm table-hover"> | ||
<thead class="pointer"> | ||
<h5> | ||
{this.state.communityName.isSome() && ( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Use a this.state.communityName.match({some: communityName => ...
here.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Okay, updated
Also failing because lemmy-translations has some merge conflicts, I'll see if I can fix up. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good ( outside of the merge conflict, but don't worry I can get that ).
Once the back-end is merged, I'll merge this.
See LemmyNet/lemmy#2313