summaryrefslogtreecommitdiff
path: root/packages/frontend/src/components/MkAbuseReport.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor: make noImplicitAny true (#17083)syuilo2026-01-091-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * wip * Update emojis.emoji.vue * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update manager.ts * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update analytics.ts
* fix(frontend): コンパネ>通報 ↵syuilo2025-03-251-2/+2
| | | | | | の各通報のユーザー詳細が表示できない問題を修正 Fix #15704
* refactor(frontend): router refactoringsyuilo2025-03-191-4/+3
|
* 🎨syuilo2025-03-161-1/+1
|
* refactor(frontend): scripts -> utilitysyuilo2025-03-091-1/+1
|
* Remove undefined styles (#14858)woxtu2024-10-281-3/+1
|
* refactor(frontend): prefix css variables (#14725)syuilo2024-10-091-5/+5
| | | | | | | * wip * Update index.d.ts * remove unnecessary codes
* Update packages/frontend/src/components/MkAbuseReport.vuesyuilo2024-10-091-1/+1
| | | Co-authored-by: かっこかり <67428053+kakkokari-gtyih@users.noreply.github.com>
* feat: 通報の強化 (#14704)syuilo2024-10-051-14/+60
| | | | | | | | | | | | | | | | | * wip * Update CHANGELOG.md * lint * Update types.ts * wip * :v: * Update MkAbuseReport.vue * tweak
* :art:syuilo2024-10-041-0/+1
|
* :art:syuilo2024-10-041-74/+68
|
* refactor(frontend): provide linkNavigationBehaviorsyuilo2024-05-061-1/+1
|
* open links in abuse comment in new window (#13381)anatawa122024-04-271-1/+1
| | | | | | | | | | | | | * feat: changing MkA behavior from MkMFM * chore: open links in abuse comment in new window * docs(changelog): 通報のコメント内のリンクをクリックした際、ウィンドウで開くように * chore: use inject instead of prop drilling * Revert "chore: use inject instead of prop drilling" This reverts commit b4dd14eacf59c8079676aa6ab019fece67496d79.
* chore: ↵anatawa122024-02-171-2/+2
| | | | | | | | | | | 通報ページのユーザをクリックした際にユーザをウィンドウで開くように (#13348) * chore: 通報ページのユーザをクリックした際にユーザをウィンドウで開くように * docs(changelog): 通報ページのユーザをクリックした際にユーザをウィンドウで開くように --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* (re) update SPDX-FileCopyrightTexttamaina2024-02-131-1/+1
| | | | Fix #13290
* Revert "update SPDX-FileCopyrightText"tamaina2024-02-131-1/+1
| | | | This reverts commit 9b5aeb76d8c9372d67058c512597152b6bf222f2.
* update SPDX-FileCopyrightTextsyuilo2024-02-121-1/+1
|
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | Transformを使わないように (#12539) * refactor(frontend): 非推奨となったReactivity Transformを使わないように * refactor: 不要な括弧を除去 * fix: 不要なアノテーションを除去 * fix: Refの配列をrefしている部分の対応 * refactor: 不要な括弧を除去 * fix: lint * refactor: Ref、ShallowRef、ComputedRefの変数の宣言をletからconstに置換 * fix: type error * chore: drop reactivity transform from eslint configuration * refactor: remove unnecessary import * fix: 対応漏れ
* Feat(frontend): ↵Camilla Ett2023-11-241-1/+1
| | | | コントロールパネル「通報」において、通報者もリンクで飛べるように修正 (#12427)
* refactor(frontend): use ESMsyuilo2023-09-191-3/+3
|
* enhance(frontend): tweak user moderation pagesyuilo2023-08-131-1/+1
|
* chore: ↵Shun Sakai2023-07-271-0/+5
| | | | | | | | | | | | | | 著作権とライセンスについての情報を各ファイルに追加する (#11348) * chore: Add the SPDX information to each file Add copyright and licensing information as defined in version 3.0 of the REUSE Specification. * tweak format --------- Co-authored-by: syuilo <Syuilotan@yahoo.co.jp>
* refactor: remove all unused imports (#9951)Kagami Sascha Rosylight2023-02-161-1/+0
| | | Co-authored-by: tamaina <tamaina@hotmail.co.jp>
* revert: 650187deafsyuilo2023-02-081-1/+1
|
* perf(client): do not render custom emojis in user namessyuilo2023-02-081-1/+1
| | | | #9778
* refactorsyuilo2023-01-161-1/+1
|
* refactorsyuilo2023-01-071-1/+1
|
* refactorsyuilo2023-01-051-2/+2
|
* use Intl.DateTimeFormat and Intl.NumberFormat instead of toLocaleString (#9444)tamaina2023-01-011-1/+2
|
* Revert "perf?(client): remove needless scoped annotation for style"syuilo2022-12-271-1/+1
| | | | This reverts commit ada04c1932dd694af1775e562fdcfa2c506454de.
* perf?(client): remove needless scoped annotation for stylesyuilo2022-12-271-1/+1
|
* rename: client -> frontendsyuilo2022-12-271-0/+109