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

Mod action history #2437

Merged
merged 6 commits into from
Apr 24, 2024
Merged

Mod action history #2437

merged 6 commits into from
Apr 24, 2024

Conversation

SleeplessOne1917
Copy link
Member

Adds frontend for the backend change.

Copy link
Member

@dessalines dessalines left a comment

Choose a reason for hiding this comment

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

This seems good, but it looks like I have some back-end fixes to make, related to filtering. Let me work those out fully on my local machine, before merging this.

package.json Outdated
"engineStrict": true,
"importSort": {
".js, .jsx, .ts, .tsx": {
"style": "module",
"parser": "typescript"
}
}
},
"packageManager": "pnpm@9.0.5"
Copy link
Member

Choose a reason for hiding this comment

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

This is fine, but also I've found using corepack use pnpm@latest will automatically add the sha for you.

Copy link
Member Author

Choose a reason for hiding this comment

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

It has the sha now

dessalines added a commit to LemmyNet/lemmy that referenced this pull request Apr 24, 2024
- Previously when given a post_id, it didn't filter out any other
  modlog entries, such as community removals. This fixes that problem.
- Context: LemmyNet/lemmy-ui#2437
@dessalines
Copy link
Member

Sweet. I've got the back-end fix now also.

@dessalines dessalines merged commit d89dc07 into main Apr 24, 2024
2 checks passed
@SleeplessOne1917 SleeplessOne1917 deleted the mod-action-history branch April 24, 2024 02:37
Nutomic pushed a commit to LemmyNet/lemmy that referenced this pull request Apr 25, 2024
- Previously when given a post_id, it didn't filter out any other
  modlog entries, such as community removals. This fixes that problem.
- Context: LemmyNet/lemmy-ui#2437

Co-authored-by: SleeplessOne1917 <28871516+SleeplessOne1917@users.noreply.github.com>
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.

2 participants