summaryrefslogtreecommitdiff
path: root/packages/frontend/src/pages/admin/modlog.vue (follow)
Commit message (Collapse)AuthorAgeFilesLines
* refactor(frontend): os.select, ↵かっこかり2025-09-131-4/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | MkSelectのitem指定をオブジェクトによる定義に統一し、型を狭める (#16475) * refactor(frontend): MkSelectのitem指定をオブジェクトによる定義に統一 * fix * spdx * fix * fix os.select * fix lint * add comment * fix * fix: os.select対応漏れを修正 * fix * fix * fix: MkSelectのmodelに対する型チェックを厳格化 * fix * fix * fix * Update packages/frontend/src/components/MkEmbedCodeGenDialog.vue Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix * fix types * fix * fix * Update packages/frontend/src/pages/admin/roles.editor.vue Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com> * fix: MkSelectに直接配列を指定している場合に正常に型が解決されるように --------- Co-authored-by: syuilo <4439005+syuilo@users.noreply.github.com>
* refactorsyuilo2025-08-281-1/+1
|
* refactorsyuilo2025-08-261-1/+1
|
* refactor(frontend): improve pagination implementationsyuilo2025-06-291-26/+14
|
* feat: モデログを検索できるようにsyuilo2025-06-281-2/+8
|
* enhance(frontend): improve modlog paginationsyuilo2025-06-281-34/+50
|
* enhance(frontend): improve MkTl renderingsyuilo2025-06-281-1/+1
|
* 🎨syuilo2025-05-041-1/+1
|
* perf(frontend): use css-native implementation for spacer rather than vue ↵syuilo2025-04-271-2/+2
| | | | component
* 🎨syuilo2025-04-191-4/+2
|
* 🎨syuilo2025-04-191-17/+45
|
* refactor(frontend): use useTemplateRef for DOM referencingsyuilo2025-03-191-2/+2
|
* refactor(frontend): page-metadata -> pagesyuilo2025-03-101-2/+2
|
* refactor(frontend): scripts -> utilitysyuilo2025-03-091-1/+1
|
* refactor(frontend): prefix css variables (UI) (#14739)かっこかり2024-10-101-3/+3
| | | | | | | | | | | * refactor(frontend): prefix css variables * `MI_UI` -> `MI` * fix * `stickyBottom` * stickyTop
* :art:syuilo2024-10-041-3/+4
|
* refactor(frontend): 不必要なconsole.logを除去・抑制 (#13400)かっこかり2024-02-211-2/+0
| | | | | | | * refactor(frontend): 不必要なconsole.logを除去 * Update MkCode.core.vue * Update game.board.vue
* fix(frontend/pageMetadata): ページタイトルが更新されない問題 ↵taiy2024-02-161-2/+2
| | | | | | (#13289) Co-authored-by: syuilo <Syuilotan@yahoo.co.jp> 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
|
* Revert "refactor: paginationの型を明示する (#12809)" (#12810)GrapeApple02023-12-271-2/+2
| | | This reverts commit 6855079811401be883167476726644e5730ea792.
* refactor: paginationの型を明示する (#12809)GrapeApple02023-12-261-2/+2
| | | | | * refactor: paginationの型を明示する * asではなくsatisfiesを使うように
* refactor(frontend): Reactivityで型を明示するように (#12791)zyoshoka2023-12-261-1/+1
| | | | | | | * refactor(frontend): Reactivityで型を明示するように * fix: プロパティの参照が誤っているのを修正 * fix: 初期化の値を空配列に書き換えていた部分をnullに置き換え
* refactor(frontend): 非推奨となったReactivity ↵zyoshoka2023-12-071-8/+8
| | | | | | | | | | | | | | | | | | | | | | | | | 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: 対応漏れ
* improve moderation logsyuilo2023-09-241-1/+1
|
* enhance(backend): refine moderation log (#10939)syuilo2023-09-231-0/+67
* wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * wip * Update DriveService.ts