Skip to content

Conversation

@nsemets
Copy link
Collaborator

@nsemets nsemets commented Jun 12, 2025

Summary
Add Moderation page UI.
Task: https://openscience.atlassian.net/browse/ANG-197

@if (isLoading()) {
<osf-loading-spinner class="mt-3"></osf-loading-spinner>
} @else {
@for (item of users(); track $index) {
Copy link
Contributor

Choose a reason for hiding this comment

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

use id for track if possible

readonly submissionReviewOptions = SUBMISSION_REVIEW_OPTIONS;

sortOptions = ALL_SORT_OPTIONS;
selectedSortOption = signal(null);
Copy link
Contributor

Choose a reason for hiding this comment

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

there is no sense in creating a signal if we don't need reactivity

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