feat: moderation improvements (#3881)

* feat: rough draft of tool

* fix: example doc

* feat: multiselect chips

* feat: conditional actions+messaages + utils for handling conditions

* feat: migrate checklist v1 to new format.

* fix: lint issues

* fix: severity util

* feat: README.md

* feat: start implementing new moderation checklist

* feat: message assembly + fix imports

* fix: lint issues

* feat: add input suggestions

* feat: utility cleanup

* fix: icon

* chore: remove debug logging

* chore: remove debug button

* feat: modpack permissions flow into it's own component

* feat: icons + use id in stage selection button

* Support md/plain text in stages.

* fix: checklist not persisting/showing on subpages

* feat: message gen + appr/with/deny buttons

* feat: better notification placement + queue navigation

* fix: default props for futureProjects

* fix: modpack perms message

* fix: issue with future projects props

* fix: tab index + z index fixes

* feat: keybinds

* fix: file approval types

* fix: generate message for non-modpack projects

* feat: add generate message to stages dropdown

* fix: variables not expanding

* feat: requests

* fix: empty message approval

* fix: issues from sync

* chore: add comment for old moderation checklist impl

* fix: git artifacts

* fix: update visibility logic for stages and actions

* fix: cleanup logic for should show

* fix: markdown editor accidental edit
This commit is contained in:
IMB11
2025-07-11 17:09:04 +01:00
committed by GitHub
parent f7700acce4
commit 359fbd4738
73 changed files with 4337 additions and 12 deletions

25
pnpm-lock.yaml generated
View File

@@ -224,6 +224,9 @@ importers:
'@modrinth/blog':
specifier: workspace:*
version: link:../../packages/blog
'@modrinth/moderation':
specifier: workspace:*
version: link:../../packages/moderation
'@modrinth/ui':
specifier: workspace:*
version: link:../../packages/ui
@@ -452,6 +455,28 @@ importers:
specifier: ^5.5.3
version: 5.5.4
packages/moderation:
dependencies:
'@modrinth/assets':
specifier: workspace:*
version: link:../assets
'@modrinth/utils':
specifier: workspace:*
version: link:../utils
vue:
specifier: ^3.5.13
version: 3.5.13(typescript@5.8.3)
devDependencies:
eslint:
specifier: ^8.57.0
version: 8.57.0
eslint-config-custom:
specifier: workspace:*
version: link:../eslint-config-custom
tsconfig:
specifier: workspace:*
version: link:../tsconfig
packages/tsconfig:
devDependencies:
'@vue/tsconfig':